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 | ![]() |
Instance method | Public | Method | Appends an attribute node to the DOM | 20000216 |
2 | ![]() |
Instance method | Public | Method | Appends an element node to the DOM | 20000216 |
3 | ![]() |
Instance method | Public | Method | Appends a node to the DOM | 20000216 |
4 | ![]() |
Instance method | Public | Method | Appends a text node to the DOM | 20000216 |
5 | ![]() |
Instance method | Public | Method | Returns an DFS iterator for the DOM | 20000216 |
6 | ![]() |
Instance method | Public | Method | Returns the root element | 20000209 |
7 | ![]() |
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 | ![]() |
GID | Call by reference | Type reference (TYPE) | I | 0 | Node GID (0: automatic) | 20000216 | |
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Attribute name | 20000216 | ||
3 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Attribute namespace | 20000228 | |
4 | ![]() |
PARENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_MINI_NODE | Parent | 20000216 | ||
5 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Attribute value | 20000216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid GID | 20000216 | |
2 | ![]() |
Invalid Parent | 20000216 | |
3 | ![]() |
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 | ![]() |
GID | Call by reference | Type reference (TYPE) | I | 0 | Node GID (0: automatic) | 20000216 | |
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Node name | 20000216 | ||
3 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Node namespace | 20000228 | |
4 | ![]() |
NEW_NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_MINI_NODE | New node | 20000309 | ||
5 | ![]() |
PARENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_MINI_NODE | Parent | 20000216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid GID | 20000216 | |
2 | ![]() |
Invalid Parent GID | 20000216 |
Method ADD_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
GID | Value transfer | Type reference (TYPE) | I | 0 | Node GID (0 = automatic) | 20000216 | |
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | '' | Node name | 20000216 | |
3 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Node namespace | 20000228 | |
4 | ![]() |
NEW_NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_MINI_NODE | New node | 20000309 | ||
5 | ![]() |
PARENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_MINI_NODE | Parent | 20000216 | ||
6 | ![]() |
TYPE | Call by reference | Type reference (TYPE) | I | Node type (see co_node..) | 20000216 | ||
7 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | '' | Node value | 20000216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid GID | 20000216 | |
2 | ![]() |
Invalid parent GID | 20000216 | |
3 | ![]() |
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 | ![]() |
GID | Call by reference | Type reference (TYPE) | I | 0 | Node GID (0: automatic) | 20000216 | |
2 | ![]() |
PARENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_MINI_NODE | Parent | 20000216 | ||
3 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Node value | 20000216 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Invalid GID | 20000216 | |
2 | ![]() |
Invalid parent GID | 20000216 |
Method GET_DFS_ITERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
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 | ![]() |
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 | ![]() |
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 |