com.servingxml.util.xml
Class FragmentContentHandler

java.lang.Object
  extended by com.servingxml.util.xml.ChainedContentHandler
      extended by com.servingxml.util.xml.FragmentContentHandler
All Implemented Interfaces:
org.xml.sax.ContentHandler

public class FragmentContentHandler
extends ChainedContentHandler


Constructor Summary
FragmentContentHandler(org.xml.sax.ContentHandler handler)
           
 
Method Summary
 void endDocument()
           
 void startDocument()
           
 
Methods inherited from class com.servingxml.util.xml.ChainedContentHandler
characters, endElement, endPrefixMapping, getContentHandler, ignorableWhitespace, processingInstruction, setContentHandler, setDocumentLocator, skippedEntity, startElement, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentContentHandler

public FragmentContentHandler(org.xml.sax.ContentHandler handler)
Method Detail

endDocument

public void endDocument()
                 throws org.xml.sax.SAXException
Specified by:
endDocument in interface org.xml.sax.ContentHandler
Overrides:
endDocument in class ChainedContentHandler
Throws:
org.xml.sax.SAXException

startDocument

public void startDocument()
                   throws org.xml.sax.SAXException
Specified by:
startDocument in interface org.xml.sax.ContentHandler
Overrides:
startDocument in class ChainedContentHandler
Throws:
org.xml.sax.SAXException