arabica/DOM/Simple
jez_higgins 9fc4a8b000 Element & attribute names and namespace URIs are now held in a
string pool attached the owning document.
The string pool is just a std::list, because it gives us stable pointers
into the contents.  Easy!
2005-12-09 11:49:03 +00:00
..
AttrImpl.h Element & attribute names and namespace URIs are now held in a 2005-12-09 11:49:03 +00:00
AttrMap.h 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
AttrNSImpl.h Element & attribute names and namespace URIs are now held in a 2005-12-09 11:49:03 +00:00
CDATASectionImpl.h *** empty log message *** 2005-09-30 21:36:11 +00:00
CharacterDataImpl.h 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
CommentImpl.h *** empty log message *** 2005-09-30 21:36:11 +00:00
DocumentFragmentImpl.h *** empty log message *** 2005-09-30 21:36:11 +00:00
DocumentImpl.h Element & attribute names and namespace URIs are now held in a 2005-12-09 11:49:03 +00:00
DocumentTypeImpl.h *** empty log message *** 2005-09-30 21:36:11 +00:00
DOMImplementation.h *** empty log message *** 2005-09-30 21:36:11 +00:00
ElementByTagImpl.h *** empty log message *** 2005-09-30 21:36:11 +00:00
ElementImpl.h Element & attribute names and namespace URIs are now held in a 2005-12-09 11:49:03 +00:00
ElementNSImpl.h Element & attribute names and namespace URIs are now held in a 2005-12-09 11:49:03 +00:00
EntityImpl.h Added lots of little scoping fixes so it builds with gcc3.4.* 2004-09-17 23:17:51 +00:00
EntityReferenceImpl.h Added lots of little scoping fixes so it builds with gcc3.4.* 2004-09-17 23:17:51 +00:00
Helpers.h *** empty log message *** 2005-09-30 21:36:11 +00:00
NamedNodeMapImpl.h 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
NodeImpl.h implement Node::purgeChild 2005-11-25 22:39:16 +00:00
NotationImpl.h Added lots of little scoping fixes so it builds with gcc3.4.* 2004-09-17 23:17:51 +00:00
ProcessingInstructionImpl.h Added lots of little scoping fixes so it builds with gcc3.4.* 2004-09-17 23:17:51 +00:00
TextImpl.h *** empty log message *** 2005-09-30 21:36:11 +00:00