Package | Description |
---|---|
nu.xom.xslt |
nu.xom.xslt connects
XOM documents to TrAX-based XSLT processors. |
Modifier and Type | Method and Description |
---|---|
Nodes | XSLTransform.transform(Document in)
Creates a new
Nodes from the
input Document by applying this object's
stylesheet. |
Nodes | XSLTransform.transform(Nodes in)
Creates a new
Nodes object from the
input Nodes object by applying this object's
stylesheet. |
Constructor and Description |
---|
XSLTransform(Document stylesheet)
Creates a new
XSLTransform by
reading the stylesheet from the supplied document. |
XSLTransform(Document stylesheet,
NodeFactory factory)
Creates a new
XSLTransform by
reading the stylesheet from the supplied document. |
Copyright 2002-2023 Elliotte Rusty Harold
elharo@ibiblio.org