SAP ABAP Class CL_SXML_OPEN_ELEMENT (Class 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 - 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_NODE Interface for Node Objects of sXML Library 20041210
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXML_OPEN_ELEMENT Interface for Element Opening Objects of sXML Library 20041210
Properties
Class CL_SXML_OPEN_ELEMENT  
Short Description Class for Element Opening 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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 IF_SXML_ATTRIBUTE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
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_NODE Interface for Node Objects of sXML Library 20041210
2 IF_SXML_OPEN_ELEMENT Interface for Element Opening Objects of sXML Library 20041210
Friends
# Friend Modeled only Created on Description
1 CL_SXML_READER 20041210 XML Reader of sXML Library
2 CL_SXML_WRITER 20041210 XML Writer of the sXML Library
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_ATTRIBUTES Instance attribute Private Type reference (TYPE) IF_SXML_ATTRIBUTE=>ATTRIBUTES Reference Table for Attribute Objects 20041214
2 TYPE Instance attribute Public Attribute reference (LIKE) 20041210
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20041210
2 FIND_ATTRIBUTE Instance method Private Method Searches for an attribute using names 20041214
Events
Class CL_SXML_OPEN_ELEMENT has no event.
Types
Class CL_SXML_OPEN_ELEMENT 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 20041210
2 Importing NSURI Call by reference Type reference (TYPE) STRING 20041210
3 Importing PREFIX Call by reference Type reference (TYPE) STRING 20041210
# Exception Resumable Description Created on
1 CX_SXML_NAME_ERROR 20050118

Method FIND_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ATTR Value transfer Object reference (TYPE REF TO) IF_SXML_ATTRIBUTE Referenz auf Attributobjekt 20041214
2 Importing CREATE_INSTANCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE abap_true, falls Instanz erzeugt werden soll 20041214
3 Importing NAME Call by reference Type reference (TYPE) STRING Attributname 20041214
4 Importing NSURI Call by reference Type reference (TYPE) STRING Namensraum-URI 20041214
5 Importing PREFIX Call by reference Type reference (TYPE) STRING Namensraumpräfix 20041214
# Exception Resumable Description Created on
1 CX_SXML_NAME_ERROR 20050118
History
Last changed by/on SAP  20130531 
SAP Release Created in 700