mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-28 22:23:21 +01:00
8875207274
from Mark D Anderson, mda@discerning.net with input of: <stuff:Blah name="test" xmlns:stuff="http://stuff.org/"/> the Attr object for name returns true for hasNamespaceURI(), yet the value of getNamespaceURI() is the empty string. This is inconsistent; an empty namespace is illegal. For now I'm working around this by putting (!n.hasNamespaceURI() || n.getNamespaceURI().empty()) into my code. |
||
---|---|---|
.. | ||
Events | ||
SAX2DOM | ||
Simple | ||
Traversal | ||
Utils | ||
Attr.h | ||
CDATASection.h | ||
CharacterData.h | ||
Comment.h | ||
Document.h | ||
DocumentFragment.h | ||
DocumentType.h | ||
DOM.dsp | ||
DOM.vcproj | ||
DOMException.h | ||
DOMImplementation.h | ||
Element.h | ||
Entity.h | ||
EntityReference.h | ||
NamedNodeMap.h | ||
Node.h | ||
NodeList.h | ||
Notation.h | ||
ProcessingInstruction.h | ||
Proxy.h | ||
Text.h |