Hierarchy

⤷

⤷

Meta Relationship - Used By
Properties
Interface | IF_IXML_NODE | |
Short Description | Node of DOM |
General Data
Package | SIXML | iXML Library: Parsing, DOM Representation, and XML Rendering |
Created | 20001103 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | IF_IXML_UNKNOWN | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_IXML_UNKNOWN | IF_IXML_UNKNOWN | 20001103 |
Friends
Interface IF_IXML_NODE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_NODE_ATTRIBUTE | Constant | Public | Type reference (TYPE) | I | 8 | Node Type: Attribute | 20001103 | |
2 | CO_NODE_ATTRIBUTE_DECL | Constant | Public | Type reference (TYPE) | I | 2097152 | Node Type: Declaration of an Attribute in DTD | 20001103 | |
3 | CO_NODE_ATT_LIST_DECL | Constant | Public | Type reference (TYPE) | I | 1048576 | Node Type: Declaration of an Attribute List in DTD | 20001103 | |
4 | CO_NODE_CDATA_SECTION | Constant | Public | Type reference (TYPE) | I | 32 | Node Type: CDATA Section (unparsed characters) | 20001103 | |
5 | CO_NODE_COMMENT | Constant | Public | Type reference (TYPE) | I | 512 | Node Type: Comment | 20001103 | |
6 | CO_NODE_COND_DTD_SECTION | Constant | Public | Type reference (TYPE) | I | 131072 | Node Type: Conditional Section in DTD | 20001103 | |
7 | CO_NODE_CONTENT_PARTICLE | Constant | Public | Type reference (TYPE) | I | 524288 | Node Type: Content Particle in DTD | 20001103 | |
8 | CO_NODE_DOCUMENT | Constant | Public | Type reference (TYPE) | I | 1 | Node Type: Document | 20001103 | |
9 | CO_NODE_DOCUMENT_FRAGMENT | Constant | Public | Type reference (TYPE) | I | 2 | Node Type: Fragment of a Document | 20001103 | |
10 | CO_NODE_DOCUMENT_TYPE | Constant | Public | Type reference (TYPE) | I | 65536 | Node Type: DTD (Document Type Definition) | 20001103 | |
11 | CO_NODE_ELEMENT | Constant | Public | Type reference (TYPE) | I | 4 | Node Type: Element | 20001103 | |
12 | CO_NODE_ELEMENT_DECL | Constant | Public | Type reference (TYPE) | I | 262144 | Node Type: Declaration of an Element in DTD | 20001103 | |
13 | CO_NODE_ENTITY_DECL | Constant | Public | Type reference (TYPE) | I | 4194304 | Node Type: Declaration of an Entity in DTD | 20001103 | |
14 | CO_NODE_ENTITY_REF | Constant | Public | Type reference (TYPE) | I | 64 | Node Type: Reference to (external) Entity | 20001103 | |
15 | CO_NODE_NAMESPACE_DECL | Constant | Public | Type reference (TYPE) | I | 16777216 | Node Type: Declaration of a Namespace | 20001103 | |
16 | CO_NODE_NOTATIONS_DECL | Constant | Public | Type reference (TYPE) | I | 8388608 | Node Type: Declaration of an Entity in DTD | 20001103 | |
17 | CO_NODE_PI_PARSED | Constant | Public | Type reference (TYPE) | I | 256 | Node Type: Parsed Processor Instruction | 20001103 | |
18 | CO_NODE_PI_UNPARSED | Constant | Public | Type reference (TYPE) | I | 128 | Node Type: Unparsed Processor Instruction | 20001103 | |
19 | CO_NODE_TEXT | Constant | Public | Type reference (TYPE) | I | 16 | Node Type: Literal Text | 20001103 | |
20 | CO_NODE_XXX | Constant | Public | Type reference (TYPE) | I | 0 | Node Type: Invalid Node Type | 20001103 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Appends a subnode to the current node | 20001103 |
2 | ![]() |
Instance method | Public | Method | Creates a copy of the node object | 20001103 |
3 | ![]() |
Instance method | Public | Method | Creates filter condition for all parent nodes | 20001103 |
4 | ![]() |
Instance method | Public | Method | Adds two filters with AND to the new filter | 20001103 |
5 | ![]() |
Instance method | Public | Method | Obsolete, use CREATE_FILTER_ATTRIBUTE_NS | 20001103 |
6 | ![]() |
Instance method | Public | Method | Creates filter condition for attribute (name and value) | 20001103 |
7 | ![]() |
Instance method | Public | Method | Obsolete, use CREATE_FILTER_NAME_NS | 20001103 |
8 | ![]() |
Instance method | Public | Method | Creates filter condition for node name | 20001103 |
9 | ![]() |
Instance method | Public | Method | Creates filter condition for node type | 20001103 |
10 | ![]() |
Instance method | Public | Method | Negates a filter object with NOT | 20001103 |
11 | ![]() |
Instance method | Public | Method | Adds two filters with OR to the new filter | 20001103 |
12 | ![]() |
Instance method | Public | Method | Creates filter condition for direct parent node | 20001103 |
13 | ![]() |
Instance method | Public | Method | Creates an inline forwards iterator, see long text | 20010716 |
14 | ![]() |
Instance method | Public | Method | Creates a forwards iterator, see long text | 20001103 |
15 | ![]() |
Instance method | Public | Method | Creates a filtered forwards iterator, see long text | 20001103 |
16 | ![]() |
Instance method | Public | Method | Creates a reverse iterator, see long text | 20010716 |
17 | ![]() |
Instance method | Public | Method | Creates a reverse iterator, see long text | 20001103 |
18 | ![]() |
Instance method | Public | Method | Creates a filtered reverse iterator, see long text | 20001103 |
19 | ![]() |
Instance method | Public | Method | Returns the subnodes of the specified GID | 20001103 |
20 | ![]() |
Instance method | Public | Method | Returns a list of attributes of the node | 20001103 |
21 | ![]() |
Instance method | Public | Method | Returns a list of subnodes of the node | 20001103 |
22 | ![]() |
Instance method | Public | Method | Returns the column of the node in the input stream | 20001222 |
23 | ![]() |
Instance method | Public | Method | Returns the depth of the subnodes of the node | 20001103 |
24 | ![]() |
Instance method | Public | Method | Returns the first subnode of the node | 20001103 |
25 | ![]() |
Instance method | Public | Method | Returns the GID of the node, see long text | 20001103 |
26 | ![]() |
Instance method | Public | Method | Returns the distance of the node to the root node | 20001103 |
27 | ![]() |
Instance method | Public | Method | Returns the last subnode of the node | 20001103 |
28 | ![]() |
Instance method | Public | Method | Returns the line of the node in the input stream | 20001222 |
29 | ![]() |
Instance method | Public | Method | Returns the name of the node | 20001103 |
30 | ![]() |
Instance method | Public | Method | Obsolete, use GET_NAMESPACE_PREFIX | 20001103 |
31 | ![]() |
Instance method | Public | Method | Returns the namespace context of the node | 20001103 |
32 | ![]() |
Instance method | Public | Method | Returns the namespace prefix of the node | 20001103 |
33 | ![]() |
Instance method | Public | Method | Returns the namespace of the node | 20001103 |
34 | ![]() |
Instance method | Public | Method | Returns the next neighboring node | 20001103 |
35 | ![]() |
Instance method | Public | Method | Returns the XML document of the node | 20001103 |
36 | ![]() |
Instance method | Public | Method | Returns parent nodes of the node | 20001103 |
37 | ![]() |
Instance method | Public | Method | Returns the previous neighboring node | 20001103 |
38 | ![]() |
Instance method | Public | Method | Returns the root nodes of the tree | 20001103 |
39 | ![]() |
Instance method | Public | Method | Returns the node type | 20001103 |
40 | ![]() |
Instance method | Public | Method | Returns the value of the node | 20001103 |
41 | ![]() |
Instance method | Public | Method | Queries whether there are parent nodes | 20001103 |
42 | ![]() |
Instance method | Public | Method | Inserts a subnode | 20001103 |
43 | ![]() |
Instance method | Public | Method | Queries whether node is a leaf node | 20001103 |
44 | ![]() |
Instance method | Public | Method | Queries whether node is a root node | 20001103 |
45 | ![]() |
Instance method | Public | Method | Returns the number of subnodes of the node | 20001103 |
46 | ![]() |
Instance method | Public | Method | 20001103 | |
47 | ![]() |
Instance method | Public | Method | Removes specified subnodes from the tree | 20001103 |
48 | ![]() |
Instance method | Public | Method | Removes current node from the tree | 20001103 |
49 | ![]() |
Instance method | Public | Method | Renders current node into an output stream | 20001103 |
50 | ![]() |
Instance method | Public | Method | Replaces subnode with a new subnode | 20001103 |
51 | ![]() |
Instance method | Public | Method | Sets the name of the node | 20001103 |
52 | ![]() |
Instance method | Public | Method | Obsolete, use SET_NAMESPACE_PREFIX | 20001103 |
53 | ![]() |
Instance method | Public | Method | Sets the namespace prefix of the node | 20001103 |
54 | ![]() |
Instance method | Public | Method | Sets the namespace of the node | 20001103 |
55 | ![]() |
Instance method | Public | Method | Sets the value of the node | 20001103 |
Events
Interface IF_IXML_NODE has no event.
Types
Interface IF_IXML_NODE has no local type.
Method Signatures
Method APPEND_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NEW_CHILD | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf neuen Unterknoten | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Siehe Langtext | 20001103 |
Method APPEND_CHILD on Interface IF_IXML_NODE has no exception.
Method CLONE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEPTH | Call by reference | Type reference (TYPE) | I | -1 | Kopiertiefe, siehe Langtext | 20001103 | |
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf neuen Knoten | 20001103 |
Method CLONE on Interface IF_IXML_NODE has no exception.
Method CREATE_FILTER_ANCESTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER_ANCESTOR | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt für alle Oberknoten | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt | 20001103 |
Method CREATE_FILTER_ANCESTOR on Interface IF_IXML_NODE has no exception.
Method CREATE_FILTER_AND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER1 | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf erstes Filterobjekt | 20001103 | ||
2 | ![]() |
FILTER2 | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf zweites Filterobjekt | 20001103 | ||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf konbiniertes Filterobjekt | 20001103 |
Method CREATE_FILTER_AND on Interface IF_IXML_NODE has no exception.
Method CREATE_FILTER_ATTRIBUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20001103 | ||
2 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Namensraumpräfix | 20001103 | |
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt | 20001103 | ||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | '' | Wert (Groß-/Kleinschreibung wird berücksichtigt) | 20001103 |
Method CREATE_FILTER_ATTRIBUTE on Interface IF_IXML_NODE has no exception.
Method CREATE_FILTER_ATTRIBUTE_NS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Name | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt | 20001103 | ||
3 | ![]() |
URI | Call by reference | Type reference (TYPE) | STRING | '' | Namensraum | 20001103 | |
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | '' | Wert (Groß-/Kleinschreibung wird berücksichtigt) | 20001103 |
Method CREATE_FILTER_ATTRIBUTE_NS on Interface IF_IXML_NODE has no exception.
Method CREATE_FILTER_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 | Knotenname | 20001103 | ||
2 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Namensraumpräfix | 20001103 | |
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt | 20001103 |
Method CREATE_FILTER_NAME on Interface IF_IXML_NODE has no exception.
Method CREATE_FILTER_NAME_NS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Knotenname | 20001103 | ||
2 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Namensraum | 20001103 | |
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt | 20001103 |
Method CREATE_FILTER_NAME_NS on Interface IF_IXML_NODE has no exception.
Method CREATE_FILTER_NODE_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NODE_TYPES | Call by reference | Type reference (TYPE) | I | Summe von Knotentypen gemäß Aufzählungstyp | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt | 20001103 |
Method CREATE_FILTER_NODE_TYPE on Interface IF_IXML_NODE has no exception.
Method CREATE_FILTER_NOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER_NOT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf vorheriges Filterobjekt | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf negiertes Filterobjekt | 20001103 |
Method CREATE_FILTER_NOT on Interface IF_IXML_NODE has no exception.
Method CREATE_FILTER_OR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER1 | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf erstes Filterobjekt | 20001103 | ||
2 | ![]() |
FILTER2 | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf zweites Filterobjekt | 20001103 | ||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf konbiniertes Filterobjekt | 20001103 |
Method CREATE_FILTER_OR on Interface IF_IXML_NODE has no exception.
Method CREATE_FILTER_PARENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FILTER_PARENT | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt für direkten Oberknoten | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt | 20001103 |
Method CREATE_FILTER_PARENT on Interface IF_IXML_NODE has no exception.
Method CREATE_INLINE_ITERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEPTH | Call by reference | Type reference (TYPE) | I | 0 | Iterationstiefe | 20010716 | |
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_INLINE_ITERATOR | Referenz auf Iterator | 20010716 |
Method CREATE_INLINE_ITERATOR on Interface IF_IXML_NODE has no exception.
Method CREATE_ITERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEPTH | Call by reference | Type reference (TYPE) | I | 0 | Iterationstiefe, siehe Langtext | 20001103 | |
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_ITERATOR | Referenz auf Iterator | 20001103 |
Method CREATE_ITERATOR on Interface IF_IXML_NODE has no exception.
Method CREATE_ITERATOR_FILTERED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEPTH | Call by reference | Type reference (TYPE) | I | 0 | Iterationstiefe, siehe Langtext | 20001103 | |
2 | ![]() |
FILTER | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt, kann auch initial sein | 20001103 | ||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_ITERATOR | Referenz auf Iterator | 20001103 |
Method CREATE_ITERATOR_FILTERED on Interface IF_IXML_NODE has no exception.
Method CREATE_REV_INLINE_ITERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEPTH | Call by reference | Type reference (TYPE) | I | 0 | Iterationstiefe | 20010716 | |
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_INLINE_ITERATOR | Referenz auf Iterator | 20010716 |
Method CREATE_REV_INLINE_ITERATOR on Interface IF_IXML_NODE has no exception.
Method CREATE_REV_ITERATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEPTH | Call by reference | Type reference (TYPE) | I | 0 | Iterationstiefe, siehe Langtext | 20001103 | |
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_ITERATOR | Referenz auf Iterator | 20001103 |
Method CREATE_REV_ITERATOR on Interface IF_IXML_NODE has no exception.
Method CREATE_REV_ITERATOR_FILTERED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEPTH | Call by reference | Type reference (TYPE) | I | 0 | Iterationstiefe, siehe Langtext | 20001103 | |
2 | ![]() |
FILTER | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE_FILTER | Referenz auf Filterobjekt | 20001103 | ||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_ITERATOR | Referenz auf Iterator | 20001103 |
Method CREATE_REV_ITERATOR_FILTERED on Interface IF_IXML_NODE has no exception.
Method FIND_FROM_GID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEPTH | Call by reference | Type reference (TYPE) | I | 0 | Suchtiiefe (0 für alle, 1 für direkten Unterknoten, ...) | 20001103 | |
2 | ![]() |
GID | Call by reference | Type reference (TYPE) | I | GID, siehe Methode GET_GID | 20001103 | ||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Unterknoten | 20001103 |
Method FIND_FROM_GID on Interface IF_IXML_NODE has no exception.
Method GET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NAMED_NODE_MAP | Referenz auf Attributliste | 20001103 |
Method GET_ATTRIBUTES on Interface IF_IXML_NODE has no exception.
Method GET_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_LIST | Referenz auf Knotenliste | 20001103 |
Method GET_CHILDREN on Interface IF_IXML_NODE has no exception.
Method GET_COLUMN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Spalte; 0 wenn Knoten später hinzugefügt wurde | 20001222 |
Method GET_COLUMN on Interface IF_IXML_NODE has no exception.
Method GET_DEPTH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Tiefe (0 hat keine Unterknoten, 1 hat nur direkte, 2 ...) | 20001103 |
Method GET_DEPTH on Interface IF_IXML_NODE has no exception.
Method GET_FIRST_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Unterknoten oder initial | 20001103 |
Method GET_FIRST_CHILD on Interface IF_IXML_NODE has no exception.
Method GET_GID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | GID | 20001103 |
Method GET_GID on Interface IF_IXML_NODE has no exception.
Method GET_HEIGHT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Abstand (0 Knoten ist Wurzelknoten, 1 ...) | 20001103 |
Method GET_HEIGHT on Interface IF_IXML_NODE has no exception.
Method GET_LAST_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Unterknoten oder initial | 20001103 |
Method GET_LAST_CHILD on Interface IF_IXML_NODE has no exception.
Method GET_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Zeile; 0 wenn Knoten später hinzugefügt wurde | 20001222 |
Method GET_LINE on Interface IF_IXML_NODE has no exception.
Method GET_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | lokaler Name | 20001103 |
Method GET_NAME on Interface IF_IXML_NODE has no exception.
Method GET_NAMESPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | Namensraumpräfix | 20001103 |
Method GET_NAMESPACE on Interface IF_IXML_NODE has no exception.
Method GET_NAMESPACE_CONTEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NAMESPACE_CONTEXT | Namensraumkontext | 20001103 |
Method GET_NAMESPACE_CONTEXT on Interface IF_IXML_NODE has no exception.
Method GET_NAMESPACE_PREFIX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | Namensraumpräfix | 20001103 |
Method GET_NAMESPACE_PREFIX on Interface IF_IXML_NODE has no exception.
Method GET_NAMESPACE_URI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | Namensraum | 20001103 |
Method GET_NAMESPACE_URI on Interface IF_IXML_NODE has no exception.
Method GET_NEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Nachbarknoten oder initial | 20001103 |
Method GET_NEXT on Interface IF_IXML_NODE has no exception.
Method GET_OWNER_DOCUMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | Referenz auf Dokument, initial, wenn Knoten selbst Dokument | 20001103 |
Method GET_OWNER_DOCUMENT on Interface IF_IXML_NODE has no exception.
Method GET_PARENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Oberknoten oder initial | 20001103 |
Method GET_PARENT on Interface IF_IXML_NODE has no exception.
Method GET_PREV Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Nachbarknoten oder initial | 20001103 |
Method GET_PREV on Interface IF_IXML_NODE has no exception.
Method GET_ROOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Wurzelknoten | 20001103 |
Method GET_ROOT on Interface IF_IXML_NODE has no exception.
Method GET_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Knotentyp gemäß Aufzählungstyp | 20001103 |
Method GET_TYPE on Interface IF_IXML_NODE has no exception.
Method GET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | Wert; initial, wenn Knoten keinen Wert hat | 20001103 |
Method GET_VALUE on Interface IF_IXML_NODE has no exception.
Method HAS_ANCESTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ANCESTOR | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Oberknoten oder initial | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | BOOLEAN | abap_true, falls es direkte oder indirekte Oberknoten gibt | 20001103 |
Method HAS_ANCESTOR on Interface IF_IXML_NODE has no exception.
Method INSERT_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NEW_CHILD | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf einzufügenden Unterknoten | 20001103 | ||
2 | ![]() |
REF_CHILD | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Unterknoten, vor dem eingefügt wird | 20001103 | ||
3 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | siehe Langtext | 20001103 |
Method INSERT_CHILD on Interface IF_IXML_NODE has no exception.
Method IS_LEAF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | BOOLEAN | abap_true, falls Knoten keine Unterknoten hat | 20001103 |
Method IS_LEAF on Interface IF_IXML_NODE has no exception.
Method IS_ROOT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | BOOLEAN | abap_true, falls Knoten keine Oberknoten hat | 20001103 |
Method IS_ROOT on Interface IF_IXML_NODE has no exception.
Method NUM_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Anzahl der Unterknoten | 20001103 |
Method NUM_CHILDREN on Interface IF_IXML_NODE has no exception.
Method QUERY_INTERFACE Signature
Method QUERY_INTERFACE on Interface IF_IXML_NODE has no parameter.
Method QUERY_INTERFACE on Interface IF_IXML_NODE has no exception.
Method REMOVE_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OLD_CHILD | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Unterknoten, der entfernt werden soll | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | siehe Langtext | 20001103 |
Method REMOVE_CHILD on Interface IF_IXML_NODE has no exception.
Method REMOVE_NODE Signature
Method REMOVE_NODE on Interface IF_IXML_NODE has no parameter.
Method REMOVE_NODE on Interface IF_IXML_NODE has no exception.
Method RENDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OSTREAM | Call by reference | Object reference (TYPE REF TO) | IF_IXML_OSTREAM | Referenz auf Ausgabestrom | 20001103 | ||
2 | ![]() |
RECURSIVE | Call by reference | Type reference (TYPE) | BOOLEAN | 'X' | abap_true, falls Unterknoten auch gerendert werden sollen | 20001103 |
Method RENDER on Interface IF_IXML_NODE has no exception.
Method REPLACE_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NEW_CHILD | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf neuen Unterknoten | 20001103 | ||
2 | ![]() |
OLD_CHILD | Call by reference | Object reference (TYPE REF TO) | IF_IXML_NODE | Referenz auf Unterknoten, der ersetzt werden soll | 20001103 | ||
3 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | siehe Langtext | 20001103 |
Method REPLACE_CHILD on Interface IF_IXML_NODE has no exception.
Method SET_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 | neuer Name | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | siehe Langtext | 20001103 |
Method SET_NAME on Interface IF_IXML_NODE has no exception.
Method SET_NAMESPACE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | Neuer Namensraumpräfix | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | siehe Langtext | 20001103 |
Method SET_NAMESPACE on Interface IF_IXML_NODE has no exception.
Method SET_NAMESPACE_PREFIX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PREFIX | Call by reference | Type reference (TYPE) | STRING | Neuer Namensraumpräfix | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | siehe Langtext | 20001103 |
Method SET_NAMESPACE_PREFIX on Interface IF_IXML_NODE has no exception.
Method SET_NAMESPACE_URI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Neuer Namensraum | 20001103 | ||
2 | ![]() |
URI | Call by reference | Type reference (TYPE) | STRING | siehe Langtext | 20001103 |
Method SET_NAMESPACE_URI on Interface IF_IXML_NODE has no exception.
Method SET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | siehe Langtext | 20001103 | ||
2 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | neuer Wert | 20001103 |
Method SET_VALUE on Interface IF_IXML_NODE has no exception.
Meta Relationship - Used By (full list)
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 610 |