|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: SAX: two alternatives for namespaces
At 08:33 29/07/98 -0400, David Megginson wrote: > > package org.xml.sax; > > public interface Parser { > ... > public boolean hasFeature (String featureName); > public boolean requestFeature (String featureName, boolean status); > } > >It is important to note that with such an approach, there would have >to be a registry of feature names in addition to the SAX interface. > >Here's how you could use this interface: > > if (!parser.requestFeature("org.xml.sax.validation", true) || > !parser.requestFeature("org.xml.sax.namespaces", false)) { > throw new MyException("Cannot activate validation without namespaces."); > } I really like this idea. I had made a feeble effort along this sort of track by producing a SAXOptions class along the lines of GridBagConstraints in java.awt (i.e. values are poked in to influence GridBagLayout). This is obviously more sophisticated and having now seen it , the use of resources is an obvious way to go. My use was to control the whitespace behaviour of SAX... P. Peter Murray-Rust, Director Virtual School of Molecular Sciences, domestic net connection VSMS http://www.nottingham.ac.uk/vsms, Virtual Hyperglossary http://www.venus.co.uk/vhg xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||






