SAP ABAP Class CL_SXML_XOP_WRITER (XOP Writer of sXML Library)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-XML (Application Component) ABAP XML Processing
⤷
SXML (Package) Streamed XML Reader/Writer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SXML_WRITER | XML Writer of the sXML Library | 20080707 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SXML_XOP | Types and Constants for XOP Writers of the sXML Library | 20080707 |
Properties
| Class | CL_SXML_XOP_WRITER | |
| Short Description | XOP Writer of sXML Library | |
| Super Class | CL_SXML_WRITER | XML Writer of the sXML Library |
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SXML | Streamed XML Reader/Writer |
| Created | 20080707 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SXML_XOP | Types and Constants for XOP Writers of the sXML Library | 20080707 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SXML_READER | 20080707 | XML Reader of sXML Library |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Attribute reference (LIKE) | 20080812 | |||||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | Muster of Content ID | 20080812 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | IF_SXML_XOP=>CID_TYPE | Type of Content ID | 20080812 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_SXML_XOP=>XOP_PACKAGE | XOP Package | 20080707 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | I | Threshold Value | 20080812 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20080707 | |
| 2 | Static method | Public | Method | Factory Method, creates XMX writer | 20080707 | |
| 3 | Instance method | Public | Destructor | Destructor | 20080707 | |
| 4 | Instance method | Public | Method | Returns the created XML data | 20080707 | |
| 5 | Instance method | Private | Method | Initializes the kernel implementation | 20080707 |
Events
Class CL_SXML_XOP_WRITER has no event.
Types
Class CL_SXML_XOP_WRITER has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CID_PATTERN | Call by reference | Type reference (TYPE) | STRING | `%%@sap.com` | 20080707 | |||
| 2 | CID_TYPE | Call by reference | Type reference (TYPE) | IF_SXML_XOP=>CID_TYPE | IF_SXML_XOP=>CO_CT_PATTERN_WITH_UUID | 20080707 | |||
| 3 | THRESHOLD | Call by reference | Type reference (TYPE) | I | 0 | 20080707 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Illegal Argument Error | 20080707 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CID_PATTERN | Call by reference | Type reference (TYPE) | STRING | `%%@sap.com` | Muster der Content-Id | 20080707 | ||
| 2 | CID_TYPE | Call by reference | Type reference (TYPE) | IF_SXML_XOP=>CID_TYPE | IF_SXML_XOP=>CO_CT_PATTERN_WITH_UUID | Typ der Content-Id | 20080707 | ||
| 3 | THRESHOLD | Call by reference | Type reference (TYPE) | I | 0 | Schwellwert | 20080707 | ||
| 4 | WRITER | Value transfer | Object reference (TYPE REF TO) | CL_SXML_XOP_WRITER | Referenz auf XML-Writer | 20080707 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Illegal Argument Error | 20080707 |
Method DESTRUCTOR Signature
Method DESTRUCTOR on class CL_SXML_XOP_WRITER has no parameter.
Method DESTRUCTOR on class CL_SXML_XOP_WRITER has no exception.
Method GET_OUTPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OUTPUT | Value transfer | Type reference (TYPE) | IF_SXML_XOP=>XOP_PACKAGE | XOP-Paket | 20080707 | |||
| 2 | RETAIN_OUTPUT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | abap_true, falls XML-Daten übergeben werden sollen | 20080707 |
Method GET_OUTPUT on class CL_SXML_XOP_WRITER has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_SXML_XOP_WRITER has no parameter.
Method INITIALIZE on class CL_SXML_XOP_WRITER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 712 |