SAP ABAP Class IF_SXML_NAMED (Interface for Named XML Components of sXML Library)
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
Class IF_SXML_NAMED  
Short Description Interface for Named XML Components of sXML Library    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20041210   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_SXML_NAMED has no forward declaration.
Interfaces
Class IF_SXML_NAMED has no interface implemented.
Friends
Class IF_SXML_NAMED has no friend class.
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 SET_PREFIX Instance method Public Method Sets the Preferred Namespace Prefix 20041215
Events
Class 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 Importing PREFIX Call by reference Type reference (TYPE) STRING Namensraumpräfix 20041215

Method SET_PREFIX on class IF_SXML_NAMED has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in