Uses of Class
eu.bandm.tools.util.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
-
Uses of ContentProxy in eu.bandm.tools.dtd
Modifier and TypeClassDescriptionclass
A 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
Modifier and TypeClassDescriptionclass
Sends all caught exceptions to aErrorHandler
.class
Sends all caught exceptions to aErrorHandler
.class
Converts name space related information: (a) prefix mapping commands into pseudo-attributes, and (b) uri/localname sax events into qName sax events.class
Makes name space references explicit.class
AContentHandler
which propagates all SAX events but changes "start prefix mapping" and the corresponding "end prefix mapping" iff HOMONMYS (=re-uses of prefices) are detected.class
Invents new prefices for new NSUris and inserts the prefix mapping events.class
Sends all caught exceptions to aErrorHandler
.class
Replaces allsetDocumentLocator(Locator)
SAX calls by an interceptingLocator
, which re-maps location info according to theLocationMap
-
Uses of ContentProxy in eu.bandm.tools.xslt.base
Modifier and TypeClassDescriptionclass
Skips all whitespace-only textnodes in xslt elements (except xsl:text).