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 | ![]() |
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 | ![]() |
Constant | Public | Type reference (TYPE) | I | 1 | Byte order: big endian | 20001103 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | I | 0 | Byte order: Little Endian | 20001103 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | I | 0 | Byte order: None (e.g. UTF-8) | 20001103 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | I | 4 | Byte order: According to platform | 20020508 | |
5 | ![]() |
Constant | Public | Type reference (TYPE) | I | 2 | Byte order: Unusual (2143) | 20001103 | |
6 | ![]() |
Constant | Public | Type reference (TYPE) | I | 3 | Byte order: Unusual (3412) | 20001103 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Copies the encoding object | 20001103 |
2 | ![]() |
Instance method | Public | Method | Returns the byte order | 20001103 |
3 | ![]() |
Instance method | Public | Method | Returns the character set | 20001103 |
4 | ![]() |
Instance method | Public | Method | 20001103 | |
5 | ![]() |
Instance method | Public | Method | Sets the byte order | 20001103 |
6 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
BYTE_ORDER | Call by reference | Type reference (TYPE) | I | Bytereihenfolge gemäß Aufzählungstyp | 20001103 | ||
2 | ![]() |
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 | ![]() |
CHARSET | Call by reference | Type reference (TYPE) | STRING | Zeichensatz (z.B. UTF-8, UTF-16) | 20001103 | ||
2 | ![]() |
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 |