Uses of Class
eu.bandm.tools.util.xml.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.
Utility classes for XML.
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.util.xml
Modifier and TypeClassDescriptionclass
Sends all caught exceptions to anErrorListener
, that is an error listener of the built-in Java XML infrastructure.class
Sends all caught exceptions which occur when invoking the callbacks of a ContentHandler to a SAXErrorHandler
.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
Catches all exxeptions which occur when the call-back methods are invoked and sends them to some listener object.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
AContentHandler
which suppresses all top-level elementes which are not from the xslt namespace.class
Skips all whitespace-only textnodes in xslt elements (except xsl:text).