Uses of Class
eu.bandm.tools.util.xml.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.
Utility classes for XML.
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.util.xml
Subclasses of ContentProxy in eu.bandm.tools.util.xmlModifier and TypeClassDescriptionclassSends all caught exceptions to anErrorListener, that is an error listener of the built-in Java XML infrastructure.classSends all caught exceptions which occur when invoking the callbacks of a ContentHandler to a SAXErrorHandler.classConverts name space related information: (a) prefix mapping commands into pseudo-attributes, and (b) uri/localname sax events into qName sax events.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.classCatches all exxeptions which occur when the call-back methods are invoked and sends them to some listener object.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 TypeClassDescriptionclassAContentHandlerwhich suppresses all top-level elementes which are not from the xslt namespace.classSkips all whitespace-only textnodes in xslt elements (except xsl:text).