arabica/include/DOM
Jez Higgins 6bf75264de Completely removed XMLReader setProperty and getProperty member functions.
For nearly everyone, their use can be replaced by either setLexicalHandler
or setDeclHandler. For the particular case of the Xerces extended properties
I'll loop back round and add specific member methods for those.
2020-04-16 20:23:59 +01:00
..
DualMode added extra template parameters 2007-09-10 08:19:44 +00:00
Events Moved the event implementation into the SimpleDOM namespace. 2013-02-09 14:37:12 +00:00
io Use string_adaptor::empty instead of trying to call .empty on the string object 2020-04-15 20:29:55 +01:00
SAX2DOM Completely removed XMLReader setProperty and getProperty member functions. 2020-04-16 20:23:59 +01:00
Simple Ported Arabica to VS2019. 2020-02-15 20:07:06 -06:00
Traversal silenced unused param warnings 2010-01-09 22:34:13 +00:00
Attr.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
CDATASection.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
CharacterData.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
Comment.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
Document.hpp Removed events 2015-12-09 23:03:49 +00:00
DocumentFragment.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
DocumentType.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
DOMException.hpp Reverted last commit 2013-01-13 18:57:22 +01:00
DOMImplementation.hpp tightened constness on DOMImplementation 2007-11-12 09:04:54 +00:00
Element.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
Entity.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
EntityReference.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
NamedNodeMap.hpp fix to bug identified by Ash Berlin in set/get/removeNamedItemNS 2009-11-25 10:23:27 +00:00
Node.hpp Removed events 2015-12-09 23:03:49 +00:00
NodeList.hpp DOM Level 1 Conformance fixes found with first pass of W3C conf tests 2010-12-09 11:35:54 +00:00
Notation.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
ProcessingInstruction.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00
Proxy.hpp Added operator< for nodes to function as STL keys 2013-01-07 14:55:13 +01:00
Text.hpp Improved DOM casting error messages 2010-12-10 09:24:34 +00:00