SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Data Interfaces and Communication Interfaces → ABAP and XML → Class Libraries for XML → iXML Library →iXML Library - Access to DOM
DOM describes a tree-like representation, realized using instances of classes, of a complete XML document in the memory. At the same time, each component of the XML data is created in a separate object. The associated interfaces in iXML Library can be used to access an XML document in DOM format.
Notes
Example
See DOM Representation.