SAP ABAP Class CL_BIZC_XML_SERVICES (Generic Services for XML Handling)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NBC (Application Component) NetWeaver Business Content
⤷
SBIZCA (Package) Configuration Repository
⤷
⤷
Properties
| Class | CL_BIZC_XML_SERVICES | |
| Short Description | Generic Services for XML Handling | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SBIZCA | Configuration Repository |
| Created | 20050209 | SAP |
| Last change | 20050428 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_BIZC_XML_SERVICES has no interface implemented.
Friends
Class CL_BIZC_XML_SERVICES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Public | Type reference (TYPE) | SBIZC_BOOL | Boolean | 20050218 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Generates DOM from XML | 20050209 | |
| 2 | Static method | Public | Method | 20050419 | ||
| 3 | Static method | Public | Method | Generates XML from DOM | 20050209 | |
| 4 | Static method | Public | Method | Changes value of a subordinate node | 20050411 | |
| 5 | Static method | Public | Method | Displaying Subtrees | 20050218 | |
| 6 | Static method | Public | Method | 20050308 | ||
| 7 | Static method | Public | Method | Changes value of a subordinate node | 20050411 | |
| 8 | Static method | Public | Method | Returns node for an XPATH expression | 20050316 |
Events
Class CL_BIZC_XML_SERVICES has no event.
Types
Class CL_BIZC_XML_SERVICES has no local type.
Method Signatures
Method CONVERT_DOM_TO_XML Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_XML | Call by reference | Type reference (TYPE) | XSTRING | 20050209 | ||||
| 2 | II_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20050209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Content Ausnahme XML | 20050301 |
Method CONVERT_STRING_TO_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_TABLE | Call by reference | Type reference (TYPE) | TABLE | 20050419 | ||||
| 2 | IP_LINE_SIZE | Call by reference | Type reference (TYPE) | I | 255 | 20050419 | |||
| 3 | IP_STRING | Call by reference | Type reference (TYPE) | STRING | 20050419 |
Method CONVERT_STRING_TO_TABLE on class CL_BIZC_XML_SERVICES has no exception.
Method CONVERT_XML_TO_DOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EI_DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20050209 | |||
| 2 | IP_XML | Call by reference | Type reference (TYPE) | XSTRING | 20050209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Content Ausnahme XML | 20050301 |
Method CREATE_ELEMENT_IN_DOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | II_DOM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20050411 | |||
| 2 | II_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20050411 | |||
| 3 | IP_NAME | Call by reference | Type reference (TYPE) | STRING | 20050411 | ||||
| 4 | IP_VALUE | Call by reference | Type reference (TYPE) | STRING | 20050411 |
Method CREATE_ELEMENT_IN_DOM on class CL_BIZC_XML_SERVICES has no exception.
Method DEBUG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | II_ELEMENT | Call by reference | Object reference (TYPE REF TO) | OBJECT | IF_IXML_ELEMENT | 20050218 | |||
| 2 | IP_TITLE | Call by reference | Type reference (TYPE) | SYTITLE | Dypro-Titel | 20050418 |
Method DEBUG on class CL_BIZC_XML_SERVICES has no exception.
Method GET_ELEMENT_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | II_NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20050308 | |||
| 2 | IP_ELEMENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20050308 | ||||
| 3 | RP_VALUE | Value transfer | Type reference (TYPE) | STRING | 20050308 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Content Ausnahme XML | 20050308 |
Method MODIFY_ELEMENT_IN_DOM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | II_DOM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20050411 | |||
| 2 | II_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20050411 | |||
| 3 | IP_NAME | Call by reference | Type reference (TYPE) | STRING | 20050411 | ||||
| 4 | IP_VALUE | Call by reference | Type reference (TYPE) | STRING | 20050411 | ||||
| 5 | RP_CHANGED | Value transfer | Type reference (TYPE) | SBIZC_BOOL | Boolean | 20050411 |
Method MODIFY_ELEMENT_IN_DOM on class CL_BIZC_XML_SERVICES has no exception.
Method XPATH_GET_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | II_NODE | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | IF_IXML_NODE | 20050316 | |||
| 2 | IP_XPATH | Call by reference | Type reference (TYPE) | STRING | 20050316 | ||||
| 3 | RT_NODES | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_COLLECTION | IF_IXML_NODE_COLLECTION | 20050316 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Business Content Ausnahme XML | 20050316 |
History
| Last changed by/on | SAP | 20050428 |
| SAP Release Created in | 700 |