com.novell.xsl.result
Interface DOMResult

All Known Implementing Classes:
DOMResultHandler

public interface DOMResult

Interface to be implemented by ResultHandlers that create a DOM tree from the result tree. This is so that the stylesheet can use the same DocumentObject to create result fragments as the result handler is using for efficiency


Method Summary
 Document getDocument()
          Get the Document object that the ResultHandler is using
 

Method Detail

getDocument

public Document getDocument()
Get the Document object that the ResultHandler is using

Returns:
The Document object that the ResultHandler is using