|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fesenmeyer.dbnormalizer.core.configuration.xml.DOMTransformer
public class DOMTransformer
Class which performs a XSL-Transformation on a DOM-Document.
Field Summary | |
---|---|
private Document |
inputDoc
The Input-DOM-Document. |
private String |
xsltFile
The XSLT-File. |
Constructor Summary | |
---|---|
DOMTransformer(Document doc,
String xsltFile)
Class constructor specifying the DOM-Document which should be used as input and the XSLT-file to be used for the transformation. |
Method Summary | |
---|---|
Document |
transform()
Performs the XSL-Transformation and returns the Output-DOM-Document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String xsltFile
private Document inputDoc
Constructor Detail |
---|
public DOMTransformer(Document doc, String xsltFile)
doc
- the Input-DOM-DocumentxsltFile
- the XSLT-fileMethod Detail |
---|
public Document transform() throws TransformerException
TransformerException
- if a XML-Transformer specific exception occurs
(e.g. if no TransformerFactory is available).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |