SAP IXML RENDER ABEXA



Get Example source ABAP code based on a different SAP table
  


VX_EXA_ONLY

ABAP_IXML - Rendering
Renders XML documents to DOM representation.

ABAP_SOURCE_CODE
DEMO CL_DEMO_IXML_RENDER

ABAP_DESCRIPTION
XML data is created in asXML format using the identity transformation and written directly to an XML document in DOM representation. The method REMOVE_NODE is used to remove some nodes and the content of the modified document is rendered in various ways:
A renderer is created for the entire document and its method RENDER is executed, producing complete XML data.
The method RENDER of the document object is executed, which again renders the entire document and produces the same result.
The method RENDER of the element NUMBERS is executed recursively, which writes only the element and its subelements to the output stream.
The method RENDER of the element NUMBERS is executed non-recursively, which writes only the element without its subelements to the output stream.