SAP ABAP Class CL_XLF_NODE_ITERATOR (Helper class to iterator over nodes)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_XLIFF (Package) XLIFF 1.2 Library

⤷

⤷

Properties
Class | CL_XLF_NODE_ITERATOR | |
Short Description | Helper class to iterator over nodes | |
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 | 20100917 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_XLF_NODE_ITERATOR has no interface implemented.
Friends
Class CL_XLF_NODE_ITERATOR 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) | C | 20100917 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20100917 | |||
3 | ![]() |
Static Attribute | Private | Type reference (TYPE) | C | CL_ABAP_CHAR_UTILITIES=>NEWLINE | 20100917 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | LCL_NI_NODE | IF_IXML_NODE | 20100917 | ||
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TNODES | Table of nodes | 20100917 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20100917 | |||
7 | ![]() |
Static Attribute | Private | Type reference (TYPE) | C | CL_ABAP_CHAR_UTILITIES=>HORIZONTAL_TAB | 20100917 |
Methods
Events
Class CL_XLF_NODE_ITERATOR has no event.
Types
Class CL_XLF_NODE_ITERATOR has no local type.
Method Signatures
Method ADVANCE Signature
Method ADVANCE on class CL_XLF_NODE_ITERATOR has no parameter.
Method ADVANCE on class CL_XLF_NODE_ITERATOR has no exception.
Method ASSERT_NO_MORE_NODES Signature
Method ASSERT_NO_MORE_NODES on class CL_XLF_NODE_ITERATOR has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
A constraint of an XLIFF document is violated | 20100917 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_XLF_NODE_ITERATOR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_XLF_NODE_ITERATOR has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IGNORE_WHITESPACE_TEXT | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20100917 | |||
2 | ![]() |
NODES | Call by reference | Type reference (TYPE) | CL_XLF_ELEMENT=>T_XMLNODE | 20100917 |
Method CONSTRUCTOR on class CL_XLF_NODE_ITERATOR has no exception.
Method CREATE_ELEMENT_LIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
LIST | Value transfer | Type reference (TYPE) | STRING | 20100917 | |||
2 | ![]() |
NAMES | Call by reference | Type reference (TYPE) | TXLF_STRING | Table of strings | 20100917 |
Method CREATE_ELEMENT_LIST on class CL_XLF_NODE_ITERATOR has no exception.
Method GET_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20100917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
A constraint of an XLIFF document is violated | 20100917 |
Method GET_NON_XLIFF_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NON_XLIFF_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20100917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
A constraint of an XLIFF document is violated | 20100917 |
Method GET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT | Value transfer | Type reference (TYPE) | STRING | 20100917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
A constraint of an XLIFF document is violated | 20100917 |
Method GET_XLIFF_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
XLIFF_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20100917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
A constraint of an XLIFF document is violated | 20100917 |
Method GET_XLIFF_ELEMENT_BY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20100917 | |||
2 | ![]() |
XLIFF_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20100917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
A constraint of an XLIFF document is violated | 20100917 |
Method GET_XLIFF_ELEMENT_BY_NAMES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAMES | Call by reference | Type reference (TYPE) | TXLF_STRING | Table of strings | 20100917 | ||
2 | ![]() |
XLIFF_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_ELEMENT | 20100917 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
A constraint of an XLIFF document is violated | 20100917 |
Method HAS_NEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
HAS_NEXT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100917 |
Method HAS_NEXT on class CL_XLF_NODE_ITERATOR has no exception.
Method IS_WHITESPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_WHITESPACE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100917 | |||
2 | ![]() |
S | Call by reference | Type reference (TYPE) | STRING | 20100917 |
Method IS_WHITESPACE on class CL_XLF_NODE_ITERATOR has no exception.
Method IS_WHITESPACE_CHAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
C | Call by reference | Type reference (TYPE) | C | 20100917 | |||
2 | ![]() |
IS_WHITESPACE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100917 |
Method IS_WHITESPACE_CHAR on class CL_XLF_NODE_ITERATOR has no exception.
Method NEXT_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 | 20100917 |
Method NEXT_IS_ELEMENT on class CL_XLF_NODE_ITERATOR has no exception.
Method NEXT_IS_NON_XLIFF_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_NON_XLIFF_ELEMENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100917 |
Method NEXT_IS_NON_XLIFF_ELEMENT on class CL_XLF_NODE_ITERATOR has no exception.
Method NEXT_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 | 20100917 |
Method NEXT_IS_TEXT on class CL_XLF_NODE_ITERATOR has no exception.
Method NEXT_IS_XLIFF_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_XLIFF_ELEMENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100917 |
Method NEXT_IS_XLIFF_ELEMENT on class CL_XLF_NODE_ITERATOR has no exception.
Method NEXT_IS_XLIFF_ELEMENT_BY_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_XLIFF_ELEMENT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20100917 | |||
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | 20100917 |
Method NEXT_IS_XLIFF_ELEMENT_BY_NAME on class CL_XLF_NODE_ITERATOR has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 703 |