SAP ABAP Class IF_IXML_STREAM (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 |
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
Class | IF_IXML_STREAM | |
Short Description | 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 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class IF_IXML_STREAM has no interface implemented.
Friends
Class IF_IXML_STREAM has no friend class.
Attributes
Class 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
Class IF_IXML_STREAM has no event.
Types
Class 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 class IF_IXML_STREAM has no exception.
Method CLOSE Signature
Method CLOSE on class IF_IXML_STREAM has no parameter.
Method CLOSE on class 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 class 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 class 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 class 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 class 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 class 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 class IF_IXML_STREAM has no exception.
Method QUERY_INTERFACE Signature
Method QUERY_INTERFACE on class IF_IXML_STREAM has no parameter.
Method QUERY_INTERFACE on class 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 class 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 class 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 class IF_IXML_STREAM has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |