public class SchemaLocationFilter extends org.xml.sax.helpers.XMLFilterImpl
| Constructor and Description |
|---|
SchemaLocationFilter(String _schemaLocation,
String _noNSSchemaLocation,
ContentHandler _writer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String namespaceURI,
String localName,
String qname)
Deprecated.
|
void |
startElement(String namespaceURI,
String localName,
String qname,
Attributes atts)
Deprecated.
|
void |
startPrefixMapping(String prefix,
String uri)
Deprecated.
|
characters, endDocument, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, unparsedEntityDecl, warningpublic SchemaLocationFilter(String _schemaLocation, String _noNSSchemaLocation, ContentHandler _writer)
public void startElement(String namespaceURI, String localName, String qname, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.XMLFilterImplSAXExceptionContentHandler.startElement(String, String, String, Attributes)public void endElement(String namespaceURI, String localName, String qname) throws SAXException
endElement in interface ContentHandlerendElement in class org.xml.sax.helpers.XMLFilterImplSAXExceptionContentHandler.endElement(String, String, String)public void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping in interface ContentHandlerstartPrefixMapping in class org.xml.sax.helpers.XMLFilterImplSAXExceptionContentHandler.startPrefixMapping(String, String)Copyright © 2015 Oracle Corporation. All Rights Reserved.