|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.XMLFilterImpl
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util.XIncludeFilter
public final class XIncludeFilter
Field Summary | |
---|---|
static String |
XINCLUDE_NAMESPACE
|
Constructor Summary | |
---|---|
XIncludeFilter(XMLReader parent,
URL base)
|
Method Summary | |
---|---|
void |
endDocument()
|
void |
endElement(String namespaceURI,
String localName,
String qualifiedName)
|
void |
setDocumentLocator(Locator locator)
|
void |
startDocument()
|
void |
startElement(String namespaceURI,
String localName,
String qualifiedName,
Attributes attributes)
|
void |
startPrefixMapping(String prefix,
String namespaceURI)
|
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
---|
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, warning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String XINCLUDE_NAMESPACE
Constructor Detail |
---|
public XIncludeFilter(XMLReader parent, URL base)
Method Detail |
---|
public void setDocumentLocator(Locator locator)
setDocumentLocator
in interface ContentHandler
setDocumentLocator
in class org.xml.sax.helpers.XMLFilterImpl
public void startPrefixMapping(String prefix, String namespaceURI) throws SAXException
startPrefixMapping
in interface ContentHandler
startPrefixMapping
in class org.xml.sax.helpers.XMLFilterImpl
SAXException
public void startElement(String namespaceURI, String localName, String qualifiedName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.xml.sax.helpers.XMLFilterImpl
SAXException
public void endElement(String namespaceURI, String localName, String qualifiedName) throws SAXException
endElement
in interface ContentHandler
endElement
in class org.xml.sax.helpers.XMLFilterImpl
SAXException
public void startDocument() throws SAXException
startDocument
in interface ContentHandler
startDocument
in class org.xml.sax.helpers.XMLFilterImpl
SAXException
public void endDocument() throws SAXException
endDocument
in interface ContentHandler
endDocument
in class org.xml.sax.helpers.XMLFilterImpl
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |