TLAs (was: SOX)
Bill la Forge
b.laforge at jxml.com
Tue Oct 6 21:49:20 BST 1998
SOX without the S is OX. And that should make a fine feast!
Ignoring all the technical detalis of particularizing the elements
in a DOM tree, it seems that we can simply say that a given set of bindings
(however specified) transform an XML document into a DOM tree.
It follows then that Bindings could be an interface with one method:
public interface Bindings
{
public org.w3c.dom.Document
convert(org.xml.sax.InputSource inputSource)
throws SAXException;
}
Now, how one configures a Bindings object is an implementation issue.
And for a given implementation, it may not even be configurable. This allows
us to have Bindings which use Swing tree nodes, or Docuverse dom elements,
or Coins. A nice interface for everything.
(The SAX exception would typically be a SAXParseException.)
Bill
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