SAP ABAP Interface IF_IXML_STREAM_FACTORY (Factory for Streams)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-XML (Application Component) ABAP XML Processing
⤷
SIXML (Package) iXML Library: Parsing, DOM Representation, and XML Rendering
⤷
⤷
Properties
| Interface | IF_IXML_STREAM_FACTORY | |
| Short Description | Factory for Streams |
General Data
| Package | SIXML | iXML Library: Parsing, DOM Representation, and XML Rendering |
| Created | 20001103 | SAP |
| Last changed | 20130531 | SAP |
| 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_IXML_UNKNOWN | IF_IXML_UNKNOWN | 20001103 |
Friends
Interface IF_IXML_STREAM_FACTORY has no friend.
Attributes
Interface IF_IXML_STREAM_FACTORY has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Creates input stream for data source text string | 20001103 | |
| 2 | Instance method | Public | Method | Creates input stream for data source internal table | 20001103 | |
| 3 | Instance method | Public | Method | Creates input stream for data source encoded string | 20001103 | |
| 4 | Instance method | Public | Method | Creates input stream for data source specified in URI | 20001103 | |
| 5 | Instance method | Public | Method | Creates input stream for data source byte string | 20001103 | |
| 6 | Instance method | Public | Method | Creates input stream for data sink text string | 20001103 | |
| 7 | Instance method | Public | Method | Creates input stream for data sink internal table | 20001103 | |
| 8 | Instance method | Public | Method | Creates input stream for data sink specified in URI | 20001103 | |
| 9 | Instance method | Public | Method | Creates input stream for data sink byte string | 20001103 | |
| 10 | Instance method | Public | Method | 20001103 |
Events
Interface IF_IXML_STREAM_FACTORY has no event.
Types
Interface 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 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ISTREAM | Referenz auf den Eingabestrom | 20001103 | |||
| 2 | STRING | Call by reference | Type reference (TYPE) | STRING | Datenquelle, Textstring | 20001103 |
Method CREATE_ISTREAM_CSTRING on Interface 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 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ISTREAM | Referenz auf den Eingabestrom | 20001103 | |||
| 2 | SIZE | Call by reference | Type reference (TYPE) | I | Anzahl der Bytes in der Datenquelle | 20001103 | |||
| 3 | TABLE | Call by reference | Type reference (TYPE) | TABLE | Datenquelle, interne Tabelle mit byteartigem Zeilentyp | 20001103 |
Method CREATE_ISTREAM_ITABLE on Interface 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 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ISTREAM | Referenz auf den Eingabestrom | 20001103 | |||
| 2 | STRING | Call by reference | Type reference (TYPE) | STRING | Datenquelle, UTF16-kodiert, Plattform-Endian | 20001103 |
Method CREATE_ISTREAM_STRING on Interface 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 | PUBLIC_ID | Call by reference | Type reference (TYPE) | STRING | '' | Öffentlicher URI | 20001103 | ||
| 2 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ISTREAM | Referenz auf den Eingabestrom | 20001103 | |||
| 3 | SYSTEM_ID | Call by reference | Type reference (TYPE) | STRING | Sytseminterner URI | 20001103 |
Method CREATE_ISTREAM_URI on Interface 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 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_ISTREAM | Referenz auf den Eingabestrom | 20001103 | |||
| 2 | STRING | Call by reference | Type reference (TYPE) | XSTRING | Datenquelle, Bytestring | 20001103 |
Method CREATE_ISTREAM_XSTRING on Interface 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 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_OSTREAM | Referenz auf den Ausgabestrom | 20001103 | |||
| 2 | STRING | Call by reference | Type reference (TYPE) | STRING | Datensenke, Textstring | 20001103 |
Method CREATE_OSTREAM_CSTRING on Interface 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 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_OSTREAM | Referenz auf den Ausgabestrom | 20001103 | |||
| 2 | TABLE | Call by reference | Type reference (TYPE) | TABLE | Datensenke, interne Tabelle mit byteartigem Zeilentyp | 20001103 |
Method CREATE_OSTREAM_ITABLE on Interface 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 | PUBLIC_ID | Call by reference | Type reference (TYPE) | STRING | '' | Öffentlicher URI | 20001103 | ||
| 2 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_OSTREAM | Referenz auf den Ausgabestrom | 20001103 | |||
| 3 | SYSTEM_ID | Call by reference | Type reference (TYPE) | STRING | Sytseminterner URI | 20001103 |
Method CREATE_OSTREAM_URI on Interface 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 | RVAL | Value transfer | Object reference (TYPE REF TO) | IF_IXML_OSTREAM | Referenz auf den Ausgabestrom | 20001103 | |||
| 2 | STRING | Call by reference | Type reference (TYPE) | XSTRING | Datensenke, Bytestring | 20001103 |
Method CREATE_OSTREAM_XSTRING on Interface IF_IXML_STREAM_FACTORY has no exception.
Method QUERY_INTERFACE Signature
Method QUERY_INTERFACE on Interface IF_IXML_STREAM_FACTORY has no parameter.
Method QUERY_INTERFACE on Interface IF_IXML_STREAM_FACTORY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 610 |