jez_higgins
96c6da64c4
implement Node::purgeChild
2005-11-25 22:39:16 +00:00
jez_higgins
4ab8c2dca7
*** empty log message ***
2005-11-09 21:13:22 +00:00
jez_higgins
f9d4da5bb8
fixed setPrefix
2005-10-15 22:46:10 +00:00
jez_higgins
d7e2d7fb33
*** empty log message ***
2005-09-30 21:36:11 +00:00
jez_higgins
f354817b66
working towards excising all std::string-isms, so that Arabica can be used with any string type
2005-09-08 21:43:21 +00:00
jez_higgins
6ba60c2ce8
Fixes arising from bug in Text conversion constructor
2005-08-30 09:40:34 +00:00
jez_higgins
4014643f71
Binned out DOM/Simple/StringAdaptor.h - it hasn't been used for ages, because
...
everything uses SAX/helpers/StringAdaptor.h
Binned out SAX/helpers/StringAdaptor.h - moved it to Utils/StringAdaptor.h and
changed namespace from SAX to Arabica.
2005-08-15 21:09:13 +00:00
jez_higgins
65465623a9
gcc portability fixes
2005-08-05 21:09:00 +00:00
jez_higgins
e9a97584fc
*** empty log message ***
2005-06-08 21:45:07 +00:00
jez_higgins
db5b61aea6
Scope fixes
2004-10-12 20:49:30 +00:00
jez_higgins
def0b81ce2
Added lots of little scoping fixes so it builds with gcc3.4.*
2004-09-17 23:17:51 +00:00
jez_higgins
7fc5cea45e
Updating to build with gcc 3.4.2
2004-09-14 20:51:36 +00:00
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
jez_higgins
ec5159a8f4
Fix to addElement
2004-01-28 21:38:17 +00:00
jez_higgins
9d914f19e8
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
jez_higgins
de3fd21d0b
*** empty log message ***
2003-10-08 14:39:43 +00:00
jez_higgins
d4a3472a85
added explicit casts from size_t to int
2003-04-28 14:47:19 +00:00
complement
e323dd8948
fix typename problem
2002-11-23 20:03:54 +00:00
jez_higgins
d978fe8c1b
Initial revision
2002-06-21 11:16:28 +00:00