Hierarchy

⤷

⤷

Properties
Interface | IF_IXML_ELEMENT | |
Short Description | Element of an XML Document |
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_NODE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_IXML_NODE | Node of DOM | 20001103 |
Friends
Interface IF_IXML_ELEMENT has no friend.
Attributes
Interface IF_IXML_ELEMENT has no attribute.
Methods
Events
Interface IF_IXML_ELEMENT has no event.
Types
Interface IF_IXML_ELEMENT has no local type.
Method Signatures
Method APPEND_CHILD Signature
Method APPEND_CHILD on Interface IF_IXML_ELEMENT has no parameter.
Method APPEND_CHILD on Interface IF_IXML_ELEMENT has no exception.
Method CLONE Signature
Method CLONE on Interface IF_IXML_ELEMENT has no parameter.
Method CLONE on Interface IF_IXML_ELEMENT has no exception.
Method CONTAINS 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 der abzufragenden Knotentypen gemäß Aufzählungstyp | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | BOOLEAN | abap_true, falls einer der abgefragten Knotentypen enthalten | 20001103 |
Method CONTAINS on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_FILTER_ANCESTOR Signature
Method CREATE_FILTER_ANCESTOR on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_FILTER_ANCESTOR on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_FILTER_AND Signature
Method CREATE_FILTER_AND on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_FILTER_AND on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_FILTER_ATTRIBUTE Signature
Method CREATE_FILTER_ATTRIBUTE on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_FILTER_ATTRIBUTE on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_FILTER_ATTRIBUTE_NS Signature
Method CREATE_FILTER_ATTRIBUTE_NS on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_FILTER_ATTRIBUTE_NS on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_FILTER_NAME Signature
Method CREATE_FILTER_NAME on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_FILTER_NAME on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_FILTER_NAME_NS Signature
Method CREATE_FILTER_NAME_NS on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_FILTER_NAME_NS on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_FILTER_NODE_TYPE Signature
Method CREATE_FILTER_NODE_TYPE on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_FILTER_NODE_TYPE on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_FILTER_NOT Signature
Method CREATE_FILTER_NOT on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_FILTER_NOT on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_FILTER_OR Signature
Method CREATE_FILTER_OR on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_FILTER_OR on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_FILTER_PARENT Signature
Method CREATE_FILTER_PARENT on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_FILTER_PARENT on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_INLINE_ITERATOR Signature
Method CREATE_INLINE_ITERATOR on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_INLINE_ITERATOR on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_ITERATOR Signature
Method CREATE_ITERATOR on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_ITERATOR on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_ITERATOR_FILTERED Signature
Method CREATE_ITERATOR_FILTERED on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_ITERATOR_FILTERED on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_REV_INLINE_ITERATOR Signature
Method CREATE_REV_INLINE_ITERATOR on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_REV_INLINE_ITERATOR on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_REV_ITERATOR Signature
Method CREATE_REV_ITERATOR on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_REV_ITERATOR on Interface IF_IXML_ELEMENT has no exception.
Method CREATE_REV_ITERATOR_FILTERED Signature
Method CREATE_REV_ITERATOR_FILTERED on Interface IF_IXML_ELEMENT has no parameter.
Method CREATE_REV_ITERATOR_FILTERED on Interface IF_IXML_ELEMENT has no exception.
Method FIND_FROM_GID Signature
Method FIND_FROM_GID on Interface IF_IXML_ELEMENT has no parameter.
Method FIND_FROM_GID on Interface IF_IXML_ELEMENT has no exception.
Method FIND_FROM_NAME 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 | Suchtiefe (0 alle Unterknoten, 1 direkte Unterknoten, ...) | 20001103 | |
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | gesuchter Name | 20001103 | ||
3 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Namensraumpräfix des gesuchten Namens | 20001103 | |
4 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | Referenz auf gefundenes Element oder initial | 20001103 |
Method FIND_FROM_NAME on Interface IF_IXML_ELEMENT has no exception.
Method FIND_FROM_NAME_NS 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 | Suchtiefe (0 alle Unterknoten, 1 direkte Unterknoten, ...) | 20001103 | |
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | gesuchter Name | 20001103 | ||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | Referenz auf gefundenes Element oder initial | 20001103 | ||
4 | ![]() |
URI | Call by reference | Type reference (TYPE) | STRING | '' | Namensraum des gesuchten Namens | 20001103 |
Method FIND_FROM_NAME_NS on Interface IF_IXML_ELEMENT has no exception.
Method FIND_FROM_PATH Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PATH | Call by reference | Type reference (TYPE) | STRING | Pfadangabe, siehe Langtext | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | Referenz auf gefundenes Element oder initial | 20001103 |
Method FIND_FROM_PATH on Interface IF_IXML_ELEMENT has no exception.
Method FIND_FROM_PATH_NS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DEFAULT_URI | Call by reference | Type reference (TYPE) | STRING | Standardnamensraum für alle unqualifizierten Namen des Pfads | 20001103 | ||
2 | ![]() |
PATH | Call by reference | Type reference (TYPE) | STRING | Pfadangabe, siehe Langtext | 20001103 | ||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | Referenz auf gefundenes Element oder initial | 20001103 |
Method FIND_FROM_PATH_NS on Interface IF_IXML_ELEMENT has no exception.
Method GET_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 des Attributs | 20001103 | ||
2 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Namensraumpräfix des Attributs | 20001103 | |
3 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | Wert des Attributs oder initial | 20001103 |
Method GET_ATTRIBUTE on Interface IF_IXML_ELEMENT has no exception.
Method GET_ATTRIBUTES Signature
Method GET_ATTRIBUTES on Interface IF_IXML_ELEMENT has no parameter.
Method GET_ATTRIBUTES on Interface IF_IXML_ELEMENT has no exception.
Method GET_ATTRIBUTE_NODE 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 des Attributs | 20001103 | ||
2 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Namensraumpräfix des Attributs | 20001103 | |
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ATTRIBUTE | Referenz auf Attributknoten | 20001103 |
Method GET_ATTRIBUTE_NODE on Interface IF_IXML_ELEMENT has no exception.
Method GET_ATTRIBUTE_NODE_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 des Attributs | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ATTRIBUTE | Referenz auf Attributknoten | 20001103 | ||
3 | ![]() |
URI | Call by reference | Type reference (TYPE) | STRING | '' | Namensraum des Attributs | 20001103 |
Method GET_ATTRIBUTE_NODE_NS on Interface IF_IXML_ELEMENT has no exception.
Method GET_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 des Attributs | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | Wert des Attributs oder initial | 20001103 | ||
3 | ![]() |
URI | Call by reference | Type reference (TYPE) | STRING | '' | Namensraum des Attributs | 20001103 |
Method GET_ATTRIBUTE_NS on Interface IF_IXML_ELEMENT has no exception.
Method GET_CHILDREN Signature
Method GET_CHILDREN on Interface IF_IXML_ELEMENT has no parameter.
Method GET_CHILDREN on Interface IF_IXML_ELEMENT has no exception.
Method GET_COLUMN Signature
Method GET_COLUMN on Interface IF_IXML_ELEMENT has no parameter.
Method GET_COLUMN on Interface IF_IXML_ELEMENT has no exception.
Method GET_CONTENT_AS_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | Inhalt von Texten, CDATA-Abschnitten und Referenzen | 20001103 |
Method GET_CONTENT_AS_STRING on Interface IF_IXML_ELEMENT has no exception.
Method GET_DEPTH Signature
Method GET_DEPTH on Interface IF_IXML_ELEMENT has no parameter.
Method GET_DEPTH on Interface IF_IXML_ELEMENT has no exception.
Method GET_ELEMENTS_BY_TAG_NAME 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 | Suchtiefe (0 alle Unterknoten, 1 direkte Unterknoten, ...) | 20001103 | |
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Tagname (lokaler Teil) | 20001103 | ||
3 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Namensraumpräfix des Tagnamens | 20001103 | |
4 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_COLLECTION | Referenz auf Liste der gefundenen Elemente oder initial | 20001103 |
Method GET_ELEMENTS_BY_TAG_NAME on Interface IF_IXML_ELEMENT has no exception.
Method GET_ELEMENTS_BY_TAG_NAME_NS 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 | Suchtiefe (0 alle Unterknoten, 1 direkte Unterknoten, ...) | 20001103 | |
2 | ![]() |
NAME | Call by reference | Type reference (TYPE) | STRING | Tagname (lokaler Teil) | 20001103 | ||
3 | ![]() |
RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_NODE_COLLECTION | Referenz auf Liste der gefundenen Elemente oder initial | 20001103 | ||
4 | ![]() |
URI | Call by reference | Type reference (TYPE) | STRING | '' | Namensraum des Tagnamens | 20001103 |
Method GET_ELEMENTS_BY_TAG_NAME_NS on Interface IF_IXML_ELEMENT has no exception.
Method GET_FIRST_CHILD Signature
Method GET_FIRST_CHILD on Interface IF_IXML_ELEMENT has no parameter.
Method GET_FIRST_CHILD on Interface IF_IXML_ELEMENT has no exception.
Method GET_GID Signature
Method GET_GID on Interface IF_IXML_ELEMENT has no parameter.
Method GET_GID on Interface IF_IXML_ELEMENT has no exception.
Method GET_HEIGHT Signature
Method GET_HEIGHT on Interface IF_IXML_ELEMENT has no parameter.
Method GET_HEIGHT on Interface IF_IXML_ELEMENT has no exception.
Method GET_LAST_CHILD Signature
Method GET_LAST_CHILD on Interface IF_IXML_ELEMENT has no parameter.
Method GET_LAST_CHILD on Interface IF_IXML_ELEMENT has no exception.
Method GET_LINE Signature
Method GET_LINE on Interface IF_IXML_ELEMENT has no parameter.
Method GET_LINE on Interface IF_IXML_ELEMENT has no exception.
Method GET_NAME Signature
Method GET_NAME on Interface IF_IXML_ELEMENT has no parameter.
Method GET_NAME on Interface IF_IXML_ELEMENT has no exception.
Method GET_NAMESPACE Signature
Method GET_NAMESPACE on Interface IF_IXML_ELEMENT has no parameter.
Method GET_NAMESPACE on Interface IF_IXML_ELEMENT has no exception.
Method GET_NAMESPACE_CONTEXT Signature
Method GET_NAMESPACE_CONTEXT on Interface IF_IXML_ELEMENT has no parameter.
Method GET_NAMESPACE_CONTEXT on Interface IF_IXML_ELEMENT has no exception.
Method GET_NAMESPACE_PREFIX Signature
Method GET_NAMESPACE_PREFIX on Interface IF_IXML_ELEMENT has no parameter.
Method GET_NAMESPACE_PREFIX on Interface IF_IXML_ELEMENT has no exception.
Method GET_NAMESPACE_URI Signature
Method GET_NAMESPACE_URI on Interface IF_IXML_ELEMENT has no parameter.
Method GET_NAMESPACE_URI on Interface IF_IXML_ELEMENT has no exception.
Method GET_NEXT Signature
Method GET_NEXT on Interface IF_IXML_ELEMENT has no parameter.
Method GET_NEXT on Interface IF_IXML_ELEMENT has no exception.
Method GET_OWNER_DOCUMENT Signature
Method GET_OWNER_DOCUMENT on Interface IF_IXML_ELEMENT has no parameter.
Method GET_OWNER_DOCUMENT on Interface IF_IXML_ELEMENT has no exception.
Method GET_PARENT Signature
Method GET_PARENT on Interface IF_IXML_ELEMENT has no parameter.
Method GET_PARENT on Interface IF_IXML_ELEMENT has no exception.
Method GET_PREV Signature
Method GET_PREV on Interface IF_IXML_ELEMENT has no parameter.
Method GET_PREV on Interface IF_IXML_ELEMENT has no exception.
Method GET_ROOT Signature
Method GET_ROOT on Interface IF_IXML_ELEMENT has no parameter.
Method GET_ROOT on Interface IF_IXML_ELEMENT has no exception.
Method GET_TYPE Signature
Method GET_TYPE on Interface IF_IXML_ELEMENT has no parameter.
Method GET_TYPE on Interface IF_IXML_ELEMENT has no exception.
Method GET_VALUE Signature
Method GET_VALUE on Interface IF_IXML_ELEMENT has no parameter.
Method GET_VALUE on Interface IF_IXML_ELEMENT has no exception.
Method HAS_ANCESTOR Signature
Method HAS_ANCESTOR on Interface IF_IXML_ELEMENT has no parameter.
Method HAS_ANCESTOR on Interface IF_IXML_ELEMENT has no exception.
Method INSERT_CHILD Signature
Method INSERT_CHILD on Interface IF_IXML_ELEMENT has no parameter.
Method INSERT_CHILD on Interface IF_IXML_ELEMENT has no exception.
Method IS_LEAF Signature
Method IS_LEAF on Interface IF_IXML_ELEMENT has no parameter.
Method IS_LEAF on Interface IF_IXML_ELEMENT has no exception.
Method IS_ROOT Signature
Method IS_ROOT on Interface IF_IXML_ELEMENT has no parameter.
Method IS_ROOT on Interface IF_IXML_ELEMENT has no exception.
Method NORMALIZE Signature
Method NORMALIZE on Interface IF_IXML_ELEMENT has no parameter.
Method NORMALIZE on Interface IF_IXML_ELEMENT has no exception.
Method NUM_CHILDREN Signature
Method NUM_CHILDREN on Interface IF_IXML_ELEMENT has no parameter.
Method NUM_CHILDREN on Interface IF_IXML_ELEMENT has no exception.
Method QUERY_INTERFACE Signature
Method QUERY_INTERFACE on Interface IF_IXML_ELEMENT has no parameter.
Method QUERY_INTERFACE on Interface IF_IXML_ELEMENT has no exception.
Method REMOVE_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 des Attributs | 20001103 | ||
2 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Namensraumpräfix des Attributs | 20001103 | |
3 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Rückgabewert, siehe Langtext | 20001103 |
Method REMOVE_ATTRIBUTE on Interface IF_IXML_ELEMENT has no exception.
Method REMOVE_ATTRIBUTE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OLD_ATTR | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ATTRIBUTE | Referenz auf zu entfernenden Atributknoten | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Rückgabewert, siehe Langtext | 20001103 |
Method REMOVE_ATTRIBUTE_NODE on Interface IF_IXML_ELEMENT has no exception.
Method REMOVE_ATTRIBUTE_NODE_NS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
OLD_ATTR | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ATTRIBUTE | Referenz auf zu entfernenden Atributknoten | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Rückgabewert, siehe Langtext | 20001103 |
Method REMOVE_ATTRIBUTE_NODE_NS on Interface IF_IXML_ELEMENT has no exception.
Method REMOVE_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 des Attributs | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Rückgabewert, siehe Langtext | 20001103 | ||
3 | ![]() |
URI | Call by reference | Type reference (TYPE) | STRING | '' | Namensraum des Attributs | 20001103 |
Method REMOVE_ATTRIBUTE_NS on Interface IF_IXML_ELEMENT has no exception.
Method REMOVE_CHILD Signature
Method REMOVE_CHILD on Interface IF_IXML_ELEMENT has no parameter.
Method REMOVE_CHILD on Interface IF_IXML_ELEMENT has no exception.
Method REMOVE_NODE Signature
Method REMOVE_NODE on Interface IF_IXML_ELEMENT has no parameter.
Method REMOVE_NODE on Interface IF_IXML_ELEMENT has no exception.
Method RENDER Signature
Method RENDER on Interface IF_IXML_ELEMENT has no parameter.
Method RENDER on Interface IF_IXML_ELEMENT has no exception.
Method REPLACE_CHILD Signature
Method REPLACE_CHILD on Interface IF_IXML_ELEMENT has no parameter.
Method REPLACE_CHILD on Interface IF_IXML_ELEMENT has no exception.
Method SET_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 des Attributs | 20001103 | ||
2 | ![]() |
NAMESPACE | Call by reference | Type reference (TYPE) | STRING | '' | Namensraumpräfix des Attributs | 20001103 | |
3 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Rückgabewert, siehe Langtext | 20001103 | ||
4 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | '' | Wert des Attributs | 20001103 |
Method SET_ATTRIBUTE on Interface IF_IXML_ELEMENT has no exception.
Method SET_ATTRIBUTE_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NEW_ATTR | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ATTRIBUTE | Referenz auf Attributknoten | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Rückgabewert, siehe Langtext | 20001103 |
Method SET_ATTRIBUTE_NODE on Interface IF_IXML_ELEMENT has no exception.
Method SET_ATTRIBUTE_NODE_NS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NEW_ATTR | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ATTRIBUTE | Referenz auf Attributknoten | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Rückgabewert, siehe Langtext | 20001103 |
Method SET_ATTRIBUTE_NODE_NS on Interface IF_IXML_ELEMENT has no exception.
Method SET_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 des Attributs | 20001103 | ||
2 | ![]() |
PREFIX | Call by reference | Type reference (TYPE) | STRING | '' | Namensraumpräfix des Attributs | 20001103 | |
3 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | I | Rückgabewert, siehe Langtext | 20001103 | ||
4 | ![]() |
URI | Call by reference | Type reference (TYPE) | STRING | '' | Namensraum des Attributs | 20001103 | |
5 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | '' | Wert des Attributs | 20001103 |
Method SET_ATTRIBUTE_NS on Interface IF_IXML_ELEMENT has no exception.
Method SET_NAME Signature
Method SET_NAME on Interface IF_IXML_ELEMENT has no parameter.
Method SET_NAME on Interface IF_IXML_ELEMENT has no exception.
Method SET_NAMESPACE Signature
Method SET_NAMESPACE on Interface IF_IXML_ELEMENT has no parameter.
Method SET_NAMESPACE on Interface IF_IXML_ELEMENT has no exception.
Method SET_NAMESPACE_PREFIX Signature
Method SET_NAMESPACE_PREFIX on Interface IF_IXML_ELEMENT has no parameter.
Method SET_NAMESPACE_PREFIX on Interface IF_IXML_ELEMENT has no exception.
Method SET_NAMESPACE_URI Signature
Method SET_NAMESPACE_URI on Interface IF_IXML_ELEMENT has no parameter.
Method SET_NAMESPACE_URI on Interface IF_IXML_ELEMENT has no exception.
Method SET_VALUE Signature
Method SET_VALUE on Interface IF_IXML_ELEMENT has no parameter.
Method SET_VALUE on Interface IF_IXML_ELEMENT has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 610 |