http://www.extreme.indiana.edu/bugzilla/show_bug.cgi?id=198
aslom@xxxxxxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From aslom@xxxxxxxxxxxxxx 2004-05-17 11:08 -------
i would add this
interface XmlAttributeAccessor {
XmlAttribute getXmlAttribute(int index);
}
and make parser just implement (optionally!) XmlText or XmlAttributeAccessor.
in this case the options support can be detected by just checking if parser is
isntanceof XmlText ...
this way we will require no changes to XmlPull API and more important we will
not make XmlPullParser bigger and/or impossible to implement on J2ME (think
kXML2 :))
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/xmlpull-dev/
<*> To unsubscribe from this group, send an email to:
xmlpull-dev-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|