SAP ABAP Class CL_XLF_TEXT (Text)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_XLIFF (Package) XLIFF 1.2 Library
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_NODE | Basic element implementation | 20100915 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XLF_CODE_FRAGMENT | Tagging interface for inline element code-fragments | 20100915 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XLF_TEXT | A plain text node | 20100915 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XLF_TEXT_FRAGMENT | Tagging interface for inline element text-fragments | 20100915 |
Properties
| Class | CL_XLF_TEXT | |
| Short Description | Text | |
| Super Class | CL_XLF_NODE | Basic element implementation |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLXE_XLIFF | XLIFF 1.2 Library |
| Created | 20100915 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_XLF_TEXT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_XLF_CODE_FRAGMENT | Tagging interface for inline element code-fragments | 20100915 | ||
| 2 | IF_XLF_TEXT | A plain text node | 20100915 | ||
| 3 | IF_XLF_TEXT_FRAGMENT | Tagging interface for inline element text-fragments | 20100915 |
Friends
Class CL_XLF_TEXT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CLASSDESCR | Runtime Type Services | 20101004 | |||
| 2 | Constant | Private | Type reference (TYPE) | XSTRING | '5C74' | 20101108 | |||
| 3 | Constant | Private | Type reference (TYPE) | I | 1 | 20101115 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100915 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20101004 | |
| 2 | Instance method | Public | Method | 20101115 | ||
| 3 | Instance method | Public | Method | 20101115 | ||
| 4 | Instance method | Public | Method | 20101115 |
Events
Class CL_XLF_TEXT has no event.
Types
Class CL_XLF_TEXT has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_XLF_TEXT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XLF_TEXT has no exception.
Method DESERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS | Call by reference | Object reference (TYPE REF TO) | CL_XLF_INPUT_STREAM | Input stream | 20101115 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Deserialization error | 20101115 |
Method INIT_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEXT | Call by reference | Type reference (TYPE) | STRING | 20101115 |
Method INIT_TEXT on class CL_XLF_TEXT has no exception.
Method SERIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | OS | Call by reference | Object reference (TYPE REF TO) | CL_XLF_OUTPUT_STREAM | Output Stream | 20101115 |
Method SERIALIZE on class CL_XLF_TEXT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |