SAP ABAP Class IF_IXML (Interface of Factory Object)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_IXML_UNKNOWN | IF_IXML_UNKNOWN | 20001103 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IXML | Access Class to iXML Library | 20001103 |
Properties
| Class | IF_IXML | |
| Short Description | Interface of Factory Object | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20001103 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_IXML has no interface implemented.
Friends
Class IF_IXML has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | 0 | Note: iXML Factory for Multiple XML Documents | 20001103 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 1 | Note: iXML Factory for One XML Document | 20001103 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 3 | Note: iXML Factory for a Large XML Document | 20001103 | ||
| 4 | Constant | Public | Type reference (TYPE) | I | 2 | Note: iXML Factory for a Small XML Document | 20001103 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Activation, see long text | 20001103 | |
| 2 | Instance method | Public | Method | Creates an XML document in DOM format | 20001103 | |
| 3 | Instance method | Public | Method | Creates a character coding object | 20001103 | |
| 4 | Instance method | Public | Method | Creates a parser | 20001103 | |
| 5 | Instance method | Public | Method | Creates a renderer | 20001103 | |
| 6 | Instance method | Public | Method | Creates a factory for input and output streams | 20001103 | |
| 7 | Instance method | Public | Method | Creates a Token Parser | 20011017 | |
| 8 | Instance method | Public | Method | Creates a Token Renderer | 20011029 | |
| 9 | Instance method | Public | Method | Returns the version of the iXML library | 20001103 | |
| 10 | Instance method | Public | Method | Asks which properties the DOM supports | 20001103 | |
| 11 | Instance method | Public | Method | Behavior for passing characters to ABAP | 20001222 |
Events
Class IF_IXML has no event.
Types
Class IF_IXML has no local type.
Method Signatures
Method ACTIVATE Signature
Method ACTIVATE on class IF_IXML has no parameter.
Method ACTIVATE on class IF_IXML has no exception.
Method CREATE_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | Referenz auf das Dokument | 20001103 |
Method CREATE_DOCUMENT on class IF_IXML has no exception.
Method CREATE_ENCODING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BYTE_ORDER | Call by reference | Type reference (TYPE) | I | Bytereihenfolge für die Kodierung | 20001103 | |||
| 2 | CHARACTER_SET | Call by reference | Type reference (TYPE) | STRING | Zeichensatz für die Kodierung | 20001103 | |||
| 3 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ENCODING | Referenz auf das Kodierungsobjekt | 20001103 |
Method CREATE_ENCODING on class IF_IXML has no exception.
Method CREATE_PARSER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | XML-Dokument, in das geparst wird | 20001103 | |||
| 2 | ISTREAM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ISTREAM | Eingabestrom. der geparst wird | 20001103 | |||
| 3 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_PARSER | Referenz auf den Parser | 20001103 | |||
| 4 | STREAM_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_IXML_STREAM_FACTORY | Fabrik für Ströme für externe Quellen im Eingabestrom | 20001103 |
Method CREATE_PARSER on class IF_IXML has no exception.
Method CREATE_RENDERER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | XML-Dokument, das gerendert wird | 20001103 | |||
| 2 | OSTREAM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_OSTREAM | Ausgabestrom. in den gerendert wird | 20001103 | |||
| 3 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_RENDERER | Referenz auf den Renderer | 20001103 |
Method CREATE_RENDERER on class IF_IXML has no exception.
Method CREATE_STREAM_FACTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_STREAM_FACTORY | Referenz auf die Factory | 20001103 |
Method CREATE_STREAM_FACTORY on class IF_IXML has no exception.
Method CREATE_TOKEN_PARSER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | XML-Dokument, in das geparst wird | 20011017 | |||
| 2 | ISTREAM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ISTREAM | Eingabestrom. der geparst wird | 20011017 | |||
| 3 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_TOKEN_PARSER | Referenz auf den Parser | 20011017 | |||
| 4 | STREAM_FACTORY | Call by reference | Object reference (TYPE REF TO) | IF_IXML_STREAM_FACTORY | Fabrik für Ströme für externe Quellen im Eingabestrom | 20011017 |
Method CREATE_TOKEN_PARSER on class IF_IXML has no exception.
Method CREATE_TOKEN_RENDERER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OSTREAM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_OSTREAM | Ausgabestrom. in den gerendert wird | 20011029 | |||
| 2 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_TOKEN_RENDERER | Referenz auf den Renderer | 20011029 |
Method CREATE_TOKEN_RENDERER on class IF_IXML has no exception.
Method GET_VERSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | I | Version in der Form 10 * Hauptversion + Nebenversion | 20001103 |
Method GET_VERSION on class IF_IXML has no exception.
Method HAS_FEATURE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FEATURE | Call by reference | Type reference (TYPE) | STRING | Eigenschaft: HTML oder XML (auch in Kleinschreibung) | 20001103 | |||
| 2 | RVAL | Value transfer | Type reference (TYPE) | BOOLEAN | Wahr, falls Eigenschaft unterstützt wird | 20001103 | |||
| 3 | VERSION | Call by reference | Type reference (TYPE) | STRING | Unterstützte Version; falls leer ergibt jede Version wahr | 20001103 |
Method HAS_FEATURE on class IF_IXML has no exception.
Method SET_CONVERSION_BEHAVIOUR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CODEPAGE | Call by reference | Type reference (TYPE) | STRING | '*' | SAP-Codepage-Nummer oder * für aktuelle Codepage | 20001222 | ||
| 2 | FAIL_ON_ERROR | Call by reference | Type reference (TYPE) | BOOLEAN | ' ' | Bei abap_true ergibt ein Konvertierungsfehler eine Ausnahme | 20001222 | ||
| 3 | REPLACEMENT_CHAR | Call by reference | Type reference (TYPE) | IXML_C1 | '#' | 7-Bit ASCII-Ersatzzeichen für nichtkonvertierbare Zeichen | 20001222 | ||
| 4 | RVAL | Value transfer | Type reference (TYPE) | I | ixml_mr_dom_ok, ixml_mr_dom_invalid_arg (ungültige Param.) | 20001222 |
Method SET_CONVERSION_BEHAVIOUR on class IF_IXML has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |