Hi David!

David Illsley wrote:
In recent profiling of the Axis2 Addressing implementation, it has
become clear that the OMElement.getText() method is slow for
extracting values such as wsa:Action, wsa:MessageID and wsa:To because
it parses the content of the OMText nodes and does namespace lookups
based on what it believes are prefixes. This is unnecessary in this
case.

Can you point me to where exactly in the code this is happening? I just walked through OMElementImpl and OMTextImpl and didn't see any namespace lookups (or even colon searches) happening outside of getTextAsQName()....

Thanks,
--Glen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to