public static class JaxbJavaee.HandlerChainsNamespaceFilter extends XMLFilterImpl
| Constructor and Description |
|---|
HandlerChainsNamespaceFilter(XMLReader xmlReader) |
| Modifier and Type | Method and Description |
|---|---|
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) |
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, warningpublic HandlerChainsNamespaceFilter(XMLReader xmlReader)
public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverresolveEntity in class XMLFilterImplSAXExceptionIOExceptionpublic void startElement(String uri, String localName, String qname, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class XMLFilterImplSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class XMLFilterImplSAXExceptionpublic void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping in interface ContentHandlerendPrefixMapping in class XMLFilterImplSAXExceptionpublic void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class XMLFilterImplSAXExceptionCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.