org.wikimodel.wem.xhtml.filter
Class DefaultXMLFilter
java.lang.Object
org.xml.sax.helpers.XMLFilterImpl
org.wikimodel.wem.xhtml.filter.DefaultXMLFilter
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler, LexicalHandler, XMLFilter, XMLReader
- Direct Known Subclasses:
- AccumulationXMLFilter, DTDXMLFilter, XHTMLWhitespaceXMLFilter
public class DefaultXMLFilter
- extends XMLFilterImpl
- implements LexicalHandler
- Author:
- vmassol
| Methods inherited from class org.xml.sax.helpers.XMLFilterImpl |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, getContentHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getParent, ignorableWhitespace, notationDecl, parse, processingInstruction, resolveEntity, setContentHandler, setDocumentLocator, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setParent, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAX_LEXICAL_HANDLER_PROPERTY
public static final String SAX_LEXICAL_HANDLER_PROPERTY
- See Also:
- Constant Field Values
DefaultXMLFilter
public DefaultXMLFilter()
DefaultXMLFilter
public DefaultXMLFilter(XMLReader reader)
parse
public void parse(InputSource input)
throws SAXException,
IOException
- Specified by:
parse in interface XMLReader- Overrides:
parse in class XMLFilterImpl
- Throws:
SAXException
IOException
setProperty
public void setProperty(String name,
Object value)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Specified by:
setProperty in interface XMLReader- Overrides:
setProperty in class XMLFilterImpl
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
getProperty
public Object getProperty(String name)
throws SAXNotRecognizedException,
SAXNotSupportedException
- Specified by:
getProperty in interface XMLReader- Overrides:
getProperty in class XMLFilterImpl
- Throws:
SAXNotRecognizedException
SAXNotSupportedException
comment
public void comment(char[] ch,
int start,
int length)
throws SAXException
- Specified by:
comment in interface LexicalHandler
- Throws:
SAXException
endCDATA
public void endCDATA()
throws SAXException
- Specified by:
endCDATA in interface LexicalHandler
- Throws:
SAXException
endDTD
public void endDTD()
throws SAXException
- Specified by:
endDTD in interface LexicalHandler
- Throws:
SAXException
endEntity
public void endEntity(String name)
throws SAXException
- Specified by:
endEntity in interface LexicalHandler
- Throws:
SAXException
startCDATA
public void startCDATA()
throws SAXException
- Specified by:
startCDATA in interface LexicalHandler
- Throws:
SAXException
startDTD
public void startDTD(String name,
String publicId,
String systemId)
throws SAXException
- Specified by:
startDTD in interface LexicalHandler
- Throws:
SAXException
startEntity
public void startEntity(String name)
throws SAXException
- Specified by:
startEntity in interface LexicalHandler
- Throws:
SAXException
Copyright © 2005-2010. All Rights Reserved.