public class SchemaLocationFilter extends 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, warning
public SchemaLocationFilter(String _schemaLocation, String _noNSSchemaLocation, ContentHandler _writer)
public void startElement(String namespaceURI, String localName, String qname, Attributes atts) throws SAXException
startElement
in interface ContentHandler
startElement
in class XMLFilterImpl
SAXException
ContentHandler.startElement(String, String, String, Attributes)
public void endElement(String namespaceURI, String localName, String qname) throws SAXException
endElement
in interface ContentHandler
endElement
in class XMLFilterImpl
SAXException
ContentHandler.endElement(String, String, String)
public void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping
in interface ContentHandler
startPrefixMapping
in class XMLFilterImpl
SAXException
ContentHandler.startPrefixMapping(String, String)
Copyright © 2019 Oracle Corporation. All rights reserved.