SAP ABAP Class CL_XLF_INLINE_BASE (Basic class for all inline elements)
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_XLIFF_ELEMENT | Basic XLIFF element implementation | 20100921 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XLF_INLINE_BASE | Basic interface for all inline elements | 20100921 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ELEM_BPT | Begin paired tag | 20100921 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ELEM_BX | Begin paired placeholder | 20100922 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ELEM_EPT | End paired tag | 20100923 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ELEM_EX | End paired placeholder | 20100923 |
| 5 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ELEM_G | Generic group placeholder | 20100923 |
| 6 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ELEM_IT | Isolated tag | 20100923 |
| 7 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ELEM_PH | Placeholder | 20100923 |
| 8 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ELEM_X | Generic placeholder | 20100923 |
Properties
| Class | CL_XLF_INLINE_BASE | |
| Short Description | Basic class for all inline elements | |
| Super Class | CL_XLF_XLIFF_ELEMENT | Basic XLIFF 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 | 20100921 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_XLF_INLINE_BASE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_XLF_INLINE_BASE | Basic interface for all inline elements | 20100921 |
Friends
Class CL_XLF_INLINE_BASE has no friend class.
Attributes
Class CL_XLF_INLINE_BASE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20100921 | ||
| 2 | Instance method | Protected | Method | 20100921 | ||
| 3 | Instance method | Protected | Method | 20101117 | ||
| 4 | Instance method | Private | Method | 20100921 |
Events
Class CL_XLF_INLINE_BASE has no event.
Types
Class CL_XLF_INLINE_BASE has no local type.
Method Signatures
Method INIT_INLINE_BASE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ATTR_ID | Identifier | 20100921 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | STRING | 20100921 |
Method INIT_INLINE_BASE on class CL_XLF_INLINE_BASE has no exception.
Method INIT_INLINE_BASE_FROM_ELEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20100921 | ||||
| 2 | XML_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20100921 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | A constraint of an XLIFF document is violated | 20100921 |
Method INIT_INLINE_BASE_FROM_SER_ELEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20101117 | ||||
| 2 | SER_ELEM | Call by reference | Object reference (TYPE REF TO) | CL_XLF_SER_ELEM | 20101117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101117 |
Method SET_ID Signature
Method SET_ID on class CL_XLF_INLINE_BASE has no parameter.
Method SET_ID on class CL_XLF_INLINE_BASE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |