SAP ABAP Interface IF_XLF_SERIALIZER (XLIFF serializer)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_XLIFF (Package) XLIFF 1.2 Library
⤷
⤷
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
| Interface | IF_XLF_SERIALIZER | |
| Short Description | XLIFF serializer |
General Data
| Package | SLXE_XLIFF | XLIFF 1.2 Library |
| Created | 20100929 | SAP |
| Last changed | 20110908 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_XLF_SERIALIZER has no forward declaration.
Interfaces
Interface IF_XLF_SERIALIZER has no interface.
Friends
Interface IF_XLF_SERIALIZER has no friend.
Attributes
Interface 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
Interface IF_XLF_SERIALIZER has no event.
Types
Interface 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 Interface IF_XLF_SERIALIZER has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |