SAP ABAP Interface IF_SXML_VALUE (Interface for Value Objects of the sXML Library)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-XML (Application Component) ABAP XML Processing
⤷
SXML (Package) Streamed XML Reader/Writer

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_SXML_ATTRIBUTE | Interface for Attribute Objects of sXML Library | 20041210 |
2 | Interface composition (i COMPRISING i_ref) | IF_SXML_VALUE_NODE | Interface for Value Node Objects of the sXML Library | 20050118 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SXML_ATTRIBUTE | Class for Attribute Objects of sXML Library | 20041210 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SXML_VALUE | Class for Value Node Objects of sXML Library | 20041209 |
Properties
Interface | IF_SXML_VALUE | |
Short Description | Interface for Value Objects of the sXML Library |
General Data
Package | SXML | Streamed XML Reader/Writer |
Created | 20041209 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SXML_VALUE has no forward declaration.
Interfaces
Interface IF_SXML_VALUE has no interface.
Friends
Interface IF_SXML_VALUE has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_VT_ANY | Constant | Public | Type reference (TYPE) | VALUE_TYPE | 99 | Value Type According to Input Stream (only for Binary XML) | 20041210 | |
2 | CO_VT_NONE | Constant | Public | Type reference (TYPE) | VALUE_TYPE | 1 | Value Type:No Value | 20041210 | |
3 | CO_VT_RAW | Constant | Public | Type reference (TYPE) | VALUE_TYPE | 3 | Value Type: Binary Raw Data | 20041210 | |
4 | CO_VT_TEXT | Constant | Public | Type reference (TYPE) | VALUE_TYPE | 2 | Value Type: String | 20041210 | |
5 | TYPE | Instance attribute | Public | Type reference (TYPE) | VALUE_TYPE | Value Type | 20041214 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Returns character-type value | 20041210 |
2 | ![]() |
Instance method | Public | Method | Returns binary raw data | 20041210 |
3 | ![]() |
Instance method | Public | Method | Sets character-type value | 20041210 |
4 | ![]() |
Instance method | Public | Method | Sets binary raw data | 20041210 |
Events
Interface IF_SXML_VALUE has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | VALUE_TYPE | Public | Type reference (TYPE) | I | Value Type | 20041210 |
|
Method Signatures
Method GET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | STRING | Zeichenartiger Wert | 20041210 |
Method GET_VALUE on Interface IF_SXML_VALUE has no exception.
Method GET_VALUE_RAW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Value transfer | Type reference (TYPE) | XSTRING | Byteartiger Wert | 20041210 |
Method GET_VALUE_RAW on Interface IF_SXML_VALUE has no exception.
Method SET_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | STRING | Zeichenartiger Wert | 20041210 |
Method SET_VALUE on Interface IF_SXML_VALUE has no exception.
Method SET_VALUE_RAW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
VALUE | Call by reference | Type reference (TYPE) | XSTRING | Byteartiger Wert | 20041210 |
Method SET_VALUE_RAW on Interface IF_SXML_VALUE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |