Package net.sourceforge.jsxe.dom

Interface Summary
AdapterNodeListener  
XMLDocumentListener XMLDocumentListener is used to notify objects of a change to the XMLDocument.
 

Class Summary
AdapterNode The AdapterNode class is meant to provide extensions to the W3C Node interface by wrapping around existing nodes created after a document is parsed.
DefaultDOMLocator  
DOMOutput An implementation of the LSOutput interface for use with the DOMSerializer class.
DOMSerializer An implementation of the DOM3 LSSerializer interface.
DOMSerializerConfiguration DOMSerializerConfiguration is the default implementation of the DOMConfiguration interface to be used with the DOMSerializer class.
XMLDocument The XMLDocument class represents an XML document as a tree structure that has nodes, implemented as AdapterNodes, as well as text.
 

Exception Summary
DOMSerializerException Signals that a serialization error of some kind has occurred.