org.apache.openejb.jee.wls
Class JaxbWls.NamespaceFilter

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

public static class JaxbWls.NamespaceFilter
extends org.xml.sax.helpers.XMLFilterImpl


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

Constructor Detail

JaxbWls.NamespaceFilter

public JaxbWls.NamespaceFilter(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


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.