public static class JaxbJavaee.NoSourceFilter extends org.xml.sax.helpers.XMLFilterImpl
| Modifier and Type | Field and Description |
|---|---|
protected static InputSource |
EMPTY_INPUT_SOURCE |
| Constructor and Description |
|---|
JaxbJavaee.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 JaxbJavaee.NoSourceFilter(XMLReader xmlReader)
public void startElement(String uri, String localName, String qName, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException
resolveEntity in interface EntityResolverresolveEntity in class org.xml.sax.helpers.XMLFilterImplSAXExceptionIOExceptionCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.