SAP ABAP Interface IF_SXML_NODE (Interface for Node Objects of sXML Library)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-XML (Application Component) ABAP XML Processing
     SXML (Package) Streamed XML Reader/Writer
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
Interface IF_SXML_NODE  
Short Description Interface for Node Objects of sXML Library    
General Data
Package SXML   Streamed XML Reader/Writer 
Created 20041209   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_SXML_NODE has no forward declaration.
Interfaces
Interface IF_SXML_NODE has no interface.
Friends
Interface IF_SXML_NODE has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_NT_ATTRIBUTE Constant Public Type reference (TYPE) NODE_TYPE 32 Node Type: Attribute 20041210
2 CO_NT_ELEMENT_CLOSE Constant Public Type reference (TYPE) NODE_TYPE 2 Node Type: Closing Element 20041209
3 CO_NT_ELEMENT_OPEN Constant Public Type reference (TYPE) NODE_TYPE 1 Node Type: Opening Element 20041209
4 CO_NT_FINAL Constant Public Type reference (TYPE) NODE_TYPE 128 Node Type: Parser has reached end 20041214
5 CO_NT_INITIAL Constant Public Type reference (TYPE) NODE_TYPE 0 Node Type: Parser is initial 20050113
6 CO_NT_VALUE Constant Public Type reference (TYPE) NODE_TYPE 4 Node Type: Value 20041209
7 TYPE Instance attribute Public Type reference (TYPE) NODE_TYPE Node Type 20041210
Methods
Interface IF_SXML_NODE has no method.
Events
Interface 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 700