SAP ABAP Class IF_IXML_OSTREAM (Output Streams)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_IXML_STREAM Streams 20001103
Properties
Class IF_IXML_OSTREAM  
Short Description Output Streams    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20001103   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_IXML_STREAM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_IXML_OSTREAM has no interface implemented.
Friends
Class IF_IXML_OSTREAM has no friend class.
Attributes
Class IF_IXML_OSTREAM has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CLONE Instance method Public Method 20001103
2 CLOSE Instance method Public Method 20001103
3 GET_ENCODING Instance method Public Method 20001103
4 GET_ESCAPED Instance method Public Method Returns whether escaping is activated 20001103
5 GET_IGNORE_ESCAPING Instance method Public Method Returns characters for which escaping is ignored 20001103
6 GET_INDENT Instance method Public Method Returns the indentation depth 20001103
7 GET_INDENT_CHAR Instance method Public Method Returns the indentation character 20001103
8 GET_NUM_WRITTEN Instance method Public Method Returns the number of characters written up to now 20001103
9 GET_NUM_WRITTEN_RAW Instance method Public Method Returns the number of bytes written up to now 20001103
10 GET_PRETTY_PRINT Instance method Public Method Returns whether pretty print is activated 20001103
11 GET_PUBLIC_ID Instance method Public Method 20001103
12 GET_QUOTED Instance method Public Method Returns whether quotation marks are activated 20001103
13 GET_SYSTEM_ID Instance method Public Method 20001103
14 IS_CAPABLE Instance method Public Method 20001103
15 MAKE_ABSOLUTE_ID Instance method Public Method 20001103
16 OPEN Instance method Public Method 20001103
17 PRESERVE_SPECIAL_CHARACTERS Instance method Public Method 20130419
18 QUERY_INTERFACE Instance method Public Method 20001103
19 SET_ENCODING Instance method Public Method 20001103
20 SET_ESCAPED Instance method Public Method Sets escaping for next string 20001103
21 SET_IGNORE_ESCAPING Instance method Public Method Sets the characters for which escaping has no effect 20001103
22 SET_INDENT Instance method Public Method Sets the indentation depth 20001103
23 SET_INDENT_CHAR Instance method Public Method Sets indentation characters 20001103
24 SET_PRETTY_PRINT Instance method Public Method Activates/deactivates pretty print 20001103
25 SET_PUBLIC_ID Instance method Public Method 20001103
26 SET_QUOTED Instance method Public Method Activates/deactivates quotation marks 20001103
27 SET_SYSTEM_ID Instance method Public Method 20001103
28 SKIP_NON_XML_CHARACTERS Instance method Public Method 20130419
29 WRITE_STRING Instance method Public Method Writes the specified text string into the output stream 20001103
Events
Class IF_IXML_OSTREAM has no event.
Types
Class IF_IXML_OSTREAM has no local type.
Method Signatures

Method CLONE Signature

Method CLONE on class IF_IXML_OSTREAM has no parameter.
Method CLONE on class IF_IXML_OSTREAM has no exception.

Method CLOSE Signature

Method CLOSE on class IF_IXML_OSTREAM has no parameter.
Method CLOSE on class IF_IXML_OSTREAM has no exception.

Method GET_ENCODING Signature

Method GET_ENCODING on class IF_IXML_OSTREAM has no parameter.
Method GET_ENCODING on class IF_IXML_OSTREAM has no exception.

Method GET_ESCAPED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) BOOLEAN abap_true, falls der nächste String escaped ist 20001103

Method GET_ESCAPED on class IF_IXML_OSTREAM has no exception.

Method GET_IGNORE_ESCAPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) STRING Zeichenkette der speziellen Zeichen 20001103

Method GET_IGNORE_ESCAPING on class IF_IXML_OSTREAM has no exception.

Method GET_INDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Einrückungstiefe (Wiederholung des Einrückungszeichens) 20001103

Method GET_INDENT on class IF_IXML_OSTREAM has no exception.

Method GET_INDENT_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) IXML_C1 Einrückungszeichen (Leerzeichen, Tabulator, ...) 20001103

Method GET_INDENT_CHAR on class IF_IXML_OSTREAM has no exception.

Method GET_NUM_WRITTEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Anzahl bslang geschriebener UTF-16-Zeichen 20001103

Method GET_NUM_WRITTEN on class IF_IXML_OSTREAM has no exception.

Method GET_NUM_WRITTEN_RAW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Anzahl bslang geschriebener Bytes 20001103

Method GET_NUM_WRITTEN_RAW on class IF_IXML_OSTREAM has no exception.

Method GET_PRETTY_PRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) BOOLEAN abap_true, falls Pretty Print eingeschaltet ist 20001103

Method GET_PRETTY_PRINT on class IF_IXML_OSTREAM has no exception.

Method GET_PUBLIC_ID Signature

Method GET_PUBLIC_ID on class IF_IXML_OSTREAM has no parameter.
Method GET_PUBLIC_ID on class IF_IXML_OSTREAM has no exception.

Method GET_QUOTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) BOOLEAN abap_true, falls Anführungzeichen um den nächsten String 20001103

Method GET_QUOTED on class IF_IXML_OSTREAM has no exception.

Method GET_SYSTEM_ID Signature

Method GET_SYSTEM_ID on class IF_IXML_OSTREAM has no parameter.
Method GET_SYSTEM_ID on class IF_IXML_OSTREAM has no exception.

Method IS_CAPABLE Signature

Method IS_CAPABLE on class IF_IXML_OSTREAM has no parameter.
Method IS_CAPABLE on class IF_IXML_OSTREAM has no exception.

Method MAKE_ABSOLUTE_ID Signature

Method MAKE_ABSOLUTE_ID on class IF_IXML_OSTREAM has no parameter.
Method MAKE_ABSOLUTE_ID on class IF_IXML_OSTREAM has no exception.

Method OPEN Signature

Method OPEN on class IF_IXML_OSTREAM has no parameter.
Method OPEN on class IF_IXML_OSTREAM has no exception.

Method PRESERVE_SPECIAL_CHARACTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PRESERVING Call by reference Type reference (TYPE) BOOLEAN 'X' 20130419

Method PRESERVE_SPECIAL_CHARACTERS on class IF_IXML_OSTREAM has no exception.

Method QUERY_INTERFACE Signature

Method QUERY_INTERFACE on class IF_IXML_OSTREAM has no parameter.
Method QUERY_INTERFACE on class IF_IXML_OSTREAM has no exception.

Method SET_ENCODING Signature

Method SET_ENCODING on class IF_IXML_OSTREAM has no parameter.
Method SET_ENCODING on class IF_IXML_OSTREAM has no exception.

Method SET_ESCAPED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ESCAPED Call by reference Type reference (TYPE) BOOLEAN abap_true setzt das Escaping 20001103

Method SET_ESCAPED on class IF_IXML_OSTREAM has no exception.

Method SET_IGNORE_ESCAPING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IGNORE_ESCAPING Call by reference Type reference (TYPE) STRING Zeichenkette der Zeichen, die nicht escaped werden sollen 20001103

Method SET_IGNORE_ESCAPING on class IF_IXML_OSTREAM has no exception.

Method SET_INDENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDENT Call by reference Type reference (TYPE) I Einrückungstiefe (Wiederholung des Einrückungszeichens) 20001103

Method SET_INDENT on class IF_IXML_OSTREAM has no exception.

Method SET_INDENT_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDENT_CHAR Call by reference Type reference (TYPE) IXML_C1 Einrückungszeichen (Leerzeichen, Tabulator, ...) 20001103

Method SET_INDENT_CHAR on class IF_IXML_OSTREAM has no exception.

Method SET_PRETTY_PRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PRETTY_PRINT Call by reference Type reference (TYPE) BOOLEAN 'X' abap_true schaltet Pretty Print ein 20001103

Method SET_PRETTY_PRINT on class IF_IXML_OSTREAM has no exception.

Method SET_PUBLIC_ID Signature

Method SET_PUBLIC_ID on class IF_IXML_OSTREAM has no parameter.
Method SET_PUBLIC_ID on class IF_IXML_OSTREAM has no exception.

Method SET_QUOTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_QUOTED Call by reference Type reference (TYPE) BOOLEAN abap_true setzt den nächsten string in Anführungszeichen 20001103

Method SET_QUOTED on class IF_IXML_OSTREAM has no exception.

Method SET_SYSTEM_ID Signature

Method SET_SYSTEM_ID on class IF_IXML_OSTREAM has no parameter.
Method SET_SYSTEM_ID on class IF_IXML_OSTREAM has no exception.

Method SKIP_NON_XML_CHARACTERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SKIPPING Call by reference Type reference (TYPE) BOOLEAN 'X' 20130419

Method SKIP_NON_XML_CHARACTERS on class IF_IXML_OSTREAM has no exception.

Method WRITE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Anzahl der geschriebenen Zeichen 20001103
2 Importing STRING Call by reference Type reference (TYPE) STRING Zu schreibender Textstring 20001103

Method WRITE_STRING on class IF_IXML_OSTREAM has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in