SAP ABAP Class CL_SXML_WRITER (XML Writer of the 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 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXML Supported Formats of sXML Library 20041216
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXML_NSURI_HELPER Service Methods for Readers and Writers of sXML Library 20041216
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SXML_WRITER XML Writer of the sXML Library 20041216
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SXML_DATASET_WRITER XML File Writer of sXML Library 20050913
2 Inheritance (c INHERITING FROM c_ref)  CL_SXML_DBSL_WRITER DB SXML Writer 20100712
3 Inheritance (c INHERITING FROM c_ref)  CL_SXML_HTTP_WRITER XML HTTP Writer of sXML Library 20060322
4 Inheritance (c INHERITING FROM c_ref)  CL_SXML_STRING_WRITER XML String Writer of sXML Library 20041216
5 Inheritance (c INHERITING FROM c_ref)  CL_SXML_TABLE_WRITER XML Table Writer of sXML Library 20050408
6 Inheritance (c INHERITING FROM c_ref)  CL_SXML_XOP_WRITER XOP Writer of sXML Library 20080707
Properties
Class CL_SXML_WRITER  
Short Description XML Writer of the sXML Library    
Super Class    
Instantiability of a Class 2  Public 
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 IF_SXML 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
# Interface Abstract Final Description Created on
1 IF_SXML Supported Formats of sXML Library 20041216
2 IF_SXML_NSURI_HELPER Service Methods for Readers and Writers of sXML Library 20041216
3 IF_SXML_WRITER XML Writer of the sXML Library 20041216
Friends
# Friend Modeled only Created on Description
1 CL_SEC_SXML_WRITER 20070412 Secure SXML Writer
2 CL_SXML_DATASET_WRITER 20080813 XML File Writer of sXML Library
3 CL_SXML_DBSL_WRITER 20100712 DB SXML Writer
4 CL_SXML_HTTP_WRITER 20081016 XML HTTP Writer of sXML Library
5 CL_SXML_STRING_WRITER 20050510 XML String Writer of sXML Library
6 CL_SXML_TABLE_WRITER 20080813 XML Table Writer of sXML Library
7 CL_SXML_XOP_WRITER 20080813 XOP Writer of sXML Library
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_STATE_ERROR Constant Protected Type reference (TYPE) I 4 Status: ERROR 20080813
2 CO_STATE_FINAL Constant Protected Type reference (TYPE) I 3 Status: FINAL 20080813
3 CO_STATE_INITIAL Constant Protected Type reference (TYPE) I 1 Status: INITIAL 20080813
4 CO_STATE_OPEN Constant Protected Type reference (TYPE) I 2 Status: OPEN 20080813
5 M_CLOSE_ELEMENT Static Attribute Private Object reference (TYPE REF TO) IF_SXML_CLOSE_ELEMENT 20050322
6 M_C_PTR Instance attribute Protected Type reference (TYPE) %_C_POINTER 20050104
7 M_STATE Instance attribute Protected Type reference (TYPE) I 0 Status of Writer 20080813
8 M_VSI Instance attribute Protected Object reference (TYPE REF TO) CL_VSI_KERNEL Reference to Virus Scanner 20110928
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20041216
Events
Class CL_SXML_WRITER has no event.
Types
Class CL_SXML_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 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
History
Last changed by/on SAP  20130531 
SAP Release Created in 700