com.novell.xsl.result
Class FragmentHandler

java.lang.Object
  extended bycom.novell.xsl.result.DOMResultHandler
      extended bycom.novell.xsl.result.FragmentHandler
All Implemented Interfaces:
DOMResult, ResultHandler

public class FragmentHandler
extends DOMResultHandler

A Class that creates result fragments


Field Summary
 
Fields inherited from class com.novell.xsl.result.DOMResultHandler
currentNode
 
Constructor Summary
FragmentHandler(Document document)
          Create a FragmentHandler with the passed document as the node factory
 
Method Summary
 Node getFragment()
          Get the resulting document fragment
 
Methods inherited from class com.novell.xsl.result.DOMResultHandler
attribute, characters, comment, endDocument, endElement, getDocument, namespace, processingInstruction, startDocument, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentHandler

public FragmentHandler(Document document)
Create a FragmentHandler with the passed document as the node factory

Parameters:
document - The node factory
Method Detail

getFragment

public Node getFragment()
Get the resulting document fragment

Returns:
The DocumentFragment node that results from this object