public abstract class AbstractReferenceFinderImpl extends org.xml.sax.helpers.XMLFilterImpl
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractReferenceFinderImpl(DOMForest _parent) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
findExternalResource(String nsURI,
String localName,
Attributes atts)
IF the given element contains a reference to an external resource,
return its URL.
|
void |
setDocumentLocator(Locator locator) |
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected final DOMForest parent
protected AbstractReferenceFinderImpl(DOMForest _parent)
protected abstract String findExternalResource(String nsURI, String localName, Attributes atts)
nsURI - Namespace URI of the current elementlocalName - Local name of the current elementpublic void startElement(String namespaceURI, String localName, String qName, Attributes atts) throws SAXException
startElement in interface ContentHandlerstartElement in class org.xml.sax.helpers.XMLFilterImplSAXExceptionpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface ContentHandlersetDocumentLocator in class org.xml.sax.helpers.XMLFilterImplCopyright © 2015 Oracle Corporation. All Rights Reserved.