public static class JaxbJavaee.NoSourceFilter extends XMLFilterImpl
| Modifier and Type | Field and Description |
|---|---|
protected static InputSource |
EMPTY_INPUT_SOURCE |
| Constructor and Description |
|---|
NoSourceFilter(XMLReader xmlReader) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
eeUri(String uri) |
void |
endElement(String uri,
String localName,
String qName) |
InputSource |
resolveEntity(String publicId,
String systemId) |
void |
startElement(String uri,
String localName,
String qName,
Attributes atts) |
characters, endDocument, 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, warningprotected static final InputSource EMPTY_INPUT_SOURCE
public NoSourceFilter(XMLReader xmlReader)
public 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 InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverresolveEntity in class XMLFilterImplSAXExceptionIOExceptionCopyright © 1999–2020 The Apache Software Foundation. All rights reserved.