SAP ABAP Class IF_GDV_ITERATOR (Iterator for XML data)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GDV_ITERATOR Iterator for xml from GDV schema method 20110122
Properties
Class IF_GDV_ITERATOR  
Short Description Iterator for XML data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110122   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_GDV_ITERATOR has no interface implemented.
Friends
Class IF_GDV_ITERATOR has no friend class.
Attributes
Class IF_GDV_ITERATOR has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 EXISTS Instance method Public Method Check existance of path 20110122
2 GET Instance method Public Method Get XML elements for path 20110122
3 GET_ALL Instance method Public Method Get all XML elements 20110122
4 NEXT Instance method Public Method Get next XML elements 20110122
Events
Class IF_GDV_ITERATOR has no event.
Types
Class IF_GDV_ITERATOR has no local type.
Method Signatures

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PATH Call by reference Type reference (TYPE) STRING XML path 20110122
2 Returning RESULT Value transfer Type reference (TYPE) ABAP_BOOL 20110122

Method EXISTS on class IF_GDV_ITERATOR has no exception.

Method GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STR_XML_ELEMENT Call by reference Type reference (TYPE) GDV_S_XML_ELEMENT XML element 20110122
2 Exporting E_TAB_XML_TABLE Call by reference Type reference (TYPE) GDV_TT_XML_TABLE Sub-table in XML data 20110122
3 Importing I_PATH Call by reference Type reference (TYPE) STRING XML path 20110122

Method GET on class IF_GDV_ITERATOR has no exception.

Method GET_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TAB_XML_ELEMENTS Call by reference Type reference (TYPE) GDV_TT_XML_ELEMENT Table of XML elements 20110122

Method GET_ALL on class IF_GDV_ITERATOR has no exception.

Method NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_STR_XML_ELEMENT Call by reference Type reference (TYPE) GDV_S_XML_ELEMENT XML element 20110122
2 Exporting E_TAB_XML_TABLE Call by reference Type reference (TYPE) GDV_TT_XML_TABLE Sub-table in XML data 20110122

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