jd.xml.xslt.result
Class DefaultResultBuilder
java.lang.Object
jd.xml.xslt.result.ResultBuilder
jd.xml.xslt.result.ProxyResultBuilder
jd.xml.xslt.result.DefaultResultBuilder
- public class DefaultResultBuilder
- extends ProxyResultBuilder
A ResultBuilder used when the output instruction has no explicit
method attribute. It acts as a temporary Cache for the output data
until it is clear if the xml or html output method should be used.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultResultBuilder
public DefaultResultBuilder(XsltResult result)
- Create a DefaultResultBuilder.
startDocument
public void startDocument(OutputFormat outputFormat)
- Start the document output.
- Overrides:
startDocument
in class ProxyResultBuilder
endDocument
public void endDocument()
- End the document output.
- Overrides:
endDocument
in class ProxyResultBuilder