SAP ABAP Interface IF_XLF_ELEMENT (Basic interface for all 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 - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_XLF_ELEM_REFERENCE | Reference | 20100920 |
2 | Interface composition (i COMPRISING i_ref) | IF_XLF_ELEM_GROUP | Group | 20100928 |
3 | Interface composition (i COMPRISING i_ref) | IF_XLF_ELEM_HEADER | File header | 20100920 |
4 | Interface composition (i COMPRISING i_ref) | IF_XLF_ELEM_INTERNAL_FILE | Internal file | 20100917 |
5 | Interface composition (i COMPRISING i_ref) | IF_XLF_ELEM_IT | Isolated tag | 20100923 |
6 | Interface composition (i COMPRISING i_ref) | IF_XLF_ELEM_MRK | Marker | 20100915 |
7 | Interface composition (i COMPRISING i_ref) | IF_XLF_ELEM_NON_XLIFF | Non-XLIFF element | 20100917 |
8 | Interface composition (i COMPRISING i_ref) | IF_XLF_ELEM_NOTE | Note | 20100920 |
9 | Interface composition (i COMPRISING i_ref) | IF_XLF_ELEM_PH | Placeholder | 20100923 |
10 | Interface composition (i COMPRISING i_ref) | IF_XLF_ELEM_PHASE | Phase information | 20100920 |
... | Click here to see Used By full list (52 items) |
Properties
Interface | IF_XLF_ELEMENT | |
Short Description | Basic interface for all elements |
General Data
Package | SLXE_XLIFF | XLIFF 1.2 Library |
Created | 20100903 | SAP |
Last changed | 20110908 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_XLF_NODE | Basic interface for all nodes (elements and texts) | 20100903 |
Friends
Interface IF_XLF_ELEMENT has no friend.
Attributes
Interface IF_XLF_ELEMENT has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Retruns this element as string in XML-style | 20101112 |
2 | ![]() |
Instance method | Public | Method | Returns this element as XML document element | 20100903 |
3 | ![]() |
Instance method | Public | Method | 20100903 | |
4 | ![]() |
Instance method | Public | Method | Returns a clone of this element | 20100903 |
5 | ![]() |
Instance method | Public | Method | 20101004 | |
6 | ![]() |
Instance method | Public | Method | Returns the element's attributes | 20100906 |
7 | ![]() |
Instance method | Public | Method | Returns the element's child nodes | 20100903 |
8 | ![]() |
Instance method | Public | Method | Returns the fingerprint of the child nodes | 20101108 |
9 | ![]() |
Instance method | Public | Method | 20101108 | |
10 | ![]() |
Instance method | Public | Method | Returns the element's (local) name | 20100903 |
11 | ![]() |
Instance method | Public | Method | Returns the element's namespace to prefix mappings | 20100906 |
12 | ![]() |
Instance method | Public | Method | Returns the element's namespace URI | 20100903 |
13 | ![]() |
Instance method | Public | Method | 20100903 | |
14 | ![]() |
Instance method | Public | Method | Returns the element's prefix | 20100903 |
15 | ![]() |
Instance method | Public | Method | Sets the element's namespace to prefix mappings | 20100906 |
Events
Interface IF_XLF_ELEMENT has no event.
Types
Interface IF_XLF_ELEMENT has no local type.
Method Signatures
Method AS_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
STRING | Value transfer | Type reference (TYPE) | STRING | 20101112 |
Method AS_STRING on Interface IF_XLF_ELEMENT has no exception.
Method AS_XML_ELEMENT 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 | Document that becomes owner of the created element | 20100903 | ||
2 | ![]() |
ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | This element as XML element | 20100903 |
Method AS_XML_ELEMENT on Interface IF_XLF_ELEMENT has no exception.
Method AS_XML_NODE Signature
Method AS_XML_NODE on Interface IF_XLF_ELEMENT has no parameter.
Method AS_XML_NODE on Interface IF_XLF_ELEMENT has no exception.
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) | IF_XLF_ELEMENT | Clone of this element | 20100903 |
Method CLONE on Interface IF_XLF_ELEMENT has no exception.
Method EQUALS Signature
Method EQUALS on Interface IF_XLF_ELEMENT has no parameter.
Method EQUALS on Interface IF_XLF_ELEMENT has no exception.
Method GET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTRIBUTES | Value transfer | Type reference (TYPE) | TXLF_ATTRIBUTE | Table of attributes | 20100906 | ||
2 | ![]() |
INCLUDE_DEFAULT_ATTRS | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | True if default attributes should be included in the list | 20101230 |
Method GET_ATTRIBUTES on Interface IF_XLF_ELEMENT has no exception.
Method GET_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHILDREN | Value transfer | Type reference (TYPE) | TXLF_NODE | The element's child nodes | 20100903 |
Method GET_CHILDREN on Interface IF_XLF_ELEMENT has no exception.
Method GET_CHILDREN_FINGERPRINT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FINGERPRINT | Value transfer | Type reference (TYPE) | XLF_FINGERPRINT | Fingerprint | 20101108 |
Method GET_CHILDREN_FINGERPRINT on Interface IF_XLF_ELEMENT has no exception.
Method GET_FINGERPRINT Signature
Method GET_FINGERPRINT on Interface IF_XLF_ELEMENT has no parameter.
Method GET_FINGERPRINT on Interface IF_XLF_ELEMENT has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Value transfer | Type reference (TYPE) | STRING | The element's name | 20100903 |
Method GET_NAME on Interface IF_XLF_ELEMENT has no exception.
Method GET_NAMESPACE_PREFIX_MAPPINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAMESPACE_MAPPINGS | Value transfer | Type reference (TYPE) | TXLF_NAMESPACE_MAPPING | Table of namespace URI to prefix mappings | 20100906 |
Method GET_NAMESPACE_PREFIX_MAPPINGS on Interface IF_XLF_ELEMENT has no exception.
Method GET_NAMESPACE_URI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAMESPACE_URI | Value transfer | Type reference (TYPE) | STRING | The element's namespace URI | 20100903 |
Method GET_NAMESPACE_URI on Interface IF_XLF_ELEMENT has no exception.
Method GET_PARENT Signature
Method GET_PARENT on Interface IF_XLF_ELEMENT has no parameter.
Method GET_PARENT on Interface IF_XLF_ELEMENT has no exception.
Method GET_PREFIX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PREFIX | Value transfer | Type reference (TYPE) | STRING | The element's prefix | 20100903 |
Method GET_PREFIX on Interface IF_XLF_ELEMENT has no exception.
Method SET_NAMESPACE_PREFIX_MAPPINGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAMESPACE_MAPPINGS | Call by reference | Type reference (TYPE) | TXLF_NAMESPACE_MAPPING | Table of namespace URI to prefix mappings | 20100906 |
Method SET_NAMESPACE_PREFIX_MAPPINGS on Interface IF_XLF_ELEMENT has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |