arabica/DOM/Simple
jez_higgins 8875207274 Fix for incorrect hasAttributeURI
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.
2004-09-04 11:44:26 +00:00
..
AttrImpl.h fix typename problem 2002-11-23 20:03:54 +00:00
AttrMap.h Fix for incorrect hasAttributeURI 2004-09-04 11:44:26 +00:00
AttrNSImpl.h Initial revision 2002-06-21 11:16:28 +00:00
CDATASectionImpl.h Initial revision 2002-06-21 11:16:28 +00:00
CharacterDataImpl.h added explicit casts from size_t to int 2003-04-28 14:47:19 +00:00
CommentImpl.h Initial revision 2002-06-21 11:16:28 +00:00
DocumentFragmentImpl.h fix typename problem 2002-11-23 20:03:54 +00:00
DocumentImpl.h *** empty log message *** 2003-10-08 14:39:43 +00:00
DocumentTypeImpl.h Fix to addElement 2004-01-28 21:38:17 +00:00
DOMImplementation.h *** empty log message *** 2003-10-08 14:39:43 +00:00
ElementByTagImpl.h added explicit casts from size_t to int 2003-04-28 14:47:19 +00:00
ElementImpl.h fix typename problem 2002-11-23 20:03:54 +00:00
ElementNSImpl.h Initial revision 2002-06-21 11:16:28 +00:00
EntityImpl.h fix typename problem 2002-11-23 20:03:54 +00:00
EntityReferenceImpl.h fix typename problem 2002-11-23 20:03:54 +00:00
Helpers.h Change in checkPrefixAndNamespace to bind xmlns: to http://www.w3.org/2000/xmlns/ if it is unbound. This isn't exactly ideal, but it seems to be the least painful way to resolve the DOM and Namespace recommendation's disagreements about this. 2003-12-07 15:23:55 +00:00
NamedNodeMapImpl.h added explicit casts from size_t to int 2003-04-28 14:47:19 +00:00
NodeImpl.h added explicit casts from size_t to int 2003-04-28 14:47:19 +00:00
NotationImpl.h fix typename problem 2002-11-23 20:03:54 +00:00
ProcessingInstructionImpl.h Initial revision 2002-06-21 11:16:28 +00:00
StringAdaptor.h Initial revision 2002-06-21 11:16:28 +00:00
TextImpl.h Initial revision 2002-06-21 11:16:28 +00:00