Package | Description |
---|---|
eu.bandm.tools.d2d2.base |
D2d allows to write valid XML documents directly in the creative flow of authoring,
with minimum typographic noise.
|
eu.bandm.tools.dtd |
Model for w3c XML DTDs, with preserved syntax.
|
eu.bandm.tools.util2 |
Ubiquitously needed auxiliary classes which need the
eu.bandm.tools.message package. |
eu.bandm.tools.xslt.base |
txsl = typed xslt 1.0 interpreter with "fragmented validation".
|
Modifier and Type | Class and Description |
---|---|
class |
Meta2Pi |
Modifier and Type | Class and Description |
---|---|
class |
WhitespaceIgnorer
A Sax filter which recognizes character data as "ignorable white space",
according to a dtd, and feeds them into
ContentHandler.ignorableWhitespace(char[], int, int) . |
Modifier and Type | Class and Description |
---|---|
class |
ExceptionCatcher_jaxp
Sends all caught exceptions to a
ErrorHandler . |
class |
ExceptionCatcher_sax
Sends all caught exceptions to a
ErrorHandler . |
class |
NamespaceEmbedder
Converts name space related information: (a) prefix mapping commands into
pseudo-attributes, and (b) uri/localname sax events into qName sax events.
|
class |
NamespaceFilter
Makes name space references explicit.
|
class |
NamespaceHomonymResolver
A
ContentHandler 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 |
NamespaceOracle
Invents new prefices for new NSUris and inserts the prefix mapping events.
|
class |
SaxExceptionCatcher
Sends all caught exceptions to a
ErrorHandler . |
class |
SaxLocatorMapper
Replaces all
set locator()
SAX calls by an intercepting Locator ,
which re-maps location info according to the LocationMap |
Modifier and Type | Class and Description |
---|---|
class |
WsFilter
Skips all whitespace-only textnodes in xslt elements (except xsl:text).
|
see also the complete user documentation .