|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.xml.pipeline.EventFilter fi.iki.hsivonen.xml.XHTMLCruftDropper
public class XHTMLCruftDropper
Field Summary | |
---|---|
private static String[] |
normalAttrs
|
private static String[] |
normalElts
|
private static String[] |
specialAttrs
|
private static String[] |
specialElts
|
Fields inherited from class gnu.xml.pipeline.EventFilter |
---|
DECL_HANDLER, FEATURE_URI, LEXICAL_HANDLER, PROPERTY_URI |
Constructor Summary | |
---|---|
XHTMLCruftDropper(gnu.xml.pipeline.EventConsumer next)
Creates a new instance of XHTMLStricter |
Method Summary | |
---|---|
void |
endElement(String uri,
String local,
String qname)
|
void |
ignorableWhitespace(char[] values,
int param,
int param2)
|
void |
skippedEntity(String str)
|
void |
startElement(String uri,
String local,
String qname,
Attributes attributes)
|
Methods inherited from class gnu.xml.pipeline.EventFilter |
---|
attributeDecl, bind, chainTo, characters, comment, elementDecl, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, externalEntityDecl, getContentHandler, getDocumentLocator, getDTDHandler, getErrorHandler, getNext, getProperty, internalEntityDecl, notationDecl, processingInstruction, setContentHandler, setDocumentLocator, setDTDHandler, setErrorHandler, setProperty, startCDATA, startDocument, startDTD, startEntity, startPrefixMapping, unparsedEntityDecl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final String[] normalAttrs
private static final String[] normalElts
private static final String[] specialElts
private static final String[] specialAttrs
Constructor Detail |
---|
public XHTMLCruftDropper(gnu.xml.pipeline.EventConsumer next)
Method Detail |
---|
public void endElement(String uri, String local, String qname) throws SAXException
endElement
in interface ContentHandler
endElement
in class gnu.xml.pipeline.EventFilter
SAXException
public void ignorableWhitespace(char[] values, int param, int param2)
ignorableWhitespace
in interface ContentHandler
ignorableWhitespace
in class gnu.xml.pipeline.EventFilter
public void skippedEntity(String str) throws SAXException
skippedEntity
in interface ContentHandler
skippedEntity
in class gnu.xml.pipeline.EventFilter
SAXException
public void startElement(String uri, String local, String qname, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class gnu.xml.pipeline.EventFilter
SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |