public final class XIncludeFilter
extends org.xml.sax.helpers.XMLFilterImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
XINCLUDE_NAMESPACE |
| Constructor and Description |
|---|
XIncludeFilter(org.xml.sax.XMLReader parent,
URL base) |
| Modifier and Type | Method and Description |
|---|---|
void |
endDocument() |
void |
endElement(String namespaceURI,
String localName,
String qualifiedName) |
void |
setDocumentLocator(org.xml.sax.Locator locator) |
void |
startDocument() |
void |
startElement(String namespaceURI,
String localName,
String qualifiedName,
org.xml.sax.Attributes attributes) |
void |
startPrefixMapping(String prefix,
String namespaceURI) |
characters, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, parse, processingInstruction, resolveEntity, setContentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, unparsedEntityDecl, warningpublic static final String XINCLUDE_NAMESPACE
public XIncludeFilter(org.xml.sax.XMLReader parent,
URL base)
public void setDocumentLocator(org.xml.sax.Locator locator)
setDocumentLocator in interface org.xml.sax.ContentHandlersetDocumentLocator in class org.xml.sax.helpers.XMLFilterImplpublic void startPrefixMapping(String prefix, String namespaceURI) throws org.xml.sax.SAXException
startPrefixMapping in interface org.xml.sax.ContentHandlerstartPrefixMapping in class org.xml.sax.helpers.XMLFilterImplorg.xml.sax.SAXExceptionpublic void startElement(String namespaceURI, String localName, String qualifiedName, org.xml.sax.Attributes attributes) throws org.xml.sax.SAXException
startElement in interface org.xml.sax.ContentHandlerstartElement in class org.xml.sax.helpers.XMLFilterImplorg.xml.sax.SAXExceptionpublic void endElement(String namespaceURI, String localName, String qualifiedName) throws org.xml.sax.SAXException
endElement in interface org.xml.sax.ContentHandlerendElement in class org.xml.sax.helpers.XMLFilterImplorg.xml.sax.SAXExceptionpublic void startDocument()
throws org.xml.sax.SAXException
startDocument in interface org.xml.sax.ContentHandlerstartDocument in class org.xml.sax.helpers.XMLFilterImplorg.xml.sax.SAXExceptionpublic void endDocument()
throws org.xml.sax.SAXException
endDocument in interface org.xml.sax.ContentHandlerendDocument in class org.xml.sax.helpers.XMLFilterImplorg.xml.sax.SAXExceptionCopyright © 2001-2012 Apache Software Foundation. All Rights Reserved.