SAP ABAP Class IF_XLF_NODE (Basic interface for all nodes (elements and texts))
Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_XLF_COMPARABLE | Comparable object | 20101008 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_XLF_ELEM_SEG_SOURCE | Source text | 20100924 |
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 (56 items) |
Properties
Class | IF_XLF_NODE | |
Short Description | Basic interface for all nodes (elements and texts) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20100903 | 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
Class IF_XLF_NODE has no interface implemented.
Friends
Class IF_XLF_NODE has no friend class.
Attributes
Class IF_XLF_NODE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns this node as XML document node | 20100903 |
2 | ![]() |
Instance method | Public | Method | Returns a clone of this node | 20100903 |
3 | ![]() |
Instance method | Public | Method | 20101008 | |
4 | ![]() |
Instance method | Public | Method | 20101108 | |
5 | ![]() |
Instance method | Public | Method | Returns the parent element of this node | 20100903 |
6 | ![]() |
Instance method | Public | Method | Returns if this node is an element | 20101004 |
7 | ![]() |
Instance method | Public | Method | Returns if this node is a text | 20101004 |
Events
Class IF_XLF_NODE has no event.
Types
Class IF_XLF_NODE has no local type.
Method Signatures
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 | Document that becomes owner of the created node | 20100903 | ||
2 | ![]() |
NODE | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | This node as XML node | 20100903 |
Method AS_XML_NODE on class IF_XLF_NODE 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_NODE | Clone of this node | 20100903 |
Method CLONE on class IF_XLF_NODE has no exception.
Method EQUALS Signature
Method EQUALS on class IF_XLF_NODE has no parameter.
Method EQUALS on class IF_XLF_NODE has no exception.
Method GET_FINGERPRINT Signature
Method GET_FINGERPRINT on class IF_XLF_NODE has no parameter.
Method GET_FINGERPRINT on class IF_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 | Parent element of this node | 20100903 |
Method GET_PARENT on class IF_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 | abap_true if this node is an element | 20101004 |
Method IS_ELEMENT on class IF_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 | abap_true if this node is a text | 20101004 |
Method IS_TEXT on class IF_XLF_NODE has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in |