SAP ABAP Class CL_IXML (Access Class to iXML Library)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-XML (Application Component) ABAP XML Processing
⤷
SIXML (Package) iXML Library: Parsing, DOM Representation, and XML Rendering
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_IXML_UNKNOWN | CL_IXML_UNKNOWN | 20001103 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_IXML | Interface of Factory Object | 20001103 |
Properties
| Class | CL_IXML | |
| Short Description | Access Class to iXML Library | |
| Super Class | CL_IXML_UNKNOWN | CL_IXML_UNKNOWN |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SIXML | iXML Library: Parsing, DOM Representation, and XML Rendering |
| Created | 20001103 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_IXML has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_IXML | Interface of Factory Object | 20001103 |
Friends
Class CL_IXML has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Object reference (TYPE REF TO) | CL_IXML | THE_IXML | 20001103 | |||
| 2 | Static Attribute | Public | Type reference (TYPE) | %_C_POINTER | THE_IXML_POINTEE | 20001103 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Creates the factory object (singleton) | 20001103 | |
| 2 | Instance method | Public | Destructor | Deletes the factory object | 20001103 |
Events
Class CL_IXML has no event.
Types
Class CL_IXML has no local type.
Method Signatures
Method CREATE 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 | Referenz auf Factory-Objekt | 20001103 | |||
| 2 | TYPE | Call by reference | Type reference (TYPE) | I | 0 | iXML-Typ als Optimierungshinweis | 20001103 |
Method CREATE on class CL_IXML has no exception.
Method DESTRUCTOR Signature
Method DESTRUCTOR on class CL_IXML has no parameter.
Method DESTRUCTOR on class CL_IXML has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 610 |