SAP ABAP Interface IF_SXML_OPEN_ELEMENT (Interface for Element Opening 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 - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SXML_OPEN_ELEMENT | Class for Element Opening Objects of sXML Library | 20041210 |
Properties
| Interface | IF_SXML_OPEN_ELEMENT | |
| Short Description | Interface for Element Opening Objects of sXML Library |
General Data
| Package | SXML | Streamed XML Reader/Writer |
| Created | 20041210 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | IF_SXML_ATTRIBUTE | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
| 2 | IF_SXML_NAMED | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_SXML_NAMED | Interface for Named XML Components of sXML Library | 20041210 | ||
| 2 | IF_SXML_NODE | Interface for Node Objects of sXML Library | 20041210 |
Friends
Interface IF_SXML_OPEN_ELEMENT has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PREFIX | Instance attribute | Public | Attribute reference (LIKE) | 20041214 | ||||
| 2 | QNAME | Instance attribute | Public | Attribute reference (LIKE) | 20041214 | ||||
| 3 | TYPE | Instance attribute | Public | Attribute reference (LIKE) | 20041214 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns table with references to attribute objects | 20041210 | |
| 2 | Instance method | Public | Method | Returns valeu object for attribute of a name | 20041210 | |
| 3 | Instance method | Public | Method | Creates an attribute with name and value | 20041214 | |
| 4 | Instance method | Public | Method | Creates attributes from a table of attribute objects | 20041214 | |
| 5 | Instance method | Public | Method | 20041215 |
Events
Interface IF_SXML_OPEN_ELEMENT has no event.
Types
Interface IF_SXML_OPEN_ELEMENT has no local type.
Method Signatures
Method GET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES | Value transfer | Type reference (TYPE) | IF_SXML_ATTRIBUTE=>ATTRIBUTES | Referenztabelle für Attributobjekte | 20041210 |
Method GET_ATTRIBUTES on Interface IF_SXML_OPEN_ELEMENT has no exception.
Method GET_ATTRIBUTE_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20041210 | |||
| 2 | NSURI | Call by reference | Type reference (TYPE) | STRING | Namensraum-URI | 20041210 | |||
| 3 | VALUE | Value transfer | Object reference (TYPE REF TO) | IF_SXML_VALUE | Referenz auf Wertobjekt | 20041210 |
Method GET_ATTRIBUTE_VALUE on Interface IF_SXML_OPEN_ELEMENT has no exception.
Method SET_ATTRIBUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTE | Value transfer | Object reference (TYPE REF TO) | IF_SXML_ATTRIBUTE | Referenz auf Attributobjekt zum weiterbearbeiten | 20041214 | |||
| 2 | NAME | Call by reference | Type reference (TYPE) | STRING | Attributname | 20041214 | |||
| 3 | NSURI | Call by reference | Type reference (TYPE) | STRING | Namensraum-URI | 20041214 | |||
| 4 | PREFIX | Call by reference | Type reference (TYPE) | STRING | Namensraumpräfix | 20041214 | |||
| 5 | VALUE | Call by reference | Type reference (TYPE) | STRING | Attributwert | 20041214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050118 |
Method SET_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTRIBUTES | Call by reference | Type reference (TYPE) | IF_SXML_ATTRIBUTE=>ATTRIBUTES | Referenztabelle für Attributobjekte | 20041214 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20050118 |
Method SET_PREFIX Signature
Method SET_PREFIX on Interface IF_SXML_OPEN_ELEMENT has no parameter.
Method SET_PREFIX on Interface IF_SXML_OPEN_ELEMENT has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 700 |