net.sf.joost.trax
Class TrAXFilter
java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
net.sf.joost.trax.TrAXFilter
- All Implemented Interfaces:
- Constants, ContentHandler, DTDHandler, EntityResolver, ErrorHandler, XMLFilter, XMLReader
public class TrAXFilter
- extends XMLFilterImpl
- implements Constants
TrAXFilter
- Version:
- 1.0
- Author:
- Zubow
Fields inherited from interface net.sf.joost.Constants |
DEBUG, DEFAULT_ENCODING, FEAT_NS, FEAT_NSPREFIX, FEATURE_URI_PREFIX, FUNC_NS, JOOST_EXT_NS, PR_ATTRIBUTES, PR_BUFFER, PR_CHILDREN, PR_CONTINUE, PR_ERROR, PR_SELF, PR_SIBLINGS, STX_NS |
Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, getProperty, ignorableWhitespace, notationDecl, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static org.apache.commons.logging.Log log
templates
private Templates templates
processor
private Processor processor
configErrListener
private ConfigurationErrListener configErrListener
TrAXFilter
protected TrAXFilter(Templates templates)
- Constructor
- Parameters:
templates
- A Templates
parse
public void parse(InputSource input)
throws SAXException,
IOException
- Parses the
InputSource
- Specified by:
parse
in interface XMLReader
- Overrides:
parse
in class XMLFilterImpl
- Parameters:
input
- A InputSource
object.
- Throws:
SAXException
IOException