[
Lists Home |
Date Index |
Thread Index
]
- From: Stefan Haustein <stefan.haustein@trantor.de>
- To: David Megginson <david@megginson.com>, "xml-dev@ic.ac.uk" <xml-dev@ic.ac.uk>
- Date: Mon, 20 Dec 1999 20:53:42 +0100
David Megginson wrote:
> Stefan Haustein <stefan.haustein@trantor.de> writes:
> > OK, what about
> >
> > void startElement(String localName, AttributeList attr,
> > NameSpaceContext nsc)
> >
> > NameSpaceContext could be unmutable and thus be reused while unchanged.
> > I could still remember all parameters since there is only one more at
> > the end :-)
> >
> > The parser would only need to check if the NSC has changed and could
> > reuse the same object otherwise.
>
> How would that help with attribute lists?
Where is the problem in adding something similar to the attribute lists,
e.g.:
- getLocalName
- getType
- getValue
- getNameSpaceContext
NameSpaceContext could provide access methods for the namespace URI and
the prefix. It also
could provide a method "getName (String localName)" that builds the full
name if needed.
Best regards
Stefan
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@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@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|