SAP ABAP Interface IF_IXML_ATTRIBUTE_DECL (Attribute Declaration in DTD)
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
Properties
Interface IF_IXML_ATTRIBUTE_DECL  
Short Description Attribute Declaration in DTD    
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_DECL has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CDATA Constant Public Type reference (TYPE) I 1 Value Type: CDATA 20001103
2 CO_DEFAULT_VALUE Constant Public Type reference (TYPE) I 1 Default Setting: see long text 20001103
3 CO_ENTITIES Constant Public Type reference (TYPE) I 6 Value Type: ENTITIES 20001103
4 CO_ENTITY Constant Public Type reference (TYPE) I 5 Value Type: ENTITY 20001103
5 CO_ENUMERATION Constant Public Type reference (TYPE) I 10 Value Type: Enumeration Type According to Attrib. Decaration 20001103
6 CO_FIXED Constant Public Type reference (TYPE) I 3 Default Value Setting: see long text 20001103
7 CO_ID Constant Public Type reference (TYPE) I 2 Value Type: ID 20001103
8 CO_IDREF Constant Public Type reference (TYPE) I 3 Value Type: IDREF 20001103
9 CO_IDREFS Constant Public Type reference (TYPE) I 4 Value Type: IDREFS 20001103
10 CO_IMPLIED Constant Public Type reference (TYPE) I 1 Default Value Setting: see long text 20001103
11 CO_NMTOKEN Constant Public Type reference (TYPE) I 7 Value Type: NMTOKEN 20001103
12 CO_NMTOKENS Constant Public Type reference (TYPE) I 8 Value Type: NMTOKENS 20001103
13 CO_NOTATION Constant Public Type reference (TYPE) I 9 Value Type: NOTATION 20001103
14 CO_REQUIRED Constant Public Type reference (TYPE) I 2 Default Value Setting: see long text 20001103
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ENUM_VALUE Instance method Public Method Adds declaration of type ENUMERATION or NMTOKEN value 20001103
2 ALLOWS_ENUM_VALUE Instance method Public Method Checks value for declaration of type ENUMERATION or NMTOKEN 20001103
3 APPEND_CHILD Instance method Public Method 20001103
4 CLONE Instance method Public Method 20001103
5 CREATE_FILTER_ANCESTOR Instance method Public Method 20001103
6 CREATE_FILTER_AND Instance method Public Method 20001103
7 CREATE_FILTER_ATTRIBUTE Instance method Public Method 20001103
8 CREATE_FILTER_ATTRIBUTE_NS Instance method Public Method 20001103
9 CREATE_FILTER_NAME Instance method Public Method 20001103
10 CREATE_FILTER_NAME_NS Instance method Public Method 20001103
11 CREATE_FILTER_NODE_TYPE Instance method Public Method 20001103
12 CREATE_FILTER_NOT Instance method Public Method 20001103
13 CREATE_FILTER_OR Instance method Public Method 20001103
14 CREATE_FILTER_PARENT Instance method Public Method 20001103
15 CREATE_INLINE_ITERATOR Instance method Public Method 20010716
16 CREATE_ITERATOR Instance method Public Method 20001103
17 CREATE_ITERATOR_FILTERED Instance method Public Method 20001103
18 CREATE_REV_INLINE_ITERATOR Instance method Public Method 20010716
19 CREATE_REV_ITERATOR Instance method Public Method 20001103
20 CREATE_REV_ITERATOR_FILTERED Instance method Public Method 20001103
21 FIND_FROM_GID Instance method Public Method 20001103
22 GET_ATTRIBUTES Instance method Public Method 20001103
23 GET_ATTR_DEFAULT Instance method Public Method Reads the default value setting 20001103
24 GET_CHILDREN Instance method Public Method 20001103
25 GET_COLUMN Instance method Public Method 20001222
26 GET_DEFAULT_VALUE Instance method Public Method Reads the default value 20001103
27 GET_DEPTH Instance method Public Method 20001103
28 GET_ENUM_VALUE Instance method Public Method Reads value with declar. of type ENUMERATION or NMTOKEN 20001103
29 GET_FIRST_CHILD Instance method Public Method 20001103
30 GET_GID Instance method Public Method 20001103
31 GET_HEIGHT Instance method Public Method 20001103
32 GET_LAST_CHILD Instance method Public Method 20001103
33 GET_LINE Instance method Public Method 20001222
34 GET_NAME Instance method Public Method 20001103
35 GET_NAMESPACE Instance method Public Method 20001103
36 GET_NAMESPACE_CONTEXT Instance method Public Method 20001103
37 GET_NAMESPACE_PREFIX Instance method Public Method 20001103
38 GET_NAMESPACE_URI Instance method Public Method 20001103
39 GET_NEXT Instance method Public Method 20001103
40 GET_OWNER_DOCUMENT Instance method Public Method 20001103
41 GET_PARENT Instance method Public Method 20001103
42 GET_PREV Instance method Public Method 20001103
43 GET_ROOT Instance method Public Method 20001103
44 GET_TYPE Instance method Public Method 20001103
45 GET_VALUE Instance method Public Method 20001103
46 GET_VALUE_TYPE Instance method Public Method Reads the value type 20001103
47 HAS_ANCESTOR Instance method Public Method 20001103
48 INSERT_CHILD Instance method Public Method 20001103
49 IS_LEAF Instance method Public Method 20001103
50 IS_ROOT Instance method Public Method 20001103
51 NUM_CHILDREN Instance method Public Method 20001103
52 QUERY_INTERFACE Instance method Public Method 20001103
53 REMOVE_CHILD Instance method Public Method 20001103
54 REMOVE_ENUM_VALUE Instance method Public Method Deletes value with declar. of type ENUMERATION or NMTOKEN 20001103
55 REMOVE_NODE Instance method Public Method 20001103
56 RENDER Instance method Public Method 20001103
57 REPLACE_CHILD Instance method Public Method 20001103
58 SET_ATTR_DEFAULT Instance method Public Method Sets the default value setting 20001103
59 SET_DEFAULT_VALUE Instance method Public Method Sets the default value 20001103
60 SET_NAME Instance method Public Method 20001103
61 SET_NAMESPACE Instance method Public Method 20001103
62 SET_NAMESPACE_PREFIX Instance method Public Method 20001103
63 SET_NAMESPACE_URI Instance method Public Method 20001103
64 SET_VALUE Instance method Public Method 20001103
65 SET_VALUE_TYPE Instance method Public Method Sets the value type 20001103
Events
Interface IF_IXML_ATTRIBUTE_DECL has no event.
Types
Interface IF_IXML_ATTRIBUTE_DECL has no local type.
Method Signatures

Method ADD_ENUM_VALUE 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: erfolgreich; abap_false: Wert schon vorhanden 20001103
2 Importing VALUE Call by reference Type reference (TYPE) STRING Wert 20001103

Method ADD_ENUM_VALUE on Interface IF_IXML_ATTRIBUTE_DECL has no exception.

Method ALLOWS_ENUM_VALUE 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 in Aufzählung deklariert ist 20001103
2 Importing VALUE Call by reference Type reference (TYPE) STRING Wert 20001103

Method ALLOWS_ENUM_VALUE on Interface IF_IXML_ATTRIBUTE_DECL has no exception.

Method APPEND_CHILD Signature

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

Method CLONE Signature

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

Method CREATE_FILTER_ANCESTOR Signature

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

Method CREATE_FILTER_AND Signature

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

Method CREATE_FILTER_ATTRIBUTE Signature

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

Method CREATE_FILTER_ATTRIBUTE_NS Signature

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

Method CREATE_FILTER_NAME Signature

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

Method CREATE_FILTER_NAME_NS Signature

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

Method CREATE_FILTER_NODE_TYPE Signature

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

Method CREATE_FILTER_NOT Signature

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

Method CREATE_FILTER_OR Signature

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

Method CREATE_FILTER_PARENT Signature

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

Method CREATE_INLINE_ITERATOR Signature

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

Method CREATE_ITERATOR Signature

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

Method CREATE_ITERATOR_FILTERED Signature

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

Method CREATE_REV_INLINE_ITERATOR Signature

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

Method CREATE_REV_ITERATOR Signature

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

Method CREATE_REV_ITERATOR_FILTERED Signature

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

Method FIND_FROM_GID Signature

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

Method GET_ATTRIBUTES Signature

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

Method GET_ATTR_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Standardwerteinstellung gemäß Aufzählungstyp 20001103

Method GET_ATTR_DEFAULT on Interface IF_IXML_ATTRIBUTE_DECL has no exception.

Method GET_CHILDREN Signature

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

Method GET_COLUMN Signature

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

Method GET_DEFAULT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) STRING Standardwert 20001103

Method GET_DEFAULT_VALUE on Interface IF_IXML_ATTRIBUTE_DECL has no exception.

Method GET_DEPTH Signature

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

Method GET_ENUM_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) I Listenindex (ab 0) 20001103
2 Returning RVAL Value transfer Type reference (TYPE) STRING Wert oder initial 20001103

Method GET_ENUM_VALUE on Interface IF_IXML_ATTRIBUTE_DECL has no exception.

Method GET_FIRST_CHILD Signature

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

Method GET_GID Signature

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

Method GET_HEIGHT Signature

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

Method GET_LAST_CHILD Signature

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

Method GET_LINE Signature

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

Method GET_NAME Signature

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

Method GET_NAMESPACE Signature

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

Method GET_NAMESPACE_CONTEXT Signature

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

Method GET_NAMESPACE_PREFIX Signature

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

Method GET_NAMESPACE_URI Signature

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

Method GET_NEXT Signature

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

Method GET_OWNER_DOCUMENT Signature

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

Method GET_PARENT Signature

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

Method GET_PREV Signature

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

Method GET_ROOT Signature

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

Method GET_TYPE Signature

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

Method GET_VALUE Signature

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

Method GET_VALUE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Wertetyp gemäß Aufzählungstyp 20001103

Method GET_VALUE_TYPE on Interface IF_IXML_ATTRIBUTE_DECL has no exception.

Method HAS_ANCESTOR Signature

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

Method INSERT_CHILD Signature

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

Method IS_LEAF Signature

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

Method IS_ROOT Signature

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

Method NUM_CHILDREN Signature

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

Method QUERY_INTERFACE Signature

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

Method REMOVE_CHILD Signature

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

Method REMOVE_ENUM_VALUE 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: erfolgreich; abap_false: Wert nicht vorhanden 20001103
2 Importing VALUE Call by reference Type reference (TYPE) STRING Wert 20001103

Method REMOVE_ENUM_VALUE on Interface IF_IXML_ATTRIBUTE_DECL has no exception.

Method REMOVE_NODE Signature

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

Method RENDER Signature

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

Method REPLACE_CHILD Signature

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

Method SET_ATTR_DEFAULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTR_DEFAULT Call by reference Type reference (TYPE) I Standardwerteinstellung gemäß Aufzählungstyp 20001103

Method SET_ATTR_DEFAULT on Interface IF_IXML_ATTRIBUTE_DECL has no exception.

Method SET_DEFAULT_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DEFAULT_VALUE Call by reference Type reference (TYPE) STRING Standardwert 20001103

Method SET_DEFAULT_VALUE on Interface IF_IXML_ATTRIBUTE_DECL has no exception.

Method SET_NAME Signature

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

Method SET_NAMESPACE Signature

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

Method SET_NAMESPACE_PREFIX Signature

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

Method SET_NAMESPACE_URI Signature

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

Method SET_VALUE Signature

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

Method SET_VALUE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VALUE_TYPE Call by reference Type reference (TYPE) I Wertetyp gemäß Aufzählungstyp 20001103

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