SAP ABAP Class CL_XLF_NODE (Basic element implementation)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20100906 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XLF_COMPARABLE | Comparable object | 20101008 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_XLF_NODE | Basic interface for all nodes (elements and texts) | 20100906 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_ELEMENT | Basic element implementation | 20100906 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_XLF_TEXT | Text | 20100915 |
Properties
| Class | CL_XLF_NODE | |
| Short Description | Basic element implementation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLXE_XLIFF | XLIFF 1.2 Library |
| Created | 20100906 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20100906 | ||
| 2 | IF_XLF_COMPARABLE | Comparable object | 20101008 | ||
| 3 | IF_XLF_NODE | Basic interface for all nodes (elements and texts) | 20100906 |
Friends
Class CL_XLF_NODE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_XLF_ELEMENT | Basic interface for all elements | 20100906 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20101117 | ||
| 2 | Instance method | Protected | Method | 20100907 | ||
| 3 | Instance method | Protected | Method | 20101108 | ||
| 4 | Instance method | Protected | Method | 20100907 | ||
| 5 | Instance method | Protected | Method | 20101004 | ||
| 6 | Instance method | Protected | Method | 20100907 | ||
| 7 | Instance method | Protected | Method | 20101004 | ||
| 8 | Instance method | Protected | Method | 20101004 | ||
| 9 | Instance method | Public | Method | Sets the parent element of this node | 20100906 |
Events
Class CL_XLF_NODE has no event.
Types
Class CL_XLF_NODE has no local type.
Method Signatures
Method AS_SER_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SER_NODE | Value transfer | Object reference (TYPE REF TO) | CL_XLF_SER_NODE | Node in serializable form | 20101117 |
Method AS_SER_NODE on class CL_XLF_NODE has no exception.
Method AS_XML_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DOCUMENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20100907 | |||
| 2 | NODE | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | IF_IXML_NODE | 20100907 |
Method AS_XML_NODE on class CL_XLF_NODE has no exception.
Method CALC_HASH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MD | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_MESSAGE_DIGEST | 20101108 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20101108 |
Method CLONE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CLONE | Value transfer | Object reference (TYPE REF TO) | CL_XLF_NODE | Basic element implementation | 20100907 |
Method CLONE on class CL_XLF_NODE has no exception.
Method EQUALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_EQUAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101004 | ||||
| 2 | OBJ | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20101004 |
Method EQUALS on class CL_XLF_NODE has no exception.
Method GET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARENT | Value transfer | Object reference (TYPE REF TO) | IF_XLF_ELEMENT | Basic interface for all elements | 20100907 |
Method GET_PARENT on class CL_XLF_NODE has no exception.
Method IS_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_ELEMENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101004 |
Method IS_ELEMENT on class CL_XLF_NODE has no exception.
Method IS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_TEXT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20101004 |
Method IS_TEXT on class CL_XLF_NODE has no exception.
Method SET_PARENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PARENT | Call by reference | Object reference (TYPE REF TO) | IF_XLF_ELEMENT | Basic interface for all elements | 20100906 |
Method SET_PARENT on class CL_XLF_NODE has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 703 |