SAP ABAP Class CL_SXML_STRING_WRITER (XML String Writer 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_WRITER XML Writer of the sXML Library 20041216
Properties
Class CL_SXML_STRING_WRITER  
Short Description XML String Writer of sXML Library    
Super Class CL_SXML_WRITER XML Writer of the 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_NAMED Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_SXML_STRING_WRITER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SXML_READER 20041216 XML Reader of sXML Library
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_CODEPAGE Instance attribute Private Type reference (TYPE) CPCODEPAGE Code Page 20090320
2 M_IGNORE_CONVERSION_ERRORS Instance attribute Private Type reference (TYPE) ABAP_BOOL Flag for Option 20081013
3 M_NORMALIZING Instance attribute Private Type reference (TYPE) ABAP_BOOL Flag for Option 20081013
4 M_NO_EMPTY_ELEMENTS Instance attribute Private Type reference (TYPE) ABAP_BOOL Flag for Option 20081013
5 M_OUTPUT Instance attribute Private Type reference (TYPE) XSTRING XML Data 20050105
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 XMX writer 20041216
3 DESTRUCTOR Instance method Public Destructor Destructor 20050105
4 GET_OUTPUT Instance method Public Method Returns the created XML data 20041216
5 INITIALIZE Instance method Private Method Initializes the kernel implementation 20050104
Events
Class CL_SXML_STRING_WRITER has no event.
Types
Class CL_SXML_STRING_WRITER 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 ENCODING Call by reference Type reference (TYPE) STRING Encoding 20090320
2 Importing IGNORE_CONVERSION_ERRORS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Ignoriere Konvertierungsfehler 20081013
3 Importing NORMALIZING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Normalisierend 20081013
4 Importing NO_EMPTY_ELEMENTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Keine leeren Elemente 20081013
5 Importing TYPE Call by reference Type reference (TYPE) IF_SXML=>XML_STREAM_TYPE 20041216
# Exception Resumable Description Created on
1 CX_SXML_ILLEGAL_ARGUMENT_ERROR SXML Illegal Argument Error 20060411

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENCODING Call by reference Type reference (TYPE) STRING `UTF-8` Zeichendarstellung 20090320
2 Importing IGNORE_CONVERSION_ERRORS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Setzt Option für Konvertierungsfehler 20081030
3 Importing NORMALIZING Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Setzt Option für Zeilenumbrüche 20081013
4 Importing NO_EMPTY_ELEMENTS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Setzt Option für leere Elemente 20081013
5 Importing TYPE Call by reference Type reference (TYPE) IF_SXML=>XML_STREAM_TYPE IF_SXML=>CO_XT_XML10 Format 20041216
6 Returning WRITER Value transfer Object reference (TYPE REF TO) CL_SXML_STRING_WRITER Referenz auf XML-Writer 20041216
# Exception Resumable Description Created on
1 CX_SXML_ILLEGAL_ARGUMENT_ERROR SXML Illegal Argument Error 20060411

Method DESTRUCTOR Signature

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

Method GET_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning OUTPUT Value transfer Type reference (TYPE) XSTRING XML-Daten 20041216
2 Importing RETAIN_OUTPUT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE abap_true, falls XML-Daten übergeben werden sollen 20080813

Method GET_OUTPUT on class CL_SXML_STRING_WRITER has no exception.

Method INITIALIZE Signature

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