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 | Instance attribute | Private | Type reference (TYPE) | RS_BOOL | Boolean | 20091120 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_IXML_NODE | IF_IXML_NODE | 20091120 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20091120 |
Methods
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 | I_R_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20091120 | |||
| 2 | I_XML | Call by reference | Type reference (TYPE) | XSTRING | 20091120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | I_XML | Call by reference | Type reference (TYPE) | XSTRING | 20091120 | ||||
| 2 | R_R_DOCUMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20091120 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 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 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091120 | ||||
| 2 | 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 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091120 | ||||
| 2 | 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 | 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 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091120 | ||||
| 2 | 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 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091120 | ||||
| 2 | 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 | 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 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091120 | ||||
| 2 | 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 | 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 | 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 | 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 | 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 | 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 | I_NAME | Call by reference | Type reference (TYPE) | CSEQUENCE | 20091120 | ||||
| 2 | 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 | 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 | 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 | 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 |