SAP ABAP Interface IF_IXML_TOKEN_RENDERER (Token Renderer)
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_TOKEN_RENDERER  
Short Description Token Renderer    
General Data
Package SIXML   iXML Library: Parsing, DOM Representation, and XML Rendering 
Created 20011029   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 20011029
Friends
Interface IF_IXML_TOKEN_RENDERER has no friend.
Attributes
Interface IF_IXML_TOKEN_RENDERER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ENCODING Instance method Public Method Returns the character coding of content 20011029
2 IS_NORMALIZING Instance method Public Method Notifies whethher normalization is activated 20011029
3 QUERY_INTERFACE Instance method Public Method 20011029
4 RENDER Instance method Public Method Renders internal table into an output stream 20011029
5 SET_ENCODING Instance method Public Method Defines the character coding of the content 20011029
6 SET_NORMALIZING Instance method Public Method Activates/deactivates normalization by blank characters 20011029
7 SET_NO_ESCAPING Instance method Public Method Sets the characters for which escaping has no effect 20011029
Events
Interface IF_IXML_TOKEN_RENDERER has no event.
Types
Interface IF_IXML_TOKEN_RENDERER has no local type.
Method Signatures

Method GET_ENCODING 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_ENCODING Referenz auf ein Zeichnencodierungsobjekt 20011029

Method GET_ENCODING on Interface IF_IXML_TOKEN_RENDERER has no exception.

Method IS_NORMALIZING 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 Normalisierung eingeschaltet 20011029

Method IS_NORMALIZING on Interface IF_IXML_TOKEN_RENDERER has no exception.

Method QUERY_INTERFACE Signature

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

Method RENDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Rückgabewert, siehe Langtext 20011029
2 Importing TABLE Call by reference Type reference (TYPE) SIXMLDOM Interne Tabelle mit Knoteninformationen 20011029

Method RENDER on Interface IF_IXML_TOKEN_RENDERER has no exception.

Method SET_ENCODING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENCODING Call by reference Object reference (TYPE REF TO) IF_IXML_ENCODING ENCODINGReferenz auf ein Zeichnencodierungsobjekt 20011029
2 Returning RVAL Value transfer Type reference (TYPE) BOOLEAN abap_true, falls erfolgreich 20011029

Method SET_ENCODING on Interface IF_IXML_TOKEN_RENDERER has no exception.

Method SET_NORMALIZING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NORMALIZING Call by reference Type reference (TYPE) BOOLEAN 'X' abap_true schaltet Normalisierung ein 20011029
2 Returning RVAL Value transfer Type reference (TYPE) BOOLEAN abap_true falls Normalisierung eingeschaltet 20011029

Method SET_NORMALIZING on Interface IF_IXML_TOKEN_RENDERER has no exception.

Method SET_NO_ESCAPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NO_ESCAPING Call by reference Type reference (TYPE) STRING Zeichenkette der Zeichen, die nicht escaped werden sollen 20011029

Method SET_NO_ESCAPING on Interface IF_IXML_TOKEN_RENDERER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 620