Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
DOMExtensions | |
Transform | An object which transforms a source DOM into a result DOM |
TransformEngine |
Class Summary | |
AttributeNode | represents an XML Element's Attribute constructed around a W3C level 1 DOM Attribute |
CommentNode | Wraps a W3C DOM XML Comment Node as an om.Node |
ContainerNode | presents a om.Node interface for a W3C DOM Node |
DOMBuilder | provides callback methods for xslt engine and constructs W3C DOM Nodes therefrom |
ElementNode | |
ElementNode.AttributesIterator | |
NodeBase | Base class wrapper which presents our xt om Node interface around a W3C Level 1 DOM node |
NullNodeIterator | provides a singleton Node iterator representing 0 Nodes |
ProcessingInstructionNode | |
RootNode | |
SiblingNodeIterator | |
TextNode | |
TransformException | |
XMLProcessorImpl | builds a om.Node from a DOM implementation |
XSLTransformEngine |
com.jclark.xsl.dom.TransformEngine
, which
is implemented by com.jclark.xsl.dom.XSLTransformEngine
.
This is significantly less functional and much slower than the SAX
API.