SAP ABAP Class IF_IXML_MINI_NODE (iXML Mini DOM node)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_IXML_MINI_NODE | iXML Mini DOM node | 20000208 |
Properties
| Class | IF_IXML_MINI_NODE | |
| Short Description | iXML Mini DOM node | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20000208 | SAP |
| Last change | 20040719 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_IXML_MINI_NODE has no forward declaration.
Interfaces
Class IF_IXML_MINI_NODE has no interface implemented.
Friends
Class IF_IXML_MINI_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) | I | 8 | Attribute node | 20000210 | ||
| 2 | Constant | Public | Type reference (TYPE) | I | 32 | CDATA Section node | 20000210 | ||
| 3 | Constant | Public | Type reference (TYPE) | I | 512 | Comment node | 20000210 | ||
| 4 | Constant | Public | Type reference (TYPE) | I | 4 | Element node | 20000210 | ||
| 5 | Constant | Public | Type reference (TYPE) | I | 256 | Parsed PI node | 20000210 | ||
| 6 | Constant | Public | Type reference (TYPE) | I | 128 | Unparsed PI node | 20000210 | ||
| 7 | Constant | Public | Type reference (TYPE) | I | 16 | Text node | 20000210 | ||
| 8 | Instance attribute | Public | Type reference (TYPE) | I | Index (Internal) | 20010411 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Advances this node object to the first child of this node | 20010515 | |
| 2 | Instance method | Public | Method | Advances this node object to the next sibling node | 20010515 | |
| 3 | Instance method | Public | Method | Returns this node's attribute by index | 20000208 | |
| 4 | Instance method | Public | Method | Returns this node's attribute as an internal table | 20010515 | |
| 5 | Instance method | Public | Method | Returns the node's first child node | 20000208 | |
| 6 | Instance method | Public | Method | Returns the node's gid | 20000216 | |
| 7 | Instance method | Public | Method | Returns the node's index (internal only) | 20000309 | |
| 8 | Instance method | Public | Method | Returns the node's name | 20000208 | |
| 9 | Instance method | Public | Method | Returns the node's namespace | 20000228 | |
| 10 | Instance method | Public | Method | Returns the node's next sibling node | 20000208 | |
| 11 | Instance method | Public | Method | Returns a structure containing all of this node's properties | 20010515 | |
| 12 | Instance method | Public | Method | Returns the node's parent node | 20000208 | |
| 13 | Instance method | Public | Method | Returns the node's type (see IF_IXML_MINI_DOM=>CO_NODE_...) | 20000208 | |
| 14 | Instance method | Public | Method | Returns the node's value | 20000208 | |
| 15 | Instance method | Public | Method | Sets the node's gid | 20000216 | |
| 16 | Instance method | Public | Method | Sets the node's name | 20000208 | |
| 17 | Instance method | Public | Method | Sets the node's namespace | 20000228 | |
| 18 | Instance method | Public | Method | Sets the node's type (see IF_IXML_MINI_DOM=>CO_NODE_...) | 20000208 | |
| 19 | Instance method | Public | Method | Sets the node's value | 20000208 |
Events
Class IF_IXML_MINI_NODE has no event.
Types
Class IF_IXML_MINI_NODE has no local type.
Method Signatures
Method ADVANCE_TO_FIRST_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Value transfer | Object reference (TYPE REF TO) | IF_IXML_MINI_NODE | me or initial | 20010515 |
Method ADVANCE_TO_FIRST_CHILD on class IF_IXML_MINI_NODE has no exception.
Method ADVANCE_TO_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE | Value transfer | Object reference (TYPE REF TO) | IF_IXML_MINI_NODE | Me or initial | 20010515 |
Method ADVANCE_TO_NEXT on class IF_IXML_MINI_NODE has no exception.
Method GET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Call by reference | Type reference (TYPE) | I | Index [1..n] | 20000208 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | STRING | Attribute name | 20000208 | |||
| 3 | NAMESPACE | Call by reference | Type reference (TYPE) | STRING | Attribute namespace | 20010515 | |||
| 4 | VALUE | Call by reference | Type reference (TYPE) | STRING | Attribute value | 20000208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Invalid attribute index given | 20000209 |
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES | Value transfer | Type reference (TYPE) | IXMLTATTR | iXML Mini Attribute-Tabelle | 20010515 |
Method GET_ATTRIBUTES on class IF_IXML_MINI_NODE has no exception.
Method GET_FIRST_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FIRST_CHILD | Value transfer | Object reference (TYPE REF TO) | IF_IXML_MINI_NODE | First child node | 20000208 |
Method GET_FIRST_CHILD on class IF_IXML_MINI_NODE has no exception.
Method GET_GID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GID | Value transfer | Type reference (TYPE) | I | Node's GID | 20000216 |
Method GET_GID on class IF_IXML_MINI_NODE has no exception.
Method GET_INDEX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDEX | Value transfer | Type reference (TYPE) | I | Node's internal index | 20000309 |
Method GET_INDEX on class IF_IXML_MINI_NODE has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Value transfer | Type reference (TYPE) | STRING | Node name | 20000208 |
Method GET_NAME on class IF_IXML_MINI_NODE has no exception.
Method GET_NAMESPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACE | Value transfer | Type reference (TYPE) | STRING | Node's namespace | 20000228 |
Method GET_NAMESPACE on class IF_IXML_MINI_NODE has no exception.
Method GET_NEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NEXT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_MINI_NODE | Next sibling node | 20000208 |
Method GET_NEXT on class IF_IXML_MINI_NODE has no exception.
Method GET_NODE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_INFO | Value transfer | Type reference (TYPE) | IXMLSNODE | iXML Mini NodeInfo | 20010515 |
Method GET_NODE_INFO on class IF_IXML_MINI_NODE has no exception.
Method GET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_MINI_NODE | Parent node | 20000208 |
Method GET_PARENT on class IF_IXML_MINI_NODE has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TYPE | Value transfer | Type reference (TYPE) | I | Node type | 20000208 |
Method GET_TYPE on class IF_IXML_MINI_NODE has no exception.
Method GET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Value transfer | Type reference (TYPE) | STRING | Node value | 20000208 |
Method GET_VALUE on class IF_IXML_MINI_NODE has no exception.
Method SET_GID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GID | Call by reference | Type reference (TYPE) | I | Node's GID | 20000216 |
Method SET_GID on class IF_IXML_MINI_NODE has no exception.
Method SET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | Node name | 20000208 |
Method SET_NAME on class IF_IXML_MINI_NODE has no exception.
Method SET_NAMESPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAMESPACE | Call by reference | Type reference (TYPE) | STRING | Node's namespace | 20000228 |
Method SET_NAMESPACE on class IF_IXML_MINI_NODE has no exception.
Method SET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TYPE | Call by reference | Type reference (TYPE) | I | Node type | 20000208 |
Method SET_TYPE on class IF_IXML_MINI_NODE has no exception.
Method SET_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | STRING | Node value | 20000208 |
Method SET_VALUE on class IF_IXML_MINI_NODE has no exception.
History
| Last changed by/on | SAP | 20040719 |
| SAP Release Created in |