Class ContentProxy

java.lang.Object
eu.bandm.tools.util.ContentProxy
All Implemented Interfaces:
ContentHandler
Direct Known Subclasses:
Meta2Pi, NamespaceEmbedder, NamespaceFilter, NamespaceHomonymResolver, NamespaceOracle, SaxExceptionCatcher, SaxLocatorMapper, WhitespaceIgnorer, WsFilter

public class ContentProxy extends Object implements ContentHandler
A ContentHandler which propagates all SAX events (api calls) identically to the receiver in out. By specializing this class, filters etc. can conveniently be constructed.