[Home] [By Thread] [By Date] [Recent Entries]

  • From: Geir Ove Gronmo <grove@i...>
  • To: xml-dev@i...
  • Date: Wed, 11 Feb 1998 18:59:10 +0100


While working on implementations using SAX I've noticed that there is no
way to know if an element is an empty element or not (e.g <Para/>). This
could perhaps be done using some kind of lookahead, but should that be
necessary?

Perhaps a change to the startElement method in the DocumentHandler
interface could fix this.

This is how the method is defined in the Draft Specification (1998-01-12):

public void startElement (String name, AttributeMap attributes) 
throws Exception 

Perhaps this should be something like:

public void startElement (String name, AttributeMap attributes, boolean
isempty)
throws Exception 

Best regards,
Geir O.


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...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member