[ 
https://issues.apache.org/jira/browse/XERCESJ-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Simmons updated XERCESJ-1617:
-----------------------------------

    Issue Type: Improvement  (was: Bug)
    
> Minor optomization for NodeImpl.lookupNamespaceURI(String)
> ----------------------------------------------------------
>
>                 Key: XERCESJ-1617
>                 URL: https://issues.apache.org/jira/browse/XERCESJ-1617
>             Project: Xerces2-J
>          Issue Type: Improvement
>          Components: DOM (Level 2 Events)
>    Affects Versions: 2.11.0
>            Reporter: Chris Simmons
>            Priority: Trivial
>              Labels: patch
>         Attachments: namespaceuri.txt
>
>
> NodeImpl.lookupNamespaceURI calls getPrefix() on all attributes which results 
> in lots of pointless object allocations.  Simply pushing the calls inside the 
> guard will avoid this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to