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 java.lang.String |
findExternalResource(java.lang.String nsURI,
java.lang.String localName,
org.xml.sax.Attributes atts)
IF the given element contains a reference to an external resource,
return its URL.
|
void |
setDocumentLocator(org.xml.sax.Locator locator) |
void |
startElement(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String qName,
org.xml.sax.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, warning
protected final DOMForest parent
protected AbstractReferenceFinderImpl(DOMForest _parent)
protected abstract java.lang.String findExternalResource(java.lang.String nsURI, java.lang.String localName, org.xml.sax.Attributes atts)
nsURI
- Namespace URI of the current elementlocalName
- Local name of the current elementpublic void startElement(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts) throws org.xml.sax.SAXException
startElement
in interface org.xml.sax.ContentHandler
startElement
in class org.xml.sax.helpers.XMLFilterImpl
org.xml.sax.SAXException
public void setDocumentLocator(org.xml.sax.Locator locator)
setDocumentLocator
in interface org.xml.sax.ContentHandler
setDocumentLocator
in class org.xml.sax.helpers.XMLFilterImpl