SAP ABAP Class CL_SXML_STRING_READER (XML String Reader 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_READER XML Reader of sXML Library 20041216
Properties
Class CL_SXML_STRING_READER  
Short Description XML String Reader of sXML Library    
Super Class CL_SXML_READER XML Reader of sXML Library 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status S  System Program 
Category 0   
Package SXML   Streamed XML Reader/Writer 
Created 20041216   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 Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_SXML_VALUE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SXML_STRING_READER has no interface implemented.
Friends
Class CL_SXML_STRING_READER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_INPUT Instance attribute Private Type reference (TYPE) XSTRING XML Data 20050401
2 M_KEEP_WHITESPACE Instance attribute Private Type reference (TYPE) ABAP_BOOL abap_true, if pure whitespaces are to be included 20081013
3 M_NORMALIZING Instance attribute Private Type reference (TYPE) ABAP_BOOL abap_true, falls normalizing 20081013
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041216
2 CREATE Static method Public Method Factory Method, creates XML reader 20041216
3 DESTRUCTOR Instance method Public Destructor Destructor 20050118
4 INITIALIZE Instance method Private Method Initializes the kernel implementation 20050111
Events
Class CL_SXML_STRING_READER has no event.
Types
Class CL_SXML_STRING_READER 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 INPUT Call by reference Type reference (TYPE) XSTRING 20041216
2 Importing KEEP_WHITESPACE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Whitespace-only-Texte behalten 20081013
3 Importing NORMALIZING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Normalisierend 20081013

Method CONSTRUCTOR on class CL_SXML_STRING_READER has no exception.

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INPUT Call by reference Type reference (TYPE) XSTRING Bytestring mit XML-Daten 20041216
2 Importing KEEP_WHITESPACE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Falls abap_true, werden Whitespace-Inhalte nicht ignoriert 20081013
3 Importing NORMALIZING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Falls abap_true, werden CR und CR-LF als LF interpretiert 20081013
4 Returning READER Value transfer Object reference (TYPE REF TO) IF_SXML_READER Referenz auf den XML-Reader 20041216

Method CREATE on class CL_SXML_STRING_READER has no exception.

Method DESTRUCTOR Signature

Method DESTRUCTOR on class CL_SXML_STRING_READER has no parameter.
Method DESTRUCTOR on class CL_SXML_STRING_READER has no exception.

Method INITIALIZE Signature

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