SAP ABAP Class IF_IXML_STREAM_FACTORY (Factory for Streams)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_IXML_UNKNOWN IF_IXML_UNKNOWN 20001103
Properties
Class IF_IXML_STREAM_FACTORY  
Short Description Factory for Streams    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20001103   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_IXML_UNKNOWN Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_IXML_STREAM_FACTORY has no interface implemented.
Friends
Class IF_IXML_STREAM_FACTORY has no friend class.
Attributes
Class IF_IXML_STREAM_FACTORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_ISTREAM_CSTRING Instance method Public Method Creates input stream for data source text string 20001103
2 CREATE_ISTREAM_ITABLE Instance method Public Method Creates input stream for data source internal table 20001103
3 CREATE_ISTREAM_STRING Instance method Public Method Creates input stream for data source encoded string 20001103
4 CREATE_ISTREAM_URI Instance method Public Method Creates input stream for data source specified in URI 20001103
5 CREATE_ISTREAM_XSTRING Instance method Public Method Creates input stream for data source byte string 20001103
6 CREATE_OSTREAM_CSTRING Instance method Public Method Creates input stream for data sink text string 20001103
7 CREATE_OSTREAM_ITABLE Instance method Public Method Creates input stream for data sink internal table 20001103
8 CREATE_OSTREAM_URI Instance method Public Method Creates input stream for data sink specified in URI 20001103
9 CREATE_OSTREAM_XSTRING Instance method Public Method Creates input stream for data sink byte string 20001103
10 QUERY_INTERFACE Instance method Public Method 20001103
Events
Class IF_IXML_STREAM_FACTORY has no event.
Types
Class IF_IXML_STREAM_FACTORY has no local type.
Method Signatures

Method CREATE_ISTREAM_CSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_ISTREAM Referenz auf den Eingabestrom 20001103
2 Importing STRING Call by reference Type reference (TYPE) STRING Datenquelle, Textstring 20001103

Method CREATE_ISTREAM_CSTRING on class IF_IXML_STREAM_FACTORY has no exception.

Method CREATE_ISTREAM_ITABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_ISTREAM Referenz auf den Eingabestrom 20001103
2 Importing SIZE Call by reference Type reference (TYPE) I Anzahl der Bytes in der Datenquelle 20001103
3 Importing TABLE Call by reference Type reference (TYPE) TABLE Datenquelle, interne Tabelle mit byteartigem Zeilentyp 20001103

Method CREATE_ISTREAM_ITABLE on class IF_IXML_STREAM_FACTORY has no exception.

Method CREATE_ISTREAM_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_ISTREAM Referenz auf den Eingabestrom 20001103
2 Importing STRING Call by reference Type reference (TYPE) STRING Datenquelle, UTF16-kodiert, Plattform-Endian 20001103

Method CREATE_ISTREAM_STRING on class IF_IXML_STREAM_FACTORY has no exception.

Method CREATE_ISTREAM_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PUBLIC_ID Call by reference Type reference (TYPE) STRING '' Öffentlicher URI 20001103
2 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_ISTREAM Referenz auf den Eingabestrom 20001103
3 Importing SYSTEM_ID Call by reference Type reference (TYPE) STRING Sytseminterner URI 20001103

Method CREATE_ISTREAM_URI on class IF_IXML_STREAM_FACTORY has no exception.

Method CREATE_ISTREAM_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_ISTREAM Referenz auf den Eingabestrom 20001103
2 Importing STRING Call by reference Type reference (TYPE) XSTRING Datenquelle, Bytestring 20001103

Method CREATE_ISTREAM_XSTRING on class IF_IXML_STREAM_FACTORY has no exception.

Method CREATE_OSTREAM_CSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_OSTREAM Referenz auf den Ausgabestrom 20001103
2 Importing STRING Call by reference Type reference (TYPE) STRING Datensenke, Textstring 20001103

Method CREATE_OSTREAM_CSTRING on class IF_IXML_STREAM_FACTORY has no exception.

Method CREATE_OSTREAM_ITABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_OSTREAM Referenz auf den Ausgabestrom 20001103
2 Importing TABLE Call by reference Type reference (TYPE) TABLE Datensenke, interne Tabelle mit byteartigem Zeilentyp 20001103

Method CREATE_OSTREAM_ITABLE on class IF_IXML_STREAM_FACTORY has no exception.

Method CREATE_OSTREAM_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PUBLIC_ID Call by reference Type reference (TYPE) STRING '' Öffentlicher URI 20001103
2 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_OSTREAM Referenz auf den Ausgabestrom 20001103
3 Importing SYSTEM_ID Call by reference Type reference (TYPE) STRING Sytseminterner URI 20001103

Method CREATE_OSTREAM_URI on class IF_IXML_STREAM_FACTORY has no exception.

Method CREATE_OSTREAM_XSTRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Object reference (TYPE REF TO) IF_IXML_OSTREAM Referenz auf den Ausgabestrom 20001103
2 Importing STRING Call by reference Type reference (TYPE) XSTRING Datensenke, Bytestring 20001103

Method CREATE_OSTREAM_XSTRING on class IF_IXML_STREAM_FACTORY has no exception.

Method QUERY_INTERFACE Signature

Method QUERY_INTERFACE on class IF_IXML_STREAM_FACTORY has no parameter.
Method QUERY_INTERFACE on class IF_IXML_STREAM_FACTORY has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in