SAP IXML NODE ITERATOR ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_IXML - Iterator for Nodes
Accesses the nodes in DOM using an iterator.

ABAP_SOURCE_CODE
DEMO CL_DEMO_IXML_NODE_ITERATOR

ABAP_DESCRIPTION
XML data is first transformed to an input stream object and the object is then imported into a DOM object using a parser object. If parsed successfully, iterators are created for the entire document, the root node, and a subnode of the root node and iterations are performed across its nodes. By selecting the node type, only XML elements are respected in the output.