SAP ABAP Interface IF_IXML_EVENT (Event for Sequential Parsing)
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
Properties
Interface IF_IXML_EVENT  
Short Description Event for Sequential Parsing    
General Data
Package SIXML   iXML Library: Parsing, DOM Representation, and XML Rendering 
Created 20001103   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_IXML_UNKNOWN Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_IXML_UNKNOWN IF_IXML_UNKNOWN 20001103
Friends
Interface IF_IXML_EVENT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_EVENT_ATTRIBUTE_DECL_POST Constant Public Type reference (TYPE) I 67108864 Post-Event: Attribute Declaration in DTD , see long text 20001103
2 CO_EVENT_ATTRIBUTE_DECL_PRE Constant Public Type reference (TYPE) I 33554432 Pre-Event: Attribute Declaration in DTD, see long text 20001103
3 CO_EVENT_ATTRIBUTE_POST Constant Public Type reference (TYPE) I 8 Post-Event: Attribute, see long text 20001103
4 CO_EVENT_ATTRIBUTE_PRE Constant Public Type reference (TYPE) I 4 Pre-Event: Attribute, see long text 20001103
5 CO_EVENT_ATT_LIST_DECL_POST Constant Public Type reference (TYPE) I 67108864 Post-Event: Attribute List in DTD, see long text 20001103
6 CO_EVENT_ATT_LIST_DECL_PRE Constant Public Type reference (TYPE) I 33554432 Pre-Event: Attribute List in DTD, see long text 20001103
7 CO_EVENT_CDATA_SECTION_POST Constant Public Type reference (TYPE) I 65536 Post-Event: CDATA Section, see long text 20001103
8 CO_EVENT_CDATA_SECTION_PRE Constant Public Type reference (TYPE) I 32768 Pre-Event: CDATA Section, see long text 20001103
9 CO_EVENT_COMMENT_POST Constant Public Type reference (TYPE) I 1024 Post-Event: Comment, see long text 20001103
10 CO_EVENT_COMMENT_PRE Constant Public Type reference (TYPE) I 512 Pre-Event: Comment, see long text 20001103
11 CO_EVENT_COND_DTD_SECTION_POST Constant Public Type reference (TYPE) I 4194304 Post-Event: Conditional DTD Section, see long text 20001103
12 CO_EVENT_COND_DTD_SECTION_PRE Constant Public Type reference (TYPE) I 2097152 Pre-Event: Conditional DTD Section, see long text 20001103
13 CO_EVENT_DOCUMENT_POST Constant Public Type reference (TYPE) I 2 Post-Event: Document, see long text 20001103
14 CO_EVENT_DOCUMENT_PRE Constant Public Type reference (TYPE) I 1 Pre-Event: Document, see long text 20001103
15 CO_EVENT_DOCUMENT_TYPE_POST Constant Public Type reference (TYPE) I 262144 Post-Event: DTD, see long text 20001103
16 CO_EVENT_DOCUMENT_TYPE_PRE Constant Public Type reference (TYPE) I 131072 Pre-Event: DTD, see long text 20001103
17 CO_EVENT_ELEMENT_DECL_POST Constant Public Type reference (TYPE) I 16777216 Post-Event: Element Declaration in DTD, see long text 20001103
18 CO_EVENT_ELEMENT_DECL_PRE Constant Public Type reference (TYPE) I 8388608 Pre-Event: Element Declaration in DTD, see long text 20001103
19 CO_EVENT_ELEMENT_POST Constant Public Type reference (TYPE) I 64 Post-Event: Element, see long text 20001103
20 CO_EVENT_ELEMENT_PRE Constant Public Type reference (TYPE) I 16 Pre-Event: Element, see long text 20001103
21 CO_EVENT_ELEMENT_PRE2 Constant Public Type reference (TYPE) I 32 Pre-Event: Element, see long text 20001103
22 CO_EVENT_ENTITY_DECL_POST Constant Public Type reference (TYPE) I 268435456 Post-Event: Entity Declaration in DTD, see long text 20001103
23 CO_EVENT_ENTITY_DECL_PRE Constant Public Type reference (TYPE) I 134217728 Pre-Event: Entity Declaration in DTD, see long text 20001103
24 CO_EVENT_ENTITY_REF_POST Constant Public Type reference (TYPE) I 1048576 Post-Event: External Reference, see long text 20001103
25 CO_EVENT_ENTITY_REF_PRE Constant Public Type reference (TYPE) I 524288 Pre-Event: External Reference, see long text 20001103
26 CO_EVENT_NOTATION_DECL_POST Constant Public Type reference (TYPE) I 1073741824 Post-Event: Notation Declaration, see long text 20001103
27 CO_EVENT_NOTATION_DECL_PRE Constant Public Type reference (TYPE) I 536870912 Pre-Event: Notation Declaration, see long text 20001103
28 CO_EVENT_PI_PARSED_POST Constant Public Type reference (TYPE) I 16384 Post-Event: Parsed Processor Statement, see long text 20001103
29 CO_EVENT_PI_PARSED_PRE Constant Public Type reference (TYPE) I 8192 Pre-Event: Parsed Processor Statement, see long text 20001103
30 CO_EVENT_PI_UNPARSED_POST Constant Public Type reference (TYPE) I 4096 Post-Event: Unparsed Processor Statement, see long text 20001103
31 CO_EVENT_PI_UNPARSED_PRE Constant Public Type reference (TYPE) I 2048 Pre-Event: Unparsed Processor Statement, see long text 20001103
32 CO_EVENT_TEXT_POST Constant Public Type reference (TYPE) I 256 Post-Event:Literal Text, see long text 20001103
33 CO_EVENT_TEXT_PRE Constant Public Type reference (TYPE) I 128 Pre-Event: Literal Text, see long text 20001103
Methods
# Method Level Visibility Method type Description Created on
1 GET_ATTRIBUTES Instance method Public Method Returns a list of attributes of the current node 20001103
2 GET_NAME Instance method Public Method Returns local part of the name of the current node 20001103
3 GET_NAMESPACE Instance method Public Method Obsolete, use GET_NAMESPACE_PREFIX 20001103
4 GET_NAMESPACE_PREFIX Instance method Public Method Returns namespace prefix of the current node 20001103
5 GET_NODE Instance method Public Method Returns the current node, see long text 20001103
6 GET_PARENT Instance method Public Method Returns the parent node, see long text 20001103
7 GET_TYPE Instance method Public Method Returns the type of the current event 20001103
8 GET_VALUE Instance method Public Method Returns the value of the current node 20001103
9 QUERY_INTERFACE Instance method Public Method 20001103
Events
Interface IF_IXML_EVENT has no event.
Types
Interface IF_IXML_EVENT has no local type.
Method Signatures

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_NAMED_NODE_MAP Referenz auf Liste vorhandener Attribute oder initial 20001103

Method GET_ATTRIBUTES on Interface IF_IXML_EVENT has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) STRING Knotenname 20001103

Method GET_NAME on Interface IF_IXML_EVENT has no exception.

Method GET_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) STRING Namensraumpräfx falls vorhanden oder initial 20001103

Method GET_NAMESPACE on Interface IF_IXML_EVENT has no exception.

Method GET_NAMESPACE_PREFIX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) STRING Namensraumpräfx falls vorhanden oder initial 20001103

Method GET_NAMESPACE_PREFIX on Interface IF_IXML_EVENT has no exception.

Method GET_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_NODE Referenz auf den aktuellen Knoten 20001103

Method GET_NODE on Interface IF_IXML_EVENT has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_NODE Referenz auf den Oberknoten des aktuellen Knoten 20001103

Method GET_PARENT on Interface IF_IXML_EVENT has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Ereignis gemäß Aufzählungstyp 20001103

Method GET_TYPE on Interface IF_IXML_EVENT has no exception.

Method GET_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) STRING Knotenwert falls vorhanden, ansonsten initial 20001103

Method GET_VALUE on Interface IF_IXML_EVENT has no exception.

Method QUERY_INTERFACE Signature

Method QUERY_INTERFACE on Interface IF_IXML_EVENT has no parameter.
Method QUERY_INTERFACE on Interface IF_IXML_EVENT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 610