SAP ABAP Class CL_XLF_ELEM_FILE (File)
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 | 20100929 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XLF_ELEM_FILE | File | 20100929 |
Properties
| Class | CL_XLF_ELEM_FILE | |
| Short Description | File | |
| 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 | 20100929 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_XLF_ELEM_FILE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_XLF_ELEM_FILE | File | 20100929 |
Friends
Class CL_XLF_ELEM_FILE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TXLF_STRING | Table of strings | 20100929 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TXLF_STRING | Table of strings | 20100929 | |||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_XLF_ELEM_BODY | File body | 20100929 | |||
| 4 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_XLF_ELEM_HEADER | File header | 20100929 | |||
| 5 | Instance attribute | Private | Attribute reference (LIKE) | 20100929 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20101004 | ||
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20100929 | |
| 3 | Instance method | Private | Method | 20101004 | ||
| 4 | Instance method | Private | Method | 20101004 | ||
| 5 | Instance method | Public | Method | 20100929 | ||
| 6 | Instance method | Public | Method | 20100929 | ||
| 7 | Instance method | Public | Method | 20101118 | ||
| 8 | Instance method | Private | Method | 20100929 | ||
| 9 | Instance method | Private | Method | 20100929 | ||
| 10 | Instance method | Private | Method | 20100929 | ||
| 11 | Instance method | Private | Method | 20100929 |
Events
Class CL_XLF_ELEM_FILE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_ELEMENT | Private | See coding | 20101004 | t_element TYPE STANDARD TABLE OF REF TO if_xlf_element WITH DEFAULT KEY
|
||
| 2 | T_HASHTABLE_STRING | Private | See coding | 20101004 | t_hashtable_string TYPE HASHED TABLE OF string WITH UNIQUE DEFAULT KEY
|
Method Signatures
Method CHECK_REFS 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 | Basic interface for all elements | 20101004 | |||
| 2 | PHASE_NAMES | Call by reference | Type reference (TYPE) | T_HASHTABLE_STRING | 20101004 | ||||
| 3 | TOOL_IDS | Call by reference | Type reference (TYPE) | T_HASHTABLE_STRING | 20101004 | ||||
| 4 | TRANS_BIN_UNIT_IDS | Call by reference | Type reference (TYPE) | T_HASHTABLE_STRING | 20101004 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | A constraint of an XLIFF document is violated | 20101004 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_XLF_ELEM_FILE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XLF_ELEM_FILE has no exception.
Method COLLECT_IDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTEXT_GROUP_NAMES | Call by reference | Type reference (TYPE) | T_HASHTABLE_STRING | 20101004 | ||||
| 2 | COUNT_GROUP_NAMES | Call by reference | Type reference (TYPE) | T_HASHTABLE_STRING | 20101004 | ||||
| 3 | ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEMENT | 20101004 | ||||
| 4 | EXTERNAL_FILE_UIDS | Call by reference | Type reference (TYPE) | T_HASHTABLE_STRING | 20101004 | ||||
| 5 | GROUP_IDS | Call by reference | Type reference (TYPE) | T_HASHTABLE_STRING | 20101004 | ||||
| 6 | TRANS_BIN_UNIT_IDS | Call by reference | Type reference (TYPE) | T_HASHTABLE_STRING | 20101004 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | A constraint of an XLIFF document is violated | 20101004 |
Method GET_TOOL_ID Signature
Method GET_TOOL_ID on class CL_XLF_ELEM_FILE has no parameter.
Method GET_TOOL_ID on class CL_XLF_ELEM_FILE has no exception.
Method INIT_FILE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BODY | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEM_BODY | File body | 20100929 | |||
| 2 | DATATYPE | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ATTR_DATATYPE | Data type | 20100929 | |||
| 3 | ORIGINAL | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ATTR_ORIGINAL | Original file | 20100929 | |||
| 4 | SOURCE_LANGUAGE | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ATTR_SOURCE_LANGUAGE | Source language | 20100929 |
Method INIT_FILE on class CL_XLF_ELEM_FILE has no exception.
Method INIT_FILE_FROM_ELEM 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_IXML_ELEMENT | IF_IXML_ELEMENT | 20100929 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | A constraint of an XLIFF document is violated | 20100929 |
Method INIT_FILE_FROM_SER_ELEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SER_ELEM | Call by reference | Object reference (TYPE REF TO) | CL_XLF_SER_ELEM | 20101118 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101118 |
Method SET_BODY Signature
Method SET_BODY on class CL_XLF_ELEM_FILE has no parameter.
Method SET_BODY on class CL_XLF_ELEM_FILE has no exception.
Method SET_DATATYPE Signature
Method SET_DATATYPE on class CL_XLF_ELEM_FILE has no parameter.
Method SET_DATATYPE on class CL_XLF_ELEM_FILE has no exception.
Method SET_ORIGINAL Signature
Method SET_ORIGINAL on class CL_XLF_ELEM_FILE has no parameter.
Method SET_ORIGINAL on class CL_XLF_ELEM_FILE has no exception.
Method SET_SOURCE_LANGUAGE Signature
Method SET_SOURCE_LANGUAGE on class CL_XLF_ELEM_FILE has no parameter.
Method SET_SOURCE_LANGUAGE on class CL_XLF_ELEM_FILE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |