org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util
Class XIncludeFilter
java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
org.apache.myfaces.buildtools.maven2.plugin.builder.trinidad.util.XIncludeFilter
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReader
public final class XIncludeFilter
- extends XMLFilterImpl
| 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 |
XINCLUDE_NAMESPACE
public static final String XINCLUDE_NAMESPACE
- See Also:
- Constant Field Values
XIncludeFilter
public XIncludeFilter(XMLReader parent,
URL base)
setDocumentLocator
public void setDocumentLocator(Locator locator)
- Specified by:
setDocumentLocator in interface ContentHandler- Overrides:
setDocumentLocator in class XMLFilterImpl
startPrefixMapping
public void startPrefixMapping(String prefix,
String namespaceURI)
throws SAXException
- Specified by:
startPrefixMapping in interface ContentHandler- Overrides:
startPrefixMapping in class XMLFilterImpl
- Throws:
SAXException
startElement
public void startElement(String namespaceURI,
String localName,
String qualifiedName,
Attributes attributes)
throws SAXException
- Specified by:
startElement in interface ContentHandler- Overrides:
startElement in class XMLFilterImpl
- Throws:
SAXException
endElement
public void endElement(String namespaceURI,
String localName,
String qualifiedName)
throws SAXException
- Specified by:
endElement in interface ContentHandler- Overrides:
endElement in class XMLFilterImpl
- Throws:
SAXException
startDocument
public void startDocument()
throws SAXException
- Specified by:
startDocument in interface ContentHandler- Overrides:
startDocument in class XMLFilterImpl
- Throws:
SAXException
endDocument
public void endDocument()
throws SAXException
- Specified by:
endDocument in interface ContentHandler- Overrides:
endDocument in class XMLFilterImpl
- Throws:
SAXException
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.