SAP ABAP Interface IF_IXML_MINI_DOM (iXML Mini DOM)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-XML (Application Component) ABAP XML Processing
     SIXML_MINI (Package) iXML Mini
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_IXML_MINI_DOM iXML Mini DOM 20000208
Properties
Interface IF_IXML_MINI_DOM  
Short Description iXML Mini DOM    
General Data
Package SIXML_MINI   iXML Mini 
Created 20000208   SAP 
Last changed 20000208   SAP 
Unicode checks active    
Forward declarations
Interface IF_IXML_MINI_DOM has no forward declaration.
Interfaces
Interface IF_IXML_MINI_DOM has no interface.
Friends
Interface IF_IXML_MINI_DOM has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DOM_TABLE Instance attribute Public Type reference (TYPE) TIXMLTDOM DOM table 20000208
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ATTRIBUTE Instance method Public Method Appends an attribute node to the DOM 20000216
2 ADD_ELEMENT Instance method Public Method Appends an element node to the DOM 20000216
3 ADD_NODE Instance method Public Method Appends a node to the DOM 20000216
4 ADD_TEXT Instance method Public Method Appends a text node to the DOM 20000216
5 GET_DFS_ITERATOR Instance method Public Method Returns an DFS iterator for the DOM 20000216
6 GET_ROOT_ELEMENT Instance method Public Method Returns the root element 20000209
7 GET_ROOT_NODE Instance method Public Method Returns the root node 20000209
Events
Interface IF_IXML_MINI_DOM has no event.
Types
Interface IF_IXML_MINI_DOM has no local type.
Method Signatures

Method ADD_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GID Call by reference Type reference (TYPE) I 0 Node GID (0: automatic) 20000216
2 Importing NAME Call by reference Type reference (TYPE) STRING Attribute name 20000216
3 Importing NAMESPACE Call by reference Type reference (TYPE) STRING '' Attribute namespace 20000228
4 Importing PARENT Call by reference Object reference (TYPE REF TO) IF_IXML_MINI_NODE Parent 20000216
5 Importing VALUE Call by reference Type reference (TYPE) STRING Attribute value 20000216
# Exception Resumable Description Created on
1 INVALID_GID Invalid GID 20000216
2 INVALID_PARENT Invalid Parent 20000216
3 INVALID_POSITION Invalid position has been used for insert of attribute 20000315

Method ADD_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GID Call by reference Type reference (TYPE) I 0 Node GID (0: automatic) 20000216
2 Importing NAME Call by reference Type reference (TYPE) STRING Node name 20000216
3 Importing NAMESPACE Call by reference Type reference (TYPE) STRING '' Node namespace 20000228
4 Exporting NEW_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_MINI_NODE New node 20000309
5 Importing PARENT Call by reference Object reference (TYPE REF TO) IF_IXML_MINI_NODE Parent 20000216
# Exception Resumable Description Created on
1 INVALID_GID Invalid GID 20000216
2 INVALID_PARENT Invalid Parent GID 20000216

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GID Value transfer Type reference (TYPE) I 0 Node GID (0 = automatic) 20000216
2 Importing NAME Call by reference Type reference (TYPE) STRING '' Node name 20000216
3 Importing NAMESPACE Call by reference Type reference (TYPE) STRING '' Node namespace 20000228
4 Exporting NEW_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_MINI_NODE New node 20000309
5 Importing PARENT Call by reference Object reference (TYPE REF TO) IF_IXML_MINI_NODE Parent 20000216
6 Importing TYPE Call by reference Type reference (TYPE) I Node type (see co_node..) 20000216
7 Importing VALUE Call by reference Type reference (TYPE) STRING '' Node value 20000216
# Exception Resumable Description Created on
1 INVALID_GID Invalid GID 20000216
2 INVALID_PARENT Invalid parent GID 20000216
3 INVALID_POSITION Invalid position has been used for insert of attribute 20000315

Method ADD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GID Call by reference Type reference (TYPE) I 0 Node GID (0: automatic) 20000216
2 Importing PARENT Call by reference Object reference (TYPE REF TO) IF_IXML_MINI_NODE Parent 20000216
3 Importing VALUE Call by reference Type reference (TYPE) STRING Node value 20000216
# Exception Resumable Description Created on
1 INVALID_GID Invalid GID 20000216
2 INVALID_PARENT Invalid parent GID 20000216

Method GET_DFS_ITERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ITERATOR Value transfer Object reference (TYPE REF TO) IF_IXML_MINI_DFS_ITER New DFS iterator 20000216

Method GET_DFS_ITERATOR on Interface IF_IXML_MINI_DOM has no exception.

Method GET_ROOT_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ROOT Value transfer Object reference (TYPE REF TO) IF_IXML_MINI_NODE The DOM's root element 20000209

Method GET_ROOT_ELEMENT on Interface IF_IXML_MINI_DOM has no exception.

Method GET_ROOT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ROOT Value transfer Object reference (TYPE REF TO) IF_IXML_MINI_NODE The DOM's root node 20000209

Method GET_ROOT_NODE on Interface IF_IXML_MINI_DOM has no exception.
History
Last changed by/on SAP  20000208 
SAP Release Created in 46D