SAP ABAP Class CL_RSDD_CS_XML_READER (Read XML)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-BEX-OT (Application Component) OLAP Technology
     RSDD_CREATECUBE (Package) Create Cube in BWA
Properties
Class CL_RSDD_CS_XML_READER  
Short Description Read XML    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RSDD_CREATECUBE   Create Cube in BWA 
Created 20091120   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSDD_CS_XML_READER has no forward declaration.
Interfaces
Class CL_RSDD_CS_XML_READER has no interface implemented.
Friends
Class CL_RSDD_CS_XML_READER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 P_CHILDREN_COMPLETED Instance attribute Private Type reference (TYPE) RS_BOOL Boolean 20091120
2 P_R_CURRENT_ELEMENT Instance attribute Private Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20091120
3 P_R_DOCUMENT Instance attribute Private Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20091120
Methods
# Method Level Visibility Method type Description Created on
1 CHILDREN_COMPLETED Instance method Public Method 20091120
2 CONSTRUCTOR Instance method Public Constructor 20091120
3 CREATE_DOCUMENT Static method Public Method 20091120
4 FIRST_CHILD Instance method Public Method 20091120
5 GET_ATTRIBUTE_BOOLEAN Instance method Public Method 20091120
6 GET_ATTRIBUTE_INT Instance method Public Method 20091120
7 GET_ATTRIBUTE_NAME Instance method Public Method 20091201
8 GET_ATTRIBUTE_STRING Instance method Public Method 20091120
9 GET_ATTRIBUTE_STRING_UC Instance method Public Method 20091120
10 GET_BOOLEAN Instance method Public Method 20091120
11 GET_CHILD Instance method Public Method 20091120
12 GET_INT Instance method Public Method 20091120
13 GET_NAME Instance method Public Method 20091120
14 GET_NAMESPACE Instance method Public Method 20100118
15 GET_STRING Instance method Public Method 20091120
16 GET_STRING_UPPER_CASE Instance method Public Method 20091120
17 HAS_ATTRIBUTE Instance method Public Method 20091120
18 HAS_CHILDREN Instance method Public Method 20091120
19 HAS_MORE_ELEMENTS Instance method Public Method 20091120
20 NEXT Instance method Public Method 20091120
21 RESTART Instance method Public Method 20091120
Events
Class CL_RSDD_CS_XML_READER has no event.
Types
Class CL_RSDD_CS_XML_READER has no local type.
Method Signatures

Method CHILDREN_COMPLETED Signature

Method CHILDREN_COMPLETED on class CL_RSDD_CS_XML_READER has no parameter.
Method CHILDREN_COMPLETED on class CL_RSDD_CS_XML_READER has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_DOCUMENT Call by reference Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20091120
2 Importing I_XML Call by reference Type reference (TYPE) XSTRING 20091120
# Exception Resumable Description Created on
1 CX_RSDD_CS_XML_INVALID Das XML ist ungültig 20091123

Method CREATE_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_XML Call by reference Type reference (TYPE) XSTRING 20091120
2 Returning R_R_DOCUMENT Value transfer Object reference (TYPE REF TO) IF_IXML_DOCUMENT IF_IXML_DOCUMENT 20091120
# Exception Resumable Description Created on
1 CX_RSDD_CS_XML_INVALID Das XML ist ungültig 20091123

Method FIRST_CHILD Signature

Method FIRST_CHILD on class CL_RSDD_CS_XML_READER has no parameter.
Method FIRST_CHILD on class CL_RSDD_CS_XML_READER has no exception.

Method GET_ATTRIBUTE_BOOLEAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20091120
2 Returning R_VALUE Value transfer Type reference (TYPE) RS_BOOL Boolean 20091120

Method GET_ATTRIBUTE_BOOLEAN on class CL_RSDD_CS_XML_READER has no exception.

Method GET_ATTRIBUTE_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20091120
2 Returning R_VALUE Value transfer Type reference (TYPE) I 20091120

Method GET_ATTRIBUTE_INT on class CL_RSDD_CS_XML_READER has no exception.

Method GET_ATTRIBUTE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUE Value transfer Type reference (TYPE) STRING 20091201

Method GET_ATTRIBUTE_NAME on class CL_RSDD_CS_XML_READER has no exception.

Method GET_ATTRIBUTE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20091120
2 Returning R_VALUE Value transfer Type reference (TYPE) STRING 20091120

Method GET_ATTRIBUTE_STRING on class CL_RSDD_CS_XML_READER has no exception.

Method GET_ATTRIBUTE_STRING_UC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20091120
2 Returning R_VALUE Value transfer Type reference (TYPE) STRING 20091120

Method GET_ATTRIBUTE_STRING_UC on class CL_RSDD_CS_XML_READER has no exception.

Method GET_BOOLEAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUE Value transfer Type reference (TYPE) RS_BOOL Boolean 20091120

Method GET_BOOLEAN on class CL_RSDD_CS_XML_READER has no exception.

Method GET_CHILD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20091120
2 Returning R_R_CHILD Value transfer Object reference (TYPE REF TO) IF_IXML_NODE IF_IXML_NODE 20091120

Method GET_CHILD on class CL_RSDD_CS_XML_READER has no exception.

Method GET_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUE Value transfer Type reference (TYPE) I 20091120

Method GET_INT on class CL_RSDD_CS_XML_READER has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAME Value transfer Type reference (TYPE) STRING 20091120

Method GET_NAME on class CL_RSDD_CS_XML_READER has no exception.

Method GET_NAMESPACE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NAMESPACE Value transfer Type reference (TYPE) STRING 20100118

Method GET_NAMESPACE on class CL_RSDD_CS_XML_READER has no exception.

Method GET_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUE Value transfer Type reference (TYPE) STRING 20091120

Method GET_STRING on class CL_RSDD_CS_XML_READER has no exception.

Method GET_STRING_UPPER_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_VALUE Value transfer Type reference (TYPE) STRING 20091120

Method GET_STRING_UPPER_CASE on class CL_RSDD_CS_XML_READER has no exception.

Method HAS_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NAME Call by reference Type reference (TYPE) CSEQUENCE 20091120
2 Returning R_HAS_ATTRIBUTE Value transfer Type reference (TYPE) RS_BOOL Boolean 20091120

Method HAS_ATTRIBUTE on class CL_RSDD_CS_XML_READER has no exception.

Method HAS_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_CHILDREN Value transfer Type reference (TYPE) RS_BOOL Boolean 20091120

Method HAS_CHILDREN on class CL_RSDD_CS_XML_READER has no exception.

Method HAS_MORE_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_MORE Value transfer Type reference (TYPE) RS_BOOL Boolean 20091120

Method HAS_MORE_ELEMENTS on class CL_RSDD_CS_XML_READER has no exception.

Method NEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_HAS_NEXT Value transfer Type reference (TYPE) RS_BOOL Boolean 20091120

Method NEXT on class CL_RSDD_CS_XML_READER has no exception.

Method RESTART Signature

Method RESTART on class CL_RSDD_CS_XML_READER has no parameter.
Method RESTART on class CL_RSDD_CS_XML_READER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 730