Package net.sf.saxon.option.dom4j


package net.sf.saxon.option.dom4j

This package provides glue classes that enable Saxon to process a source document supplied as a DOM4J tree (see https://dom4j.github.io).

The package provides implementations of the Saxon DocumentInfo and NodeInfo classes that act as wrappers to the relevant DOM4J classes

  • Classes
    Class
    Description
    TreeInfo class for a virtual tree that wraps a DOM4J tree
    A node in the XML parse tree representing an XML element, character content, or attribute.
    This class is the DOM4J implementation of Saxon's ExternalObjectModel interface; it supports the wrapping of DOM4J documents as instances of the Saxon NodeInfo interface.
    JDOMWriter is a Receiver that constructs a DOM4J document from the stream of events