ABAP - Keyword Documentation →  ABAP - Reference →  Data Interfaces and Communication Interfaces →  ABAP and XML →  Class Libraries for XML → 

sXML Library

sXML Library provides an API consisting of classes and interfaces for reading (validating parses) and rendering (validating writes) of XML data in different formats and from various sources and to various targets.

Unlike in iXML Library, no XML documents are created in DOM format and no DTDs (Document Type Definitions) are supported. Instead, the nodes in the tree structure represented by the XML data are processed in series and the current node can always be accessed. The node can be accessed using token-based or object-oriented methods. The classes and interfaces are documented in Class Builder.

Notes



Continue
sXML Library - Formats
sXML Library - Parse
sXML Library - Render
sXML Library - Classes and Interfaces
sXML Library, Examples