mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-30 08:38:15 +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. |
||
---|---|---|
.. | ||
AttrImpl.h | ||
AttrMap.h | ||
AttrNSImpl.h | ||
CDATASectionImpl.h | ||
CharacterDataImpl.h | ||
CommentImpl.h | ||
DocumentFragmentImpl.h | ||
DocumentImpl.h | ||
DocumentTypeImpl.h | ||
DOMImplementation.h | ||
ElementByTagImpl.h | ||
ElementImpl.h | ||
ElementNSImpl.h | ||
EntityImpl.h | ||
EntityReferenceImpl.h | ||
Helpers.h | ||
NamedNodeMapImpl.h | ||
NodeImpl.h | ||
NotationImpl.h | ||
ProcessingInstructionImpl.h | ||
StringAdaptor.h | ||
TextImpl.h |