ANN: SAX ParserFilters

John Cowan cowan at locke.ccil.org
Mon Sep 14 19:43:42 BST 1998


I have released beta code for two SAX parser filters.  A parser filter
looks like a standard SAX parser, but relies on an underlying real
parser to do the work, and adds some extra service.

NamespaceFilter provides an implementation of the XML Namespaces
WD.  All element and attribute names are resolved to the form
"URI^localpart", where URI may be null.  The circumflex character
is not legal in either URIs or localparts.  The non-SAX methods
mapElementName() and mapAttributeName() convert element or attribute
names to "URI^localpart" form according to the current set of
namespace prefixes.

InheritanceFilter provides support for inheritable attributes.
By default, only xml:space and xml:lang are inheritable, but
applications may call the non-SAX method inheritable() to specify
other inheritable attributes.

The abstract class ParserFilter provides the basic mechanism for
writing parser filters.

-- 
John Cowan	http://www.ccil.org/~cowan		cowan at ccil.org
	You tollerday donsk?  N.  You tolkatiff scowegian?  Nn.
	You spigotty anglease?  Nnn.  You phonio saxo?  Nnnn.
		Clear all so!  'Tis a Jute.... (Finnegans Wake 16.5)

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list