iXML-LibraryLocate this document in the navigation structure

The iXML-Library offers an API for

  • Parsing XML files into a XML document in DOM (Document Object Model) format
  • Accessing XML documents that are stored in DOM format, including creation of new documents or modifying existing documents
  • Rendering the XML documents that are stored in DOM format into XML files

The iXML-Library is based on interfaces of ABAP Objects. ABAP programs can create objects like streams, parsers, documents, or renderers by factory methods and access these objects using interface reference variables.

The interfaces of the iXML-Library are documented in the ABAP Objects class library.

An introduction to and examples for the usage of the iXML-Library can be found in the ABAP Keyword Documentation.