SAP ABAP Class CL_SXML_ATTRIBUTE (Class for Attribute Objects of 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 - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_SXML_NAMED | Parent Class for Named XML Components of sXML Library | 20041214 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SXML_ATTRIBUTE | Interface for Attribute Objects of sXML Library | 20041210 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SXML_VALUE | Interface for Value Objects of the sXML Library | 20041210 |
Properties
| Class | CL_SXML_ATTRIBUTE | |
| Short Description | Class for Attribute Objects of sXML Library | |
| Super Class | CL_SXML_NAMED | Parent Class for Named XML Components of sXML Library |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SXML | Streamed XML Reader/Writer |
| Created | 20041210 | 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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SXML_ATTRIBUTE | Interface for Attribute Objects of sXML Library | 20041210 | ||
| 2 | IF_SXML_VALUE | Interface for Value Objects of the sXML Library | 20041210 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_SXML_OPEN_ELEMENT | 20041214 | Class for Element Opening Objects of sXML Library |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | STRING | Character-Type Value | 20041214 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | XSTRING | Byte-Type Raw Data | 20041214 | |||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20041214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20041214 | |
| 2 | Instance method | Public | Method | 20041214 | ||
| 3 | Instance method | Public | Method | 20041214 | ||
| 4 | Instance method | Public | Method | 20041214 | ||
| 5 | Instance method | Public | Method | 20041214 |
Events
Class CL_SXML_ATTRIBUTE has no event.
Types
Class CL_SXML_ATTRIBUTE has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20041214 | ||||
| 2 | NSURI | Call by reference | Type reference (TYPE) | STRING | 20041214 | ||||
| 3 | PREFIX | Call by reference | Type reference (TYPE) | STRING | 20041214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SXML Named error | 20050118 |
Method GET_VALUE Signature
Method GET_VALUE on class CL_SXML_ATTRIBUTE has no parameter.
Method GET_VALUE on class CL_SXML_ATTRIBUTE has no exception.
Method GET_VALUE_RAW Signature
Method GET_VALUE_RAW on class CL_SXML_ATTRIBUTE has no parameter.
Method GET_VALUE_RAW on class CL_SXML_ATTRIBUTE has no exception.
Method SET_VALUE Signature
Method SET_VALUE on class CL_SXML_ATTRIBUTE has no parameter.
Method SET_VALUE on class CL_SXML_ATTRIBUTE has no exception.
Method SET_VALUE_RAW Signature
Method SET_VALUE_RAW on class CL_SXML_ATTRIBUTE has no parameter.
Method SET_VALUE_RAW on class CL_SXML_ATTRIBUTE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |