SAP ABAP Interface IF_IXML_STREAM (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

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_IXML_ISTREAM | Input Streams | 20001103 |
2 | Interface composition (i COMPRISING i_ref) | IF_IXML_OSTREAM | Output Streams | 20001103 |
Properties
Interface | IF_IXML_STREAM | |
Short Description | 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 has no friend.
Attributes
Interface IF_IXML_STREAM has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Creates a copy of the stream | 20001103 |
2 | ![]() |
Instance method | Public | Method | Closes the stream explicitly | 20001103 |
3 | ![]() |
Instance method | Public | Method | Returns the character encoding | 20001103 |
4 | ![]() |
Instance method | Public | Method | Returns the public URI of the stream, if available | 20001103 |
5 | ![]() |
Instance method | Public | Method | Returns internal system URI of the stream, if available | 20001103 |
6 | ![]() |
Instance method | Public | Method | Queries whether stream can handle the specified URIs | 20001103 |
7 | ![]() |
Instance method | Public | Method | Creates absolute URI from the passed IDs | 20001103 |
8 | ![]() |
Instance method | Public | Method | Opens the stream explicitly | 20001103 |
9 | ![]() |
Instance method | Public | Method | 20001103 | |
10 | ![]() |
Instance method | Public | Method | Sets the encoding | 20001103 |
11 | ![]() |
Instance method | Public | Method | Sets public URI of the stream | 20001103 |
12 | ![]() |
Instance method | Public | Method | Sets internal system URI of the stream | 20001103 |
Events
Interface IF_IXML_STREAM has no event.
Types
Interface IF_IXML_STREAM has no local type.
Method Signatures
Method CLONE 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_STREAM | Referenz auf die Kopie des Stroms | 20001103 |
Method CLONE on Interface IF_IXML_STREAM has no exception.
Method CLOSE Signature
Method CLOSE on Interface IF_IXML_STREAM has no parameter.
Method CLOSE on Interface IF_IXML_STREAM has no exception.
Method GET_ENCODING 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_ENCODING | Referenz auf Zeichencodierungsobjekt | 20001103 |
Method GET_ENCODING on Interface IF_IXML_STREAM has no exception.
Method GET_PUBLIC_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | URI | 20001103 |
Method GET_PUBLIC_ID on Interface IF_IXML_STREAM has no exception.
Method GET_SYSTEM_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | URI | 20001103 |
Method GET_SYSTEM_ID on Interface IF_IXML_STREAM has no exception.
Method IS_CAPABLE 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 | Type reference (TYPE) | BOOLEAN | abap_true fals URIs behandelbar | 20001103 | ||
3 | ![]() |
SYSTEM_ID | Call by reference | Type reference (TYPE) | STRING | Systeminterner URI | 20001103 |
Method IS_CAPABLE on Interface IF_IXML_STREAM has no exception.
Method MAKE_ABSOLUTE_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CURRENT_ID | Call by reference | Type reference (TYPE) | STRING | Aktuelle ID | 20001103 | ||
2 | ![]() |
ID | Call by reference | Type reference (TYPE) | STRING | ID | 20001103 | ||
3 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | STRING | Absoluter URI | 20001103 |
Method MAKE_ABSOLUTE_ID on Interface IF_IXML_STREAM has no exception.
Method OPEN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | BOOLEAN | abap_true falls erfolgreich | 20001103 |
Method OPEN on Interface IF_IXML_STREAM has no exception.
Method QUERY_INTERFACE Signature
Method QUERY_INTERFACE on Interface IF_IXML_STREAM has no parameter.
Method QUERY_INTERFACE on Interface IF_IXML_STREAM has no exception.
Method SET_ENCODING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ENCODING | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ENCODING | Referenz auf Zeichencodierungsobjekt | 20001103 | ||
2 | ![]() |
RVAL | Value transfer | Type reference (TYPE) | BOOLEAN | abap_true falls erfolgreich | 20001103 |
Method SET_ENCODING on Interface IF_IXML_STREAM has no exception.
Method SET_PUBLIC_ID 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 |
Method SET_PUBLIC_ID on Interface IF_IXML_STREAM has no exception.
Method SET_SYSTEM_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
SYSTEM_ID | Call by reference | Type reference (TYPE) | STRING | Systeminterner URI | 20001103 |
Method SET_SYSTEM_ID on Interface IF_IXML_STREAM has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 610 |