SAP ABAP Interface IF_IXML_CHARACTER_DATA (Character-Type Data 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_COMMENT Comment in an XML Document 20001103
2 Interface composition (i COMPRISING i_ref)  IF_IXML_TEXT Literal Text in an XML Document 20001103
Properties
Interface IF_IXML_CHARACTER_DATA  
Short Description Character-Type Data 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_CHARACTER_DATA has no friend.
Attributes
Interface IF_IXML_CHARACTER_DATA has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_CHILD Instance method Public Method 20001103
2 APPEND_DATA Instance method Public Method Appends data to the character-type node 20001103
3 CLONE Instance method Public Method 20001103
4 CREATE_FILTER_ANCESTOR Instance method Public Method 20001103
5 CREATE_FILTER_AND Instance method Public Method 20001103
6 CREATE_FILTER_ATTRIBUTE Instance method Public Method 20001103
7 CREATE_FILTER_ATTRIBUTE_NS Instance method Public Method 20001103
8 CREATE_FILTER_NAME Instance method Public Method 20001103
9 CREATE_FILTER_NAME_NS Instance method Public Method 20001103
10 CREATE_FILTER_NODE_TYPE Instance method Public Method 20001103
11 CREATE_FILTER_NOT Instance method Public Method 20001103
12 CREATE_FILTER_OR Instance method Public Method 20001103
13 CREATE_FILTER_PARENT Instance method Public Method 20001103
14 CREATE_INLINE_ITERATOR Instance method Public Method 20010716
15 CREATE_ITERATOR Instance method Public Method 20001103
16 CREATE_ITERATOR_FILTERED Instance method Public Method 20001103
17 CREATE_REV_INLINE_ITERATOR Instance method Public Method 20010716
18 CREATE_REV_ITERATOR Instance method Public Method 20001103
19 CREATE_REV_ITERATOR_FILTERED Instance method Public Method 20001103
20 DELETE_DATA Instance method Public Method Deletes data from the character-type node 20001103
21 FIND_FROM_GID Instance method Public Method 20001103
22 GET_ATTRIBUTES Instance method Public Method 20001103
23 GET_CHILDREN Instance method Public Method 20001103
24 GET_COLUMN Instance method Public Method 20001222
25 GET_DATA Instance method Public Method Reads all data from the character-type node 20001103
26 GET_DEPTH Instance method Public Method 20001103
27 GET_FIRST_CHILD Instance method Public Method 20001103
28 GET_GID Instance method Public Method 20001103
29 GET_HEIGHT Instance method Public Method 20001103
30 GET_LAST_CHILD Instance method Public Method 20001103
31 GET_LENGTH Instance method Public Method Defines the length of the character-type node 20001103
32 GET_LINE Instance method Public Method 20001222
33 GET_NAME Instance method Public Method 20001103
34 GET_NAMESPACE Instance method Public Method 20001103
35 GET_NAMESPACE_CONTEXT Instance method Public Method 20001103
36 GET_NAMESPACE_PREFIX Instance method Public Method 20001103
37 GET_NAMESPACE_URI Instance method Public Method 20001103
38 GET_NEXT Instance method Public Method 20001103
39 GET_OWNER_DOCUMENT Instance method Public Method 20001103
40 GET_PARENT Instance method Public Method 20001103
41 GET_PREV Instance method Public Method 20001103
42 GET_ROOT Instance method Public Method 20001103
43 GET_TYPE Instance method Public Method 20001103
44 GET_VALUE Instance method Public Method 20001103
45 HAS_ANCESTOR Instance method Public Method 20001103
46 INSERT_CHILD Instance method Public Method 20001103
47 INSERT_DATA Instance method Public Method Inserts data into the character-type node 20001103
48 IS_LEAF Instance method Public Method 20001103
49 IS_ROOT Instance method Public Method 20001103
50 NORMALIZE_DATA Instance method Public Method Removes opening and trailing blanks 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_NODE Instance method Public Method 20001103
55 RENDER Instance method Public Method 20001103
56 REPLACE_CHILD Instance method Public Method 20001103
57 REPLACE_DATA Instance method Public Method Replaces data in the character-type node 20001103
58 SET_DATA Instance method Public Method Sets all data of the character-type node 20001103
59 SET_NAME Instance method Public Method 20001103
60 SET_NAMESPACE Instance method Public Method 20001103
61 SET_NAMESPACE_PREFIX Instance method Public Method 20001103
62 SET_NAMESPACE_URI Instance method Public Method 20001103
63 SET_VALUE Instance method Public Method 20001103
64 SUBSTRING_DATA Instance method Public Method Reads substring from the character-type node 20001103
65 WS_ONLY Instance method Public Method Ascertains whether only blank characters are contained 20001103
Events
Interface IF_IXML_CHARACTER_DATA has no event.
Types
Interface IF_IXML_CHARACTER_DATA has no local type.
Method Signatures

Method APPEND_CHILD Signature

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

Method APPEND_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) STRING anzuhängende Zeichen 20001103
2 Returning RVAL Value transfer Type reference (TYPE) I Rückgabewert, siehe Langtext 20001103

Method APPEND_DATA on Interface IF_IXML_CHARACTER_DATA has no exception.

Method CLONE Signature

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

Method CREATE_FILTER_ANCESTOR Signature

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

Method CREATE_FILTER_AND Signature

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

Method CREATE_FILTER_ATTRIBUTE Signature

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

Method CREATE_FILTER_ATTRIBUTE_NS Signature

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

Method CREATE_FILTER_NAME Signature

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

Method CREATE_FILTER_NAME_NS Signature

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

Method CREATE_FILTER_NODE_TYPE Signature

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

Method CREATE_FILTER_NOT Signature

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

Method CREATE_FILTER_OR Signature

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

Method CREATE_FILTER_PARENT Signature

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

Method CREATE_INLINE_ITERATOR Signature

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

Method CREATE_ITERATOR Signature

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

Method CREATE_ITERATOR_FILTERED Signature

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

Method CREATE_REV_INLINE_ITERATOR Signature

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

Method CREATE_REV_ITERATOR Signature

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

Method CREATE_REV_ITERATOR_FILTERED Signature

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

Method DELETE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNT Call by reference Type reference (TYPE) I Anzahl der zu löschenden Zeichen 20001103
2 Importing OFFSET Call by reference Type reference (TYPE) I Offset der zu löschenden Zeichen (ab 0) 20001103
3 Returning RVAL Value transfer Type reference (TYPE) I Rückgabewert, siehe Langtext 20001103

Method DELETE_DATA on Interface IF_IXML_CHARACTER_DATA has no exception.

Method FIND_FROM_GID Signature

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

Method GET_ATTRIBUTES Signature

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

Method GET_CHILDREN Signature

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

Method GET_COLUMN Signature

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

Method GET_DATA Signature

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

Method GET_DATA on Interface IF_IXML_CHARACTER_DATA has no exception.

Method GET_DEPTH Signature

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

Method GET_FIRST_CHILD Signature

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

Method GET_GID Signature

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

Method GET_HEIGHT Signature

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

Method GET_LAST_CHILD Signature

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

Method GET_LENGTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Länge in Zeichen 20001103

Method GET_LENGTH on Interface IF_IXML_CHARACTER_DATA has no exception.

Method GET_LINE Signature

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

Method GET_NAME Signature

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

Method GET_NAMESPACE Signature

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

Method GET_NAMESPACE_CONTEXT Signature

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

Method GET_NAMESPACE_PREFIX Signature

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

Method GET_NAMESPACE_URI Signature

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

Method GET_NEXT Signature

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

Method GET_OWNER_DOCUMENT Signature

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

Method GET_PARENT Signature

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

Method GET_PREV Signature

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

Method GET_ROOT Signature

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

Method GET_TYPE Signature

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

Method GET_VALUE Signature

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

Method HAS_ANCESTOR Signature

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

Method INSERT_CHILD Signature

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

Method INSERT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) STRING Einzufügende Zeichen 20001103
2 Importing OFFSET Call by reference Type reference (TYPE) I Offset der Einfügung (ab 0) 20001103
3 Returning RVAL Value transfer Type reference (TYPE) I Rückgabewert, siehe Langtext 20001103

Method INSERT_DATA on Interface IF_IXML_CHARACTER_DATA has no exception.

Method IS_LEAF Signature

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

Method IS_ROOT Signature

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

Method NORMALIZE_DATA Signature

Method NORMALIZE_DATA on Interface IF_IXML_CHARACTER_DATA has no parameter.
Method NORMALIZE_DATA on Interface IF_IXML_CHARACTER_DATA has no exception.

Method NUM_CHILDREN Signature

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

Method QUERY_INTERFACE Signature

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

Method REMOVE_CHILD Signature

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

Method REMOVE_NODE Signature

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

Method RENDER Signature

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

Method REPLACE_CHILD Signature

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

Method REPLACE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNT Call by reference Type reference (TYPE) I Anzahl der zu ersetzenden Zeichen 20001103
2 Importing DATA Call by reference Type reference (TYPE) STRING neue Zeichen 20001103
3 Importing OFFSET Call by reference Type reference (TYPE) I Offset der zu ersetzenden Zeichen (ab 0) 20001103
4 Returning RVAL Value transfer Type reference (TYPE) I Rückgabewert, siehe Langtext 20001103

Method REPLACE_DATA on Interface IF_IXML_CHARACTER_DATA has no exception.

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DATA Call by reference Type reference (TYPE) STRING zu setzende Zeichen 20001103
2 Returning RVAL Value transfer Type reference (TYPE) I Rückgabewert, siehe Langtext 20001103

Method SET_DATA on Interface IF_IXML_CHARACTER_DATA has no exception.

Method SET_NAME Signature

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

Method SET_NAMESPACE Signature

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

Method SET_NAMESPACE_PREFIX Signature

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

Method SET_NAMESPACE_URI Signature

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

Method SET_VALUE Signature

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

Method SUBSTRING_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COUNT Call by reference Type reference (TYPE) I Anzahl der zu lesenden Zeichen 20001103
2 Importing OFFSET Call by reference Type reference (TYPE) I Offset der zu lesenden Zeichen 20001103
3 Returning RVAL Value transfer Type reference (TYPE) STRING Gelesene Zeichen 20001103

Method SUBSTRING_DATA on Interface IF_IXML_CHARACTER_DATA has no exception.

Method WS_ONLY 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 nur Leerzeichen enthalten sind 20001103

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