SAP ABAP Class CL_SXML_NAMED (Parent Class 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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXML_NAMED Interface for Named XML Components of sXML Library 20041213
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SXML_ATTRIBUTE Class for Attribute Objects of sXML Library 20041214
2 Inheritance (c INHERITING FROM c_ref)  CL_SXML_CLOSE_ELEMENT Class for Closing Element of sXML Library 20041214
3 Inheritance (c INHERITING FROM c_ref)  CL_SXML_OPEN_ELEMENT Class for Element Opening Objects of sXML Library 20041214
Properties
Class CL_SXML_NAMED  
Short Description Parent Class for Named XML Components of sXML Library    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SXML   Streamed XML Reader/Writer 
Created 20041213   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_SXML_NAMED Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 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 20041213
Friends
# Friend Modeled only Created on Description
1 CL_SXML_ATTRIBUTE 20041214 Class for Attribute Objects of sXML Library
2 CL_SXML_CLOSE_ELEMENT 20041214 Class for Closing Element of sXML Library
3 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 PREFIX Instance attribute Public Attribute reference (LIKE) 20041213
2 QNAME Instance attribute Public Attribute reference (LIKE) 20041214
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041213
Events
Class CL_SXML_NAMED has no event.
Types
Class CL_SXML_NAMED has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NAME Call by reference Type reference (TYPE) STRING 20041213
2 Importing NSURI Call by reference Type reference (TYPE) STRING 20041213
3 Importing PREFIX Call by reference Type reference (TYPE) STRING 20041213
# Exception Resumable Description Created on
1 CX_SXML_NAME_ERROR SXML State error 20050118
History
Last changed by/on SAP  20130531 
SAP Release Created in 700