|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: SAX2/Java: Towards a final form
David Megginson <david@m...> writes:
> public interface Attributes
> {
> public int getLength ();
>
> public String getURI (int pos);
> public String getLocalName (int pos);
> public String getRawName (int pos);
> public String getType (int pos);
> public String getValue (int pos);
>
> public String getType (String uri, String localName);
> public String getType (String rawName);
> public String getValue (String uri, String localName);
> public String getValue (String rawName);
> }
Just so there is no possible confusion arising from the overhang of
the namespaces&attributes threads of the last few weeks, please
confirm that
a) getURI should return the empty string iff getRawName returns a string
without a colon;
b) The 'uri' argument to getType and getValue must be empty for them
to succeed if getRawName returns a string without a colon;
c) An exception should be thrown if an element or attribute name is
encountered with a prefix for which no declaration is in scope.
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@c...
URL: http://www.ltg.ed.ac.uk/~ht/
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/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@i... the following message;
unsubscribe 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
|
|||||||||

Cart








