SAP ABAP Class IF_SXML_NODE (Interface for Node Objects of sXML Library)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_SXML_CLOSE_ELEMENT | Interface for Element Closing Objects of sXML Library | 20041210 |
| 2 | Interface composition (i COMPRISING i_ref) | IF_SXML_OPEN_ELEMENT | Interface for Element Opening Objects of sXML Library | 20041210 |
| 3 | Interface composition (i COMPRISING i_ref) | IF_SXML_VALUE_NODE | Interface for Value Node Objects of the sXML Library | 20050118 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SXML_CLOSE_ELEMENT | Class for Closing Element of sXML Library | 20041210 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SXML_OPEN_ELEMENT | Class for Element Opening Objects of sXML Library | 20041210 |
| 6 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SXML_VALUE | Class for Value Node Objects of sXML Library | 20041209 |
Properties
| Class | IF_SXML_NODE | |
| Short Description | Interface for Node Objects of sXML Library | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20041209 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SXML_NODE has no forward declaration.
Interfaces
Class IF_SXML_NODE has no interface implemented.
Friends
Class IF_SXML_NODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | NODE_TYPE | 32 | Node Type: Attribute | 20041210 | ||
| 2 | Constant | Public | Type reference (TYPE) | NODE_TYPE | 2 | Node Type: Closing Element | 20041209 | ||
| 3 | Constant | Public | Type reference (TYPE) | NODE_TYPE | 1 | Node Type: Opening Element | 20041209 | ||
| 4 | Constant | Public | Type reference (TYPE) | NODE_TYPE | 128 | Node Type: Parser has reached end | 20041214 | ||
| 5 | Constant | Public | Type reference (TYPE) | NODE_TYPE | 0 | Node Type: Parser is initial | 20050113 | ||
| 6 | Constant | Public | Type reference (TYPE) | NODE_TYPE | 4 | Node Type: Value | 20041209 | ||
| 7 | Instance attribute | Public | Type reference (TYPE) | NODE_TYPE | Node Type | 20041210 |
Methods
Class IF_SXML_NODE has no method.
Events
Class IF_SXML_NODE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | NODE_TYPE | Public | Type reference (TYPE) | I | Node Type | 20041210 | |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |