SAP IF_IXML_ISTREAM OO Class - Input Streams









IF_IXML_ISTREAM is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_IXML_ISTREAM including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_IXML_ISTREAM SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CLONEPrivate
CALL METHOD if_ixml_istream=>CLONE...more details

CLOSEPrivate
CALL METHOD if_ixml_istream=>CLOSE...more details

GET_DTD_RESTRICTIONReturns restrictions for DTD processingPublic
CALL METHOD if_ixml_istream=>GET_DTD_RESTRICTION...more details

GET_ENCODINGPrivate
CALL METHOD if_ixml_istream=>GET_ENCODING...more details

GET_MAX_EXPANSIONReturns maximum XML expansion with DTD restrictionsPublic
CALL METHOD if_ixml_istream=>GET_MAX_EXPANSION...more details

GET_NUM_READReturns the number of characters read up to nowPublic
CALL METHOD if_ixml_istream=>GET_NUM_READ...more details

GET_NUM_READ_RAWReturns the number of bytes read up to nowPublic
CALL METHOD if_ixml_istream=>GET_NUM_READ_RAW...more details

GET_PUBLIC_IDPrivate
CALL METHOD if_ixml_istream=>GET_PUBLIC_ID...more details

GET_SYSTEM_IDPrivate
CALL METHOD if_ixml_istream=>GET_SYSTEM_ID...more details

IS_CAPABLEPrivate
CALL METHOD if_ixml_istream=>IS_CAPABLE...more details

MAKE_ABSOLUTE_IDPrivate
CALL METHOD if_ixml_istream=>MAKE_ABSOLUTE_ID...more details

OPENPrivate
CALL METHOD if_ixml_istream=>OPEN...more details

QUERY_INTERFACEPrivate
CALL METHOD if_ixml_istream=>QUERY_INTERFACE...more details

SET_DTD_RESTRICTIONSets restrictions for DTD processingPublic
CALL METHOD if_ixml_istream=>SET_DTD_RESTRICTION...more details

SET_ENCODINGPrivate
CALL METHOD if_ixml_istream=>SET_ENCODING...more details

SET_MAX_EXPANSIONSets maximum XML expansion with DTD restrictionsPublic
CALL METHOD if_ixml_istream=>SET_MAX_EXPANSION...more details

SET_PUBLIC_IDPrivate
CALL METHOD if_ixml_istream=>SET_PUBLIC_ID...more details

SET_SYSTEM_IDPrivate
CALL METHOD if_ixml_istream=>SET_SYSTEM_ID...more details



IF_IXML_ISTREAM attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
DTD_ALLOWEDConstantNo DTD Restriction0LIKE
I
Public
DTD_PROHIBITEDConstantDTD Generally Forbidden2LIKE
I
Public
DTD_RESTRICTEDConstantDTD Permitted with Restrictions1LIKE
I
Public


Links to Related Class(s)

IF_IXML_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!