SAP ABAP Class CL_SXML_ATTRIBUTE (Class for Attribute 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_ATTRIBUTE Interface for Attribute Objects of sXML Library 20041210
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXML_VALUE Interface for Value Objects of the sXML Library 20041210
Properties
Class CL_SXML_ATTRIBUTE  
Short Description Class for Attribute 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 CL_SXML_NAMED Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_SXML_VALUE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_SXML_ATTRIBUTE Interface for Attribute Objects of sXML Library 20041210
2 IF_SXML_VALUE Interface for Value Objects of the sXML Library 20041210
Friends
# Friend Modeled only Created on Description
1 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 M_VALUE Instance attribute Private Type reference (TYPE) STRING Character-Type Value 20041214
2 M_VALUE_RAW Instance attribute Private Type reference (TYPE) XSTRING Byte-Type Raw Data 20041214
3 VALUE_TYPE Instance attribute Public Attribute reference (LIKE) 20041214
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041214
2 GET_VALUE Instance method Public Method 20041214
3 GET_VALUE_RAW Instance method Public Method 20041214
4 SET_VALUE Instance method Public Method 20041214
5 SET_VALUE_RAW Instance method Public Method 20041214
Events
Class CL_SXML_ATTRIBUTE has no event.
Types
Class CL_SXML_ATTRIBUTE 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 20041214
2 Importing NSURI Call by reference Type reference (TYPE) STRING 20041214
3 Importing PREFIX Call by reference Type reference (TYPE) STRING 20041214
# Exception Resumable Description Created on
1 CX_SXML_NAME_ERROR SXML Named error 20050118

Method GET_VALUE Signature

Method GET_VALUE on class CL_SXML_ATTRIBUTE has no parameter.
Method GET_VALUE on class CL_SXML_ATTRIBUTE has no exception.

Method GET_VALUE_RAW Signature

Method GET_VALUE_RAW on class CL_SXML_ATTRIBUTE has no parameter.
Method GET_VALUE_RAW on class CL_SXML_ATTRIBUTE has no exception.

Method SET_VALUE Signature

Method SET_VALUE on class CL_SXML_ATTRIBUTE has no parameter.
Method SET_VALUE on class CL_SXML_ATTRIBUTE has no exception.

Method SET_VALUE_RAW Signature

Method SET_VALUE_RAW on class CL_SXML_ATTRIBUTE has no parameter.
Method SET_VALUE_RAW on class CL_SXML_ATTRIBUTE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 700