SAP ABAP Interface IF_IXML_ISTREAM (Input 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_ISTREAM  
Short Description Input 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_STREAM Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_IXML_STREAM Streams 20001103
Friends
Interface IF_IXML_ISTREAM has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 DTD_ALLOWED Constant Public Type reference (TYPE) I 0 No DTD Restriction 20110713
2 DTD_PROHIBITED Constant Public Type reference (TYPE) I 2 DTD Generally Forbidden 20110713
3 DTD_RESTRICTED Constant Public Type reference (TYPE) I 1 DTD Permitted with Restrictions 20110713
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_DTD_RESTRICTION Instance method Public Method Returns restrictions for DTD processing 20110713
4 GET_ENCODING Instance method Public Method 20001103
5 GET_MAX_EXPANSION Instance method Public Method Returns maximum XML expansion with DTD restrictions 20110713
6 GET_NUM_READ Instance method Public Method Returns the number of characters read up to now 20001103
7 GET_NUM_READ_RAW Instance method Public Method Returns the number of bytes read up to now 20001103
8 GET_PUBLIC_ID Instance method Public Method 20001103
9 GET_SYSTEM_ID Instance method Public Method 20001103
10 IS_CAPABLE Instance method Public Method 20001103
11 MAKE_ABSOLUTE_ID Instance method Public Method 20001103
12 OPEN Instance method Public Method 20001103
13 QUERY_INTERFACE Instance method Public Method 20001103
14 SET_DTD_RESTRICTION Instance method Public Method Sets restrictions for DTD processing 20110713
15 SET_ENCODING Instance method Public Method 20001103
16 SET_MAX_EXPANSION Instance method Public Method Sets maximum XML expansion with DTD restrictions 20110713
17 SET_PUBLIC_ID Instance method Public Method 20001103
18 SET_SYSTEM_ID Instance method Public Method 20001103
Events
Interface IF_IXML_ISTREAM has no event.
Types
Interface IF_IXML_ISTREAM has no local type.
Method Signatures

Method CLONE Signature

Method CLONE on Interface IF_IXML_ISTREAM has no parameter.
Method CLONE on Interface IF_IXML_ISTREAM has no exception.

Method CLOSE Signature

Method CLOSE on Interface IF_IXML_ISTREAM has no parameter.
Method CLOSE on Interface IF_IXML_ISTREAM has no exception.

Method GET_DTD_RESTRICTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Einschränkung für DTDs 20110713

Method GET_DTD_RESTRICTION on Interface IF_IXML_ISTREAM has no exception.

Method GET_ENCODING Signature

Method GET_ENCODING on Interface IF_IXML_ISTREAM has no parameter.
Method GET_ENCODING on Interface IF_IXML_ISTREAM has no exception.

Method GET_MAX_EXPANSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RVAL Value transfer Type reference (TYPE) I Multiplikator gelesene Zeichen / erzeugte Zeichen 20110713

Method GET_MAX_EXPANSION on Interface IF_IXML_ISTREAM has no exception.

Method GET_NUM_READ 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 bislang gelesenen UTF-16-Zeichen 20001103

Method GET_NUM_READ on Interface IF_IXML_ISTREAM has no exception.

Method GET_NUM_READ_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 der bislang gelesenen Bytes 20001103

Method GET_NUM_READ_RAW on Interface IF_IXML_ISTREAM has no exception.

Method GET_PUBLIC_ID Signature

Method GET_PUBLIC_ID on Interface IF_IXML_ISTREAM has no parameter.
Method GET_PUBLIC_ID on Interface IF_IXML_ISTREAM has no exception.

Method GET_SYSTEM_ID Signature

Method GET_SYSTEM_ID on Interface IF_IXML_ISTREAM has no parameter.
Method GET_SYSTEM_ID on Interface IF_IXML_ISTREAM has no exception.

Method IS_CAPABLE Signature

Method IS_CAPABLE on Interface IF_IXML_ISTREAM has no parameter.
Method IS_CAPABLE on Interface IF_IXML_ISTREAM has no exception.

Method MAKE_ABSOLUTE_ID Signature

Method MAKE_ABSOLUTE_ID on Interface IF_IXML_ISTREAM has no parameter.
Method MAKE_ABSOLUTE_ID on Interface IF_IXML_ISTREAM has no exception.

Method OPEN Signature

Method OPEN on Interface IF_IXML_ISTREAM has no parameter.
Method OPEN on Interface IF_IXML_ISTREAM has no exception.

Method QUERY_INTERFACE Signature

Method QUERY_INTERFACE on Interface IF_IXML_ISTREAM has no parameter.
Method QUERY_INTERFACE on Interface IF_IXML_ISTREAM has no exception.

Method SET_DTD_RESTRICTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing LEVEL Call by reference Type reference (TYPE) I DTD_RESTRICTED Einschränkung für DTDs 20110713

Method SET_DTD_RESTRICTION on Interface IF_IXML_ISTREAM has no exception.

Method SET_ENCODING Signature

Method SET_ENCODING on Interface IF_IXML_ISTREAM has no parameter.
Method SET_ENCODING on Interface IF_IXML_ISTREAM has no exception.

Method SET_MAX_EXPANSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MULTIPLIER Call by reference Type reference (TYPE) I 10 Multiplikator gelesene Zeichen / erzeugte Zeichen 20110713

Method SET_MAX_EXPANSION on Interface IF_IXML_ISTREAM has no exception.

Method SET_PUBLIC_ID Signature

Method SET_PUBLIC_ID on Interface IF_IXML_ISTREAM has no parameter.
Method SET_PUBLIC_ID on Interface IF_IXML_ISTREAM has no exception.

Method SET_SYSTEM_ID Signature

Method SET_SYSTEM_ID on Interface IF_IXML_ISTREAM has no parameter.
Method SET_SYSTEM_ID on Interface IF_IXML_ISTREAM has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 610