istack common utility code 2.6.1-redhat-2

com.sun.istack
Class FragmentContentHandler

java.lang.Object
  extended by org.xml.sax.helpers.XMLFilterImpl
      extended by com.sun.istack.FragmentContentHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReader

public class FragmentContentHandler
extends org.xml.sax.helpers.XMLFilterImpl

XMLFilterImpl that masks start/end document SAX events.

Author:
Kohsuke Kawaguchi

Constructor Summary
FragmentContentHandler()
           
FragmentContentHandler(ContentHandler handler)
           
FragmentContentHandler(XMLReader parent)
           
 
Method Summary
 void endDocument()
           
 void startDocument()
           
 
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
characters, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FragmentContentHandler

public FragmentContentHandler()

FragmentContentHandler

public FragmentContentHandler(XMLReader parent)

FragmentContentHandler

public FragmentContentHandler(ContentHandler handler)
Method Detail

startDocument

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

endDocument

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

istack common utility code 2.6.1-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.