SAP ABAP Interface IF_IXML_ENCODING (Character Encoding)
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_ENCODING | |
Short Description | Character Encoding |
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_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 | 20001103 |
Friends
Interface IF_IXML_ENCODING has no friend.
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 | ![]() |
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
Interface IF_IXML_ENCODING has no event.
Types
Interface 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 Interface 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 Interface 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 Interface IF_IXML_ENCODING has no exception.
Method QUERY_INTERFACE Signature
Method QUERY_INTERFACE on Interface IF_IXML_ENCODING has no parameter.
Method QUERY_INTERFACE on Interface 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 Interface 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 Interface IF_IXML_ENCODING has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 610 |