org.apache.openejb.jee
Class JaxbJavaee.HandlerChainsNamespaceFilter

java.lang.Object
  extended by org.xml.sax.helpers.XMLFilterImpl
      extended by org.apache.openejb.jee.JaxbJavaee.HandlerChainsNamespaceFilter
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReader
Enclosing class:
JaxbJavaee

public static class JaxbJavaee.HandlerChainsNamespaceFilter
extends org.xml.sax.helpers.XMLFilterImpl


Constructor Summary
JaxbJavaee.HandlerChainsNamespaceFilter(XMLReader xmlReader)
           
 
Method Summary
 void endElement(String uri, String localName, String qName)
           
 void endPrefixMapping(String prefix)
           
 String lookupNamespaceURI(String prefix)
           
 InputSource resolveEntity(String publicId, String systemId)
           
 void startElement(String uri, String localName, String qname, Attributes atts)
           
 void startPrefixMapping(String prefix, String uri)
           
 
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl
characters, endDocument, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbJavaee.HandlerChainsNamespaceFilter

public JaxbJavaee.HandlerChainsNamespaceFilter(XMLReader xmlReader)
Method Detail

resolveEntity

public InputSource resolveEntity(String publicId,
                                 String systemId)
                          throws SAXException,
                                 IOException
Specified by:
resolveEntity in interface EntityResolver
Overrides:
resolveEntity in class org.xml.sax.helpers.XMLFilterImpl
Throws:
SAXException
IOException

startElement

public void startElement(String uri,
                         String localName,
                         String qname,
                         Attributes atts)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class org.xml.sax.helpers.XMLFilterImpl
Throws:
SAXException

endElement

public void endElement(String uri,
                       String localName,
                       String qName)
                throws SAXException
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class org.xml.sax.helpers.XMLFilterImpl
Throws:
SAXException

endPrefixMapping

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

startPrefixMapping

public void startPrefixMapping(String prefix,
                               String uri)
                        throws SAXException
Specified by:
startPrefixMapping in interface ContentHandler
Overrides:
startPrefixMapping in class org.xml.sax.helpers.XMLFilterImpl
Throws:
SAXException

lookupNamespaceURI

public String lookupNamespaceURI(String prefix)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.