[jboss-jira] [JBoss JIRA] Created: (JBXB-234) optimization in ModelGroupBinding.Cursor.startElement(...)

Alexey Loubyansky (JIRA) jira-events at lists.jboss.org
Wed Nov 18 16:38:29 EST 2009


optimization in ModelGroupBinding.Cursor.startElement(...)
----------------------------------------------------------

                 Key: JBXB-234
                 URL: https://jira.jboss.org/jira/browse/JBXB-234
             Project: JBoss XML Binding (JBossXB)
          Issue Type: Task
            Reporter: Alexey Loubyansky
            Assignee: Alexey Loubyansky
             Fix For: JBossXB-2.0.2.GA


Currently the method returns a list of cursors. During navigation across branches of particles lists are created and populated and possibly are thrown away if the path didn't lead to the started element.
Instead of list-based approach each cursor could have a forward reference to the next one. So, the method would return the first cursor starting from which it would be possible to navigate to the last one.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list