Uses of Class
eu.bandm.tools.util.ContentProxy
Packages that use ContentProxy
Package
Description
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
Model for w3c XML DTDs, with preserved syntax.
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.message package.txsl = typed xslt 1.0 interpreter with "fragmented validation".
-
Uses of ContentProxy in eu.bandm.tools.d2d2.base
Subclasses of ContentProxy in eu.bandm.tools.d2d2.base -
Uses of ContentProxy in eu.bandm.tools.dtd
Subclasses of ContentProxy in eu.bandm.tools.dtdModifier and TypeClassDescriptionclassA Sax filter which recognizes character data as "ignorable white space", according to a dtd, and feeds them intoContentHandler.ignorableWhitespace(char[], int, int). -
Uses of ContentProxy in eu.bandm.tools.util2
Subclasses of ContentProxy in eu.bandm.tools.util2Modifier and TypeClassDescriptionclassSends all caught exceptions to aErrorHandler.classSends all caught exceptions to aErrorHandler.classConverts name space related information: (a) prefix mapping commands into pseudo-attributes, and (b) uri/localname sax events into qName sax events.classMakes name space references explicit.classAContentHandlerwhich propagates all SAX events but changes "start prefix mapping" and the corresponding "end prefix mapping" iff HOMONMYS (=re-uses of prefices) are detected.classInvents new prefices for new NSUris and inserts the prefix mapping events.classSends all caught exceptions to aErrorHandler.classReplaces allsetDocumentLocator(Locator)SAX calls by an interceptingLocator, which re-maps location info according to theLocationMap -
Uses of ContentProxy in eu.bandm.tools.xslt.base
Subclasses of ContentProxy in eu.bandm.tools.xslt.baseModifier and TypeClassDescriptionclassSkips all whitespace-only textnodes in xslt elements (except xsl:text).