SAP ABAP Class IF_XLF_SERIALIZER (XLIFF serializer)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_XLF_SERIALIZER | XLIF serializer | 20100929 |
Properties
| Class | IF_XLF_SERIALIZER | |
| Short Description | XLIFF serializer | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100929 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_XLF_SERIALIZER has no forward declaration.
Interfaces
Class IF_XLF_SERIALIZER has no interface implemented.
Friends
Class IF_XLF_SERIALIZER has no friend class.
Attributes
Class IF_XLF_SERIALIZER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Serializes an XLIFF | 20100930 | |
| 2 | Instance method | Public | Method | Serializes an arbitrary XLIFF library element | 20110221 | |
| 3 | Instance method | Public | Method | Serializes an element to a library specific representation | 20101118 |
Events
Class IF_XLF_SERIALIZER has no event.
Types
Class IF_XLF_SERIALIZER has no local type.
Method Signatures
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INDENTATION | Call by reference | Type reference (TYPE) | STRING | ` ` | The indentation to use | 20100930 | ||
| 2 | RESULT | Value transfer | Type reference (TYPE) | XSTRING | The serialized XLIFF | 20100930 | |||
| 3 | XLIFF | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEM_XLIFF | The XLIFF to serialize | 20100930 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Serialization exception | 20101001 |
Method SERIALIZE_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEMENT | The element to serialize | 20110221 | |||
| 2 | INDENTATION | Call by reference | Type reference (TYPE) | STRING | ` ` | The indentation to use | 20110221 | ||
| 3 | RESULT | Value transfer | Type reference (TYPE) | XSTRING | The serialized XLIFF | 20110221 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Serialization exception | 20110221 |
Method SERIALIZE_ELEMENT_LIB_STYLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEMENT | The element to serialize | 20101118 | |||
| 2 | REPRESENTATION | Value transfer | Type reference (TYPE) | XSTRING | The library specific representation of the element | 20101118 |
Method SERIALIZE_ELEMENT_LIB_STYLE on class IF_XLF_SERIALIZER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |