SAP ABAP Interface IF_SXML_NAMED (Interface for Named XML Components 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 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_CLOSE_ELEMENT | Interface for Element Closing Objects of sXML Library | 20041210 |
3 | Interface composition (i COMPRISING i_ref) | IF_SXML_OPEN_ELEMENT | Interface for Element Opening Objects of sXML Library | 20041210 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SXML_NAMED | Parent Class for Named XML Components of sXML Library | 20041213 |
Properties
Interface | IF_SXML_NAMED | |
Short Description | Interface for Named XML Components of sXML Library |
General Data
Package | SXML | Streamed XML Reader/Writer |
Created | 20041210 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
Interface IF_SXML_NAMED has no forward declaration.
Interfaces
Interface IF_SXML_NAMED has no interface.
Friends
Interface IF_SXML_NAMED has no friend.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | CO_USE_DEFAULT_XMLNS | Constant | Public | Type reference (TYPE) | STRING | ':' | Option: Forces Default Namespace (xmlsn="...") | 20041215 | |
2 | PREFIX | Instance attribute | Public | Type reference (TYPE) | STRING | Namespace prefix | 20041210 | ||
3 | QNAME | Instance attribute | Public | Type reference (TYPE) | QNAME | Qualified Name | 20041214 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Sets the Preferred Namespace Prefix | 20041215 |
Events
Interface IF_SXML_NAMED has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | NSBINDING | Public | See coding | Namespace Declaration (Structure from Prefix and URI) | 20041210 | begin of NSBINDING,
prefix TYPE STRING,
nsuri TYPE STRING,
end of NSBINDING
|
|
2 | NSBINDINGS | Public | See coding | Table of Namespace Declarations | 20041210 | NSBINDINGS TYPE HASHED TABLE OF nsbinding WITH UNIQUE KEY prefix
|
|
3 | PATH | Public | See coding | Table of Paths | 20041214 | PATH TYPE STANDARD TABLE OF pathnode WITH DEFAULT KEY
|
|
4 | PATHNODE | Public | See coding | Paths (Qualified Name, Prefix, Position) | 20041214 | begin of PATHNODE,
qname TYPE qname,
prefix TYPE STRING,
child_position TYPE I,
end of PATHNODE
|
Method Signatures
Method SET_PREFIX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PREFIX | Call by reference | Type reference (TYPE) | STRING | Namensraumpräfix | 20041215 |
Method SET_PREFIX on Interface IF_SXML_NAMED has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 700 |