Resolved: (XERCESJ-1256) SoC2007 project "Add support for the StAX (JSR-1 2007-06-26 - By Michael Glavassevich (JIRA)
[ https://issues.apache.org/jira/browse/XERCESJ-1256?page=com.atlassian .jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Glavassevich resolved XERCESJ-1256. -------------------------------------------
Resolution: Fixed
Thanks Wei. I've committed your updates to SVN. So that the code will compile on JDK 1.3 (when we eventually get StAX into xml-apis.jar) I rolled back the use of generics (i.e. Stack<XMLAttributes> --> Stack).
> SoC2007 project "Add support for the StAX (JSR-173) cursor API to Xerces-J" > --------------------------------------------------------------------------- > > Key: XERCESJ-1256 > URL: https://issues.apache.org/jira/browse/XERCESJ-1256 > Project: Xerces2-J > Issue Type: New Feature > Components: StAX > Affects Versions: 2.9.0 > Environment: J2SE 1.6. Eclipse, JUnit. > Reporter: Wei Duan > Assignee: Michael Glavassevich > Attachments: patch.txt > > > This code zip is first formal code submit for SoC 2007 project "Add support for the StAX (JSR-173) cursor API to Xerces-J". > The work done in the prototype also includes: > * Use XMLPullConfiguration to simulate stax parsing process. > * Implement basic XML infosets such as element, attribute, text, namespacecontext, location, namespace. > The ongoing work includes: > * Support filter function. > * Give more complete support for XML infosets such as DTD, Entity -Referrence, CDATA, etc. > * Support properties such as like XMLReporter (for reporting errors) and XMLResolver (for resolving external entities). > * Implement the close() method which frees resources (like XMLParserConfigurations).
-- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
--------------------------------------------------------------------- To unsubscribe, e-mail: j-dev-unsubscribe@(protected) For additional commands, e-mail: j-dev-help@(protected)
|
|