| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.xml.sax.helpers.XMLFilterImplorg.apache.xalan.xsltc.trax.TrAXFilterpublic class TrAXFilterextends XMLFilterImplConstructor Summary | |
| |
Method Summary | |
Transformer | |
void |
|
void |
|
void |
|
void |
|
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, parse, processingInstruction, resolveEntity, setContentHandler, setDTDHandler, setDocumentLocator, setEntityResolver, setErrorHandler, setFeature, setParent, setProperty, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning | |
public void parse(String systemId)
throws SAXException,
IOExceptionParse a document.
- Overrides:
- parse in interface XMLFilterImpl
- Parameters:
systemId- The system identifier as a fully-qualified URI.
- Throws:
SAXException- Any SAX exception, possibly wrapping another exception.
public void parse(InputSource input) throws SAXException, IOException
Parse a document.
- Overrides:
- parse in interface XMLFilterImpl
- Parameters:
input- The input source for the document entity.
- Throws:
SAXException- Any SAX exception, possibly wrapping another exception.
public void setContentHandler(ContentHandler handler)
Set the content event handler.
- Specified by:
- setContentHandler in interface XMLReader
- Overrides:
- setContentHandler in interface XMLFilterImpl
- Parameters: