ABAP Keyword Documentation →  ABAP Glossary → 

DOM

Document object model. Interface used to access XML documents. Based on an object-oriented tree-like representation of the documents in the memory, where each node is represented by an object. In ABAP, iXML Library can be used to edit XML documents in DOM representation.

More