SAX2/Java: Towards a final form
Henry S. Thompson
ht at cogsci.ed.ac.uk
Mon Jan 10 15:53:40 GMT 2000
David Megginson <david at megginson.com> 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 at cogsci.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/
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/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe 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