Class WhitespaceIgnorer

java.lang.Object
eu.bandm.tools.util.xml.ContentProxy
eu.bandm.tools.dtd.WhitespaceIgnorer
All Implemented Interfaces:
ContentHandler

public class WhitespaceIgnorer extends ContentProxy
A Sax filter which recognizes character data as "ignorable white space", according to a dtd, and feeds them into ContentHandler.ignorableWhitespace(char[], int, int). Currently only used in xantlrtdom.TdomReader ATTENTION does not care for namespaces, but requires "qname" (i.e. prefix plus ":" plus localname) of the SAX event to be identical to the element name in the DTD.