Package net.sf.saxon.dom

Class Summary
DocumentWrapper The root node of an XPath tree.
DOMEmitter DOMEmitter is an Emitter that attaches the result tree to a specified Node in a DOM Document
DOMNodeList This class wraps a SequenceExtent as a DOM NodeList - though this will only work if the items are nodes, and if the nodes themselves implement the DOM Node interface (which is true of the two Saxon tree models, but not necessarily of all possible implementations).
DOMSender DOMSender.java: pseudo-SAX driver for a DOM source document.
DOMTransform Variant of command line net.sf.saxon.Transform do build the source document in DOM and then proceed with the transformation.
NamespaceNode A node (implementing the NodeInfo interface) representing a Namespace node in the DOM wrapping interface
NodeWrapper A node in the XML parse tree representing an XML element, character content, or attribute.