SAP ABAP Interface IF_IXML_NODE_LIST (Node List of a DOM)
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_NODE_LIST | |
Short Description | Node List of a DOM |
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_NODE_LIST has no friend.
Attributes
Interface IF_IXML_NODE_LIST 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 | 20001103 |
Events
Interface IF_IXML_NODE_LIST has no event.
Types
Interface IF_IXML_NODE_LIST 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 Interface IF_IXML_NODE_LIST 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 Interface IF_IXML_NODE_LIST 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 Interface IF_IXML_NODE_LIST 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 Interface IF_IXML_NODE_LIST 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 Interface IF_IXML_NODE_LIST 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 Interface IF_IXML_NODE_LIST has no exception.
Method QUERY_INTERFACE Signature
Method QUERY_INTERFACE on Interface IF_IXML_NODE_LIST has no parameter.
Method QUERY_INTERFACE on Interface IF_IXML_NODE_LIST has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 610 |