sapdev logo background
sapdev logo sapdev logo
Comments

SAP ABAP IXML LIB OBJECT TYPES documentation, setup help and example usage



Return to SAP documentation index


ARTICLE

iXML Library - Classes and Interfaces
The following sections list the classes and interfaces of iXML Library.
  • Access class

  • Streams

  • Parser

  • DOM

  • Renderer

  • Encoding

  • All object types in iXML Library incorporate 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 down casts within iXML
    Library.

    Notes
  • The required classes and interfaces are documented in Class Builder.

  • Apart from the access class CL_IXML

  • , no classes generally need to 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.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




  • ABAP_IXML_LIB_INPUT_OUTPUT
    ABAP_IXML_LIB_PARSE




    comments powered by Disqus