SAP ABAP Interface IF_IXML_ATTRIBUTE (Attributeof of an element in DOM)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-XML (Application Component) ABAP XML Processing
     SIXML (Package) iXML Library: Parsing, DOM Representation, and XML Rendering
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_IXML_NAMESPACE_DECL Do Not Use 20001103
Properties
Interface IF_IXML_ATTRIBUTE  
Short Description Attributeof of an element in 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_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_ATTRIBUTE has no friend.
Attributes
Interface IF_IXML_ATTRIBUTE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_CHILD Instance method Public Method 20001103
2 CLONE Instance method Public Method 20001103
3 CREATE_FILTER_ANCESTOR Instance method Public Method 20001103
4 CREATE_FILTER_AND Instance method Public Method 20001103
5 CREATE_FILTER_ATTRIBUTE Instance method Public Method 20001103
6 CREATE_FILTER_ATTRIBUTE_NS Instance method Public Method 20001103
7 CREATE_FILTER_NAME Instance method Public Method 20001103
8 CREATE_FILTER_NAME_NS Instance method Public Method 20001103
9 CREATE_FILTER_NODE_TYPE Instance method Public Method 20001103
10 CREATE_FILTER_NOT Instance method Public Method 20001103
11 CREATE_FILTER_OR Instance method Public Method 20001103
12 CREATE_FILTER_PARENT Instance method Public Method 20001103
13 CREATE_INLINE_ITERATOR Instance method Public Method 20010716
14 CREATE_ITERATOR Instance method Public Method 20001103
15 CREATE_ITERATOR_FILTERED Instance method Public Method 20001103
16 CREATE_REV_INLINE_ITERATOR Instance method Public Method 20010716
17 CREATE_REV_ITERATOR Instance method Public Method 20001103
18 CREATE_REV_ITERATOR_FILTERED Instance method Public Method 20001103
19 FIND_FROM_GID Instance method Public Method 20001103
20 GET_ATTRIBUTES Instance method Public Method 20001103
21 GET_CHILDREN Instance method Public Method 20001103
22 GET_COLUMN Instance method Public Method 20001222
23 GET_DEPTH Instance method Public Method 20001103
24 GET_FIRST_CHILD Instance method Public Method 20001103
25 GET_GID Instance method Public Method 20001103
26 GET_HEIGHT Instance method Public Method 20001103
27 GET_LAST_CHILD Instance method Public Method 20001103
28 GET_LINE Instance method Public Method 20001222
29 GET_NAME Instance method Public Method 20001103
30 GET_NAMESPACE Instance method Public Method 20001103
31 GET_NAMESPACE_CONTEXT Instance method Public Method 20001103
32 GET_NAMESPACE_PREFIX Instance method Public Method 20001103
33 GET_NAMESPACE_URI Instance method Public Method 20001103
34 GET_NEXT Instance method Public Method 20001103
35 GET_OWNER_DOCUMENT Instance method Public Method 20001103
36 GET_OWNER_ELEMENT Instance method Public Method Returns element that the attribute belongs to 20001103
37 GET_PARENT Instance method Public Method 20001103
38 GET_PREV Instance method Public Method 20001103
39 GET_ROOT Instance method Public Method 20001103
40 GET_TYPE Instance method Public Method 20001103
41 GET_VALUE Instance method Public Method 20001103
42 HAS_ANCESTOR Instance method Public Method 20001103
43 INSERT_CHILD Instance method Public Method 20001103
44 IS_LEAF Instance method Public Method 20001103
45 IS_ROOT Instance method Public Method 20001103
46 NUM_CHILDREN Instance method Public Method 20001103
47 QUERY_INTERFACE Instance method Public Method 20001103
48 REMOVE_CHILD Instance method Public Method 20001103
49 REMOVE_NODE Instance method Public Method 20001103
50 RENDER Instance method Public Method 20001103
51 REPLACE_CHILD Instance method Public Method 20001103
52 SET_NAME Instance method Public Method 20001103
53 SET_NAMESPACE Instance method Public Method 20001103
54 SET_NAMESPACE_PREFIX Instance method Public Method 20001103
55 SET_NAMESPACE_URI Instance method Public Method 20001103
56 SET_VALUE Instance method Public Method 20001103
57 SPECIFIED Instance method Public Method Specifies whether attribute has a value 20001103
Events
Interface IF_IXML_ATTRIBUTE has no event.
Types
Interface IF_IXML_ATTRIBUTE has no local type.
Method Signatures

Method APPEND_CHILD Signature

Method APPEND_CHILD on Interface IF_IXML_ATTRIBUTE has no parameter.
Method APPEND_CHILD on Interface IF_IXML_ATTRIBUTE has no exception.

Method CLONE Signature

Method CLONE on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CLONE on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_FILTER_ANCESTOR Signature

Method CREATE_FILTER_ANCESTOR on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_FILTER_ANCESTOR on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_FILTER_AND Signature

Method CREATE_FILTER_AND on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_FILTER_AND on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_FILTER_ATTRIBUTE Signature

Method CREATE_FILTER_ATTRIBUTE on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_FILTER_ATTRIBUTE on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_FILTER_ATTRIBUTE_NS Signature

Method CREATE_FILTER_ATTRIBUTE_NS on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_FILTER_ATTRIBUTE_NS on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_FILTER_NAME Signature

Method CREATE_FILTER_NAME on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_FILTER_NAME on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_FILTER_NAME_NS Signature

Method CREATE_FILTER_NAME_NS on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_FILTER_NAME_NS on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_FILTER_NODE_TYPE Signature

Method CREATE_FILTER_NODE_TYPE on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_FILTER_NODE_TYPE on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_FILTER_NOT Signature

Method CREATE_FILTER_NOT on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_FILTER_NOT on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_FILTER_OR Signature

Method CREATE_FILTER_OR on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_FILTER_OR on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_FILTER_PARENT Signature

Method CREATE_FILTER_PARENT on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_FILTER_PARENT on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_INLINE_ITERATOR Signature

Method CREATE_INLINE_ITERATOR on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_INLINE_ITERATOR on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_ITERATOR Signature

Method CREATE_ITERATOR on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_ITERATOR on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_ITERATOR_FILTERED Signature

Method CREATE_ITERATOR_FILTERED on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_ITERATOR_FILTERED on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_REV_INLINE_ITERATOR Signature

Method CREATE_REV_INLINE_ITERATOR on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_REV_INLINE_ITERATOR on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_REV_ITERATOR Signature

Method CREATE_REV_ITERATOR on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_REV_ITERATOR on Interface IF_IXML_ATTRIBUTE has no exception.

Method CREATE_REV_ITERATOR_FILTERED Signature

Method CREATE_REV_ITERATOR_FILTERED on Interface IF_IXML_ATTRIBUTE has no parameter.
Method CREATE_REV_ITERATOR_FILTERED on Interface IF_IXML_ATTRIBUTE has no exception.

Method FIND_FROM_GID Signature

Method FIND_FROM_GID on Interface IF_IXML_ATTRIBUTE has no parameter.
Method FIND_FROM_GID on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_ATTRIBUTES Signature

Method GET_ATTRIBUTES on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_ATTRIBUTES on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_CHILDREN Signature

Method GET_CHILDREN on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_CHILDREN on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_COLUMN Signature

Method GET_COLUMN on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_COLUMN on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_DEPTH Signature

Method GET_DEPTH on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_DEPTH on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_FIRST_CHILD Signature

Method GET_FIRST_CHILD on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_FIRST_CHILD on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_GID Signature

Method GET_GID on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_GID on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_HEIGHT Signature

Method GET_HEIGHT on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_HEIGHT on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_LAST_CHILD Signature

Method GET_LAST_CHILD on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_LAST_CHILD on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_LINE Signature

Method GET_LINE on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_LINE on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_NAME Signature

Method GET_NAME on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_NAME on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_NAMESPACE Signature

Method GET_NAMESPACE on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_NAMESPACE on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_NAMESPACE_CONTEXT Signature

Method GET_NAMESPACE_CONTEXT on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_NAMESPACE_CONTEXT on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_NAMESPACE_PREFIX Signature

Method GET_NAMESPACE_PREFIX on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_NAMESPACE_PREFIX on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_NAMESPACE_URI Signature

Method GET_NAMESPACE_URI on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_NAMESPACE_URI on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_NEXT Signature

Method GET_NEXT on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_NEXT on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_OWNER_DOCUMENT Signature

Method GET_OWNER_DOCUMENT on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_OWNER_DOCUMENT on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_OWNER_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_ELEMENT Referenz auf Elementknoten 20001103

Method GET_OWNER_ELEMENT on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_PARENT Signature

Method GET_PARENT on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_PARENT on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_PREV Signature

Method GET_PREV on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_PREV on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_ROOT Signature

Method GET_ROOT on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_ROOT on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_TYPE Signature

Method GET_TYPE on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_TYPE on Interface IF_IXML_ATTRIBUTE has no exception.

Method GET_VALUE Signature

Method GET_VALUE on Interface IF_IXML_ATTRIBUTE has no parameter.
Method GET_VALUE on Interface IF_IXML_ATTRIBUTE has no exception.

Method HAS_ANCESTOR Signature

Method HAS_ANCESTOR on Interface IF_IXML_ATTRIBUTE has no parameter.
Method HAS_ANCESTOR on Interface IF_IXML_ATTRIBUTE has no exception.

Method INSERT_CHILD Signature

Method INSERT_CHILD on Interface IF_IXML_ATTRIBUTE has no parameter.
Method INSERT_CHILD on Interface IF_IXML_ATTRIBUTE has no exception.

Method IS_LEAF Signature

Method IS_LEAF on Interface IF_IXML_ATTRIBUTE has no parameter.
Method IS_LEAF on Interface IF_IXML_ATTRIBUTE has no exception.

Method IS_ROOT Signature

Method IS_ROOT on Interface IF_IXML_ATTRIBUTE has no parameter.
Method IS_ROOT on Interface IF_IXML_ATTRIBUTE has no exception.

Method NUM_CHILDREN Signature

Method NUM_CHILDREN on Interface IF_IXML_ATTRIBUTE has no parameter.
Method NUM_CHILDREN on Interface IF_IXML_ATTRIBUTE has no exception.

Method QUERY_INTERFACE Signature

Method QUERY_INTERFACE on Interface IF_IXML_ATTRIBUTE has no parameter.
Method QUERY_INTERFACE on Interface IF_IXML_ATTRIBUTE has no exception.

Method REMOVE_CHILD Signature

Method REMOVE_CHILD on Interface IF_IXML_ATTRIBUTE has no parameter.
Method REMOVE_CHILD on Interface IF_IXML_ATTRIBUTE has no exception.

Method REMOVE_NODE Signature

Method REMOVE_NODE on Interface IF_IXML_ATTRIBUTE has no parameter.
Method REMOVE_NODE on Interface IF_IXML_ATTRIBUTE has no exception.

Method RENDER Signature

Method RENDER on Interface IF_IXML_ATTRIBUTE has no parameter.
Method RENDER on Interface IF_IXML_ATTRIBUTE has no exception.

Method REPLACE_CHILD Signature

Method REPLACE_CHILD on Interface IF_IXML_ATTRIBUTE has no parameter.
Method REPLACE_CHILD on Interface IF_IXML_ATTRIBUTE has no exception.

Method SET_NAME Signature

Method SET_NAME on Interface IF_IXML_ATTRIBUTE has no parameter.
Method SET_NAME on Interface IF_IXML_ATTRIBUTE has no exception.

Method SET_NAMESPACE Signature

Method SET_NAMESPACE on Interface IF_IXML_ATTRIBUTE has no parameter.
Method SET_NAMESPACE on Interface IF_IXML_ATTRIBUTE has no exception.

Method SET_NAMESPACE_PREFIX Signature

Method SET_NAMESPACE_PREFIX on Interface IF_IXML_ATTRIBUTE has no parameter.
Method SET_NAMESPACE_PREFIX on Interface IF_IXML_ATTRIBUTE has no exception.

Method SET_NAMESPACE_URI Signature

Method SET_NAMESPACE_URI on Interface IF_IXML_ATTRIBUTE has no parameter.
Method SET_NAMESPACE_URI on Interface IF_IXML_ATTRIBUTE has no exception.

Method SET_VALUE Signature

Method SET_VALUE on Interface IF_IXML_ATTRIBUTE has no parameter.
Method SET_VALUE on Interface IF_IXML_ATTRIBUTE has no exception.

Method SPECIFIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) BOOLEAN abap_true, falls Wert vorhanden; abap_false für Wert aus DTD 20001103

Method SPECIFIED on Interface IF_IXML_ATTRIBUTE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 610