SAP ABAP Class IF_SXML_OPEN_ELEMENT (Interface for Element Opening Objects of sXML Library)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_SXML_NAMED Interface for Named XML Components of sXML Library 20041210
2 Interface composition (i COMPRISING i_ref)  IF_SXML_NODE Interface for Node Objects of sXML Library 20041210
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
Class IF_SXML_OPEN_ELEMENT  
Short Description Interface for Element Opening Objects 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
# 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
Class IF_SXML_OPEN_ELEMENT has no interface implemented.
Friends
Class IF_SXML_OPEN_ELEMENT has no friend class.
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 GET_ATTRIBUTES Instance method Public Method Returns table with references to attribute objects 20041210
2 GET_ATTRIBUTE_VALUE Instance method Public Method Returns valeu object for attribute of a name 20041210
3 SET_ATTRIBUTE Instance method Public Method Creates an attribute with name and value 20041214
4 SET_ATTRIBUTES Instance method Public Method Creates attributes from a table of attribute objects 20041214
5 SET_PREFIX Instance method Public Method 20041215
Events
Class IF_SXML_OPEN_ELEMENT has no event.
Types
Class 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 Returning ATTRIBUTES Value transfer Type reference (TYPE) IF_SXML_ATTRIBUTE=>ATTRIBUTES Referenztabelle für Attributobjekte 20041210

Method GET_ATTRIBUTES on class 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 Importing NAME Call by reference Type reference (TYPE) STRING Attributname 20041210
2 Importing NSURI Call by reference Type reference (TYPE) STRING Namensraum-URI 20041210
3 Returning VALUE Value transfer Object reference (TYPE REF TO) IF_SXML_VALUE Referenz auf Wertobjekt 20041210

Method GET_ATTRIBUTE_VALUE on class 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 Returning ATTRIBUTE Value transfer Object reference (TYPE REF TO) IF_SXML_ATTRIBUTE Referenz auf Attributobjekt zum weiterbearbeiten 20041214
2 Importing NAME Call by reference Type reference (TYPE) STRING Attributname 20041214
3 Importing NSURI Call by reference Type reference (TYPE) STRING Namensraum-URI 20041214
4 Importing PREFIX Call by reference Type reference (TYPE) STRING Namensraumpräfix 20041214
5 Importing VALUE Call by reference Type reference (TYPE) STRING Attributwert 20041214
# Exception Resumable Description Created on
1 CX_SXML_NAME_ERROR 20050118

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTES Call by reference Type reference (TYPE) IF_SXML_ATTRIBUTE=>ATTRIBUTES Referenztabelle für Attributobjekte 20041214
# Exception Resumable Description Created on
1 CX_SXML_NAME_ERROR 20050118

Method SET_PREFIX Signature

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