You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
String javax.xml.stream.XMLStreamReader.getAttributeValue(String namespaceURI, String localName)
Returns the normalized attribute value of the attribute with the namespace and localName If the namespaceURI is null the namespace is not checked for equality
That's not the behavior implemented by com.fasterxml.aalto.stax.StreamReaderImpl
If namespace is set at null StreamReaderImpl checks if the localValue of the attribute has no namespace.
Why would you do that, making a useful method so useless ?
The text was updated successfully, but these errors were encountered:
Stax javadoc says :
That's not the behavior implemented by com.fasterxml.aalto.stax.StreamReaderImpl
If namespace is set at null StreamReaderImpl checks if the localValue of the attribute has no namespace.
Why would you do that, making a useful method so useless ?
The text was updated successfully, but these errors were encountered: