SAP ABAP IXML LIB OBJECT TYPES



Get Example source ABAP code based on a different SAP table
  



ABAP_IXML - Classes and Interfaces
The following sections list the classes and interfaces of iXML Library according to subareas.
Access class
Streams
Parser
DOM
Renderer
Encoding
All object types in iXML Library include the interface IF_IXML_UNKNOWN. Reference variables of this type can point to all objects in iXML Library. The interface IF_IXML_UNKNOWN contains the method QUERY_INTERFACE, which can be used for special downcasts within iXML Library.



Latest notes:

The required classes and interfaces are documented in the Class Builder.
Apart from the access class CL_IXML , no classes generally must be specified directly in a program. All reads and writes are performed using interfaces. Even CL_IXML is required only once to execute the method CREATE.
Each component interface of a composite interface has an alias name, which means that the components of the general interface can always be used directly in the special interface.
ABAP_HINT_END