sapdev logo background
sapdev logo sapdev logo
Comments

SAP IXML RENDER ABEXA documentation, setup help and example usage



Return to SAP documentation index



iXML Library, Render
Render XML documents in DOM representation.

ABAP_SOURCE_CODE
ABAP_EXEC

ABAP_DESCRIPTION
XML data is created in asXML format using an XSL transformation and written directly to an XML document in DOM
representation. The method REMOVE_NODE is used to remove nodes and the content of the modified document is rendered in various ways:
  • A renderer is created for the full document and its method RENDER

  • is executed, producing complete XML data.
  • The method RENDER of the document object is executed, which again renders the full 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.
    Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




  • IXML_PARSING_ABEXA
    IXML_SEQUENTIAL_PARSING_ABEXA




    comments powered by Disqus