SAP ABAP Class IF_IXML_ENCODING (Character Encoding)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_IXML_UNKNOWN IF_IXML_UNKNOWN 20001103
Properties
Class IF_IXML_ENCODING  
Short Description Character Encoding    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20001103   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_IXML_ENCODING has no interface implemented.
Friends
Class IF_IXML_ENCODING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_BIG_ENDIAN Constant Public Type reference (TYPE) I 1 Byte order: big endian 20001103
2 CO_LITTLE_ENDIAN Constant Public Type reference (TYPE) I 0 Byte order: Little Endian 20001103
3 CO_NONE Constant Public Type reference (TYPE) I 0 Byte order: None (e.g. UTF-8) 20001103
4 CO_PLATFORM_ENDIAN Constant Public Type reference (TYPE) I 4 Byte order: According to platform 20020508
5 CO_UNUSUAL2143 Constant Public Type reference (TYPE) I 2 Byte order: Unusual (2143) 20001103
6 CO_UNUSUAL3412 Constant Public Type reference (TYPE) I 3 Byte order: Unusual (3412) 20001103
Methods
# Method Level Visibility Method type Description Created on
1 CLONE Instance method Public Method Copies the encoding object 20001103
2 GET_BYTE_ORDER Instance method Public Method Returns the byte order 20001103
3 GET_CHARACTER_SET Instance method Public Method Returns the character set 20001103
4 QUERY_INTERFACE Instance method Public Method 20001103
5 SET_BYTE_ORDER Instance method Public Method Sets the byte order 20001103
6 SET_CHARACTER_SET Instance method Public Method Sets the character set 20001103
Events
Class IF_IXML_ENCODING has no event.
Types
Class IF_IXML_ENCODING has no local type.
Method Signatures

Method CLONE 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 neues Zeichencodierungsobjekt 20001103

Method CLONE on class IF_IXML_ENCODING has no exception.

Method GET_BYTE_ORDER Signature

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

Method GET_BYTE_ORDER on class IF_IXML_ENCODING has no exception.

Method GET_CHARACTER_SET Signature

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

Method GET_CHARACTER_SET on class IF_IXML_ENCODING has no exception.

Method QUERY_INTERFACE Signature

Method QUERY_INTERFACE on class IF_IXML_ENCODING has no parameter.
Method QUERY_INTERFACE on class IF_IXML_ENCODING has no exception.

Method SET_BYTE_ORDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BYTE_ORDER Call by reference Type reference (TYPE) I Bytereihenfolge gemäß Aufzählungstyp 20001103
2 Returning RVAL Value transfer Type reference (TYPE) BOOLEAN abap_true, falls erfolgreich 20001103

Method SET_BYTE_ORDER on class IF_IXML_ENCODING has no exception.

Method SET_CHARACTER_SET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHARSET Call by reference Type reference (TYPE) STRING Zeichensatz (z.B. UTF-8, UTF-16) 20001103
2 Returning RVAL Value transfer Type reference (TYPE) BOOLEAN abap_true, falls erfolgreich 20001103

Method SET_CHARACTER_SET on class IF_IXML_ENCODING has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in