SAP ABAP Class IF_IXML_NODE_COLLECTION (Collection of Nodes of a DOM)
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_NODE_COLLECTION  
Short Description Collection of Nodes of a DOM    
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 IF_IXML_UNKNOWN Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_IXML_NODE_COLLECTION has no interface implemented.
Friends
Class IF_IXML_NODE_COLLECTION has no friend class.
Attributes
Class IF_IXML_NODE_COLLECTION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_ITEM Instance method Public Method Appends node to a collection 20001103
2 CREATE_ITERATOR Instance method Public Method Creates a forwards iterator for the collection 20001103
3 CREATE_ITERATOR_FILTERED Instance method Public Method Creates a filtered forwards iterator for the collection 20001103
4 CREATE_REV_ITERATOR Instance method Public Method Creates a reverse iterator for the collection 20001103
5 CREATE_REV_ITERATOR_FILTERED Instance method Public Method Creates a filtered reverse iterator for the collection 20001103
6 GET_ITEM Instance method Public Method Returns node to index position 20001103
7 GET_LENGTH Instance method Public Method Returns the number of nodes in the collection 20001103
8 INSERT_ITEM Instance method Public Method Inserts node into the collection 20001103
9 QUERY_INTERFACE Instance method Public Method 20001103
10 REMOVE_ITEM Instance method Public Method Removes node from the collection 20001103
11 REPLACE_ITEM Instance method Public Method Replaces node in the collection 20001103
Events
Class IF_IXML_NODE_COLLECTION has no event.
Types
Class IF_IXML_NODE_COLLECTION has no local type.
Method Signatures

Method APPEND_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE Referenz auf anzuhängenden Knoten 20001103
2 Returning RVAL Value transfer Type reference (TYPE) I Rückgabewert, siehe Langtext 20001103

Method APPEND_ITEM on class IF_IXML_NODE_COLLECTION has no exception.

Method CREATE_ITERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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_NODE_COLLECTION has no exception.

Method CREATE_ITERATOR_FILTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILTER Call by reference Object reference (TYPE REF TO) IF_IXML_NODE_FILTER Referenz auf Filterobjekt 20001103
2 Returning 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_NODE_COLLECTION has no exception.

Method CREATE_REV_ITERATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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_NODE_COLLECTION has no exception.

Method CREATE_REV_ITERATOR_FILTERED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FILTER Call by reference Object reference (TYPE REF TO) IF_IXML_NODE_FILTER Referenz auf Filterobjekt 20001103
2 Returning 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_NODE_COLLECTION has no exception.

Method GET_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Indexposition (Zählung ab Null) 20001103
2 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_NODE Referenz auf Knoten 20001103

Method GET_ITEM on class IF_IXML_NODE_COLLECTION has no exception.

Method GET_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Anzahl der Knoten 20001103

Method GET_LENGTH on class IF_IXML_NODE_COLLECTION has no exception.

Method INSERT_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Index, an dem eingefügt wird; falls Anzahl, wird angehängt 20001103
2 Importing P_NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE Referenz auf einzufügenden Knoten 20001103
3 Returning RVAL Value transfer Type reference (TYPE) I Rückgabewert, siehe Langtext 20001103

Method INSERT_ITEM on class IF_IXML_NODE_COLLECTION has no exception.

Method QUERY_INTERFACE Signature

Method QUERY_INTERFACE on class IF_IXML_NODE_COLLECTION has no parameter.
Method QUERY_INTERFACE on class IF_IXML_NODE_COLLECTION has no exception.

Method REMOVE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Index des Knotens, der entfernt werden soll 20001103
2 Returning RVAL Value transfer Type reference (TYPE) I Rückgabewert, siehe Langtext 20001103

Method REMOVE_ITEM on class IF_IXML_NODE_COLLECTION has no exception.

Method REPLACE_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Index des Knotens, der ersetzt werden soll 20001103
2 Importing NODE Call by reference Object reference (TYPE REF TO) IF_IXML_NODE Referenz auf neuen Knoten 20001103
3 Returning RVAL Value transfer Type reference (TYPE) I Rückgabewert, siehe Langtext 20001103

Method REPLACE_ITEM on class IF_IXML_NODE_COLLECTION has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in