SAP ABAP Class IF_IXML_NAMED_NODE_MAP (Indexed List of Names)
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_IXML_UNKNOWN | IF_IXML_UNKNOWN | 20001103 |
Properties
Class | IF_IXML_NAMED_NODE_MAP | |
Short Description | Indexed List of Names | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20001103 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_IXML_NAMED_NODE_MAP has no interface implemented.
Friends
Class IF_IXML_NAMED_NODE_MAP has no friend class.
Attributes
Class IF_IXML_NAMED_NODE_MAP has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Creates a forwards iterator for the list | 20001103 |
2 | ![]() |
Instance method | Public | Method | Creates a filtered forwards iterator for the list | 20001103 |
3 | ![]() |
Instance method | Public | Method | Creates a reverse iterator for the list | 20001103 |
4 | ![]() |
Instance method | Public | Method | Creates a filtered reverse iterator for the list | 20001103 |
5 | ![]() |
Instance method | Public | Method | Returns node to index position | 20001103 |
6 | ![]() |
Instance method | Public | Method | Returns number of nodes in the list | 20001103 |
7 | ![]() |
Instance method | Public | Method | Obsolete, use GET_NAMED_ITEM_NS | 20001103 |
8 | ![]() |
Instance method | Public | Method | Returns first node of a (qualified) name | 20001103 |
9 | ![]() |
Instance method | Public | Method | 20001103 | |
10 | ![]() |
Instance method | Public | Method | Obsolete, use REMOVE_NAMED_ITEM_NS | 20001103 |
11 | ![]() |
Instance method | Public | Method | Deletes node of a (qualified) name from the list | 20001103 |
12 | ![]() |
Instance method | Public | Method | Obsolete, use SET_NAMED_ITEM_NS | 20001103 |
13 | ![]() |
Instance method | Public | Method | Appends a node to the list | 20001103 |
Events
Class IF_IXML_NAMED_NODE_MAP has no event.
Types
Class IF_IXML_NAMED_NODE_MAP has no local type.
Method Signatures
Method CREATE_ITERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_ITERATOR | Referenz auf Iterator oder initial | 20001103 |
Method CREATE_ITERATOR on class IF_IXML_NAMED_NODE_MAP has no exception.
Method CREATE_ITERATOR_FILTERED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_ITERATOR | Referenz auf Iterator oder initial | 20001103 |
Method CREATE_ITERATOR_FILTERED on class IF_IXML_NAMED_NODE_MAP has no exception.
Method CREATE_REV_ITERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_ITERATOR | Referenz auf Iterator oder initial | 20001103 |
Method CREATE_REV_ITERATOR on class IF_IXML_NAMED_NODE_MAP has no exception.
Method CREATE_REV_ITERATOR_FILTERED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_ITERATOR | Referenz auf Iterator oder initial | 20001103 |
Method CREATE_REV_ITERATOR_FILTERED on class IF_IXML_NAMED_NODE_MAP has no exception.
Method GET_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
INDEX | Call by reference | Type reference (TYPE) | I | Indexposition (Zählung ab Null) | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Knoten | 20001103 |
Method GET_ITEM on class IF_IXML_NAMED_NODE_MAP has no exception.
Method GET_LENGTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Anzahl der Knoten | 20001103 |
Method GET_LENGTH on class IF_IXML_NAMED_NODE_MAP has no exception.
Method GET_NAMED_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20001103 | ||
2 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Namensraumpräfix | 20001103 | |
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Knoten oder initial wenn nicht gefunden | 20001103 |
Method GET_NAMED_ITEM on class IF_IXML_NAMED_NODE_MAP has no exception.
Method GET_NAMED_ITEM_NS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Knoten oder initial wenn nicht gefunden | 20001103 | ||
3 | ![]() |
URI | Call by reference | Type reference (TYPE) | STRING | '' | Namensraum | 20001103 |
Method GET_NAMED_ITEM_NS on class IF_IXML_NAMED_NODE_MAP has no exception.
Method QUERY_INTERFACE Signature
Method QUERY_INTERFACE on class IF_IXML_NAMED_NODE_MAP has no parameter.
Method QUERY_INTERFACE on class IF_IXML_NAMED_NODE_MAP has no exception.
Method REMOVE_NAMED_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20001103 | ||
2 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Namensraumpräfix | 20001103 | |
3 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Siehe Langtext | 20001103 |
Method REMOVE_NAMED_ITEM on class IF_IXML_NAMED_NODE_MAP has no exception.
Method REMOVE_NAMED_ITEM_NS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Siehe Langtext | 20001103 | ||
3 | ![]() |
URI | Call by reference | Type reference (TYPE) | STRING | '' | Namensraum | 20001103 |
Method REMOVE_NAMED_ITEM_NS on class IF_IXML_NAMED_NODE_MAP has no exception.
Method SET_NAMED_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Knoten | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Siehe Langtext | 20001103 |
Method SET_NAMED_ITEM on class IF_IXML_NAMED_NODE_MAP has no exception.
Method SET_NAMED_ITEM_NS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Knoten | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Siehe Langtext | 20001103 |
Method SET_NAMED_ITEM_NS on class IF_IXML_NAMED_NODE_MAP has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |