[Bug 198] return java.lang.CharSequence in getTextCharacters()
[email protected] Mon, 17 May 2004 11:08:14 -0500 (EST)
| Newsgroups | gmane.text.xml.xmlpull.devel |
|---|---|
| Message-ID | <[email protected]> |
http://www.extreme.indiana.edu/bugzilla/show_bug.cgi?id=198 [email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [email protected] 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: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/