Anfang des Inhaltsbereichs

Objektdokumentation Package Renderer  Dokument im Navigationsbaum lokalisieren

Definition

The renderer package contains all definitions required for the XML renderer implemented by the iXML library.

For each XML document to be rendered, a separate renderer instance is required.

Structure

As of today, the XML renderer supports only one model of rendering: DOM-based rendering, where a W3C DOM-compliant (Document Object Model) representation of the XML document is used to create an XML document stream. An approach symmetrical to the event-based parsing is not yet available.

The package Renderer contains the following interfaces:

Interface if_ixml_renderer