- Jul 24, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@679382 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 02, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673428 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 26, 2008
-
-
Boris Kolpackov authored
Use XMLSize_t instead of int/long for indexes and sizes in DOM interfaces. Use enum types instead of short. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671894 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 20, 2008
-
-
Boris Kolpackov authored
Return DOMXPathResult* instead of void* from evaluate. Add basic auto pointer operations to JanitorMemFunCall class template. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@669844 13f79535-47bb-0310-9956-ffa450edef68
-
- Sep 12, 2007
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@575030 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 06, 2007
-
-
Alberto Massari authored
- Each SchemaInfo should have its own NamespaceScope (pre-populated with the content of the including grammar) instead of pointing to a stack of the NamespaceScope of the topmost grammar (otherwise, if A includes B and then C, C sees the namespace prefixes declared by B) - SchemaGrammar should not be used to store the transient NamespaceScope objects - The stack of NamespaceScope is updated by each DOMElement that has attributes declaring new namespace prefixes (XERCESC-1592) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@526239 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 02, 2007
-
-
Alberto Massari authored
Implemented the DOML3 XPath interfaces, reusing the XPath processor used inside the XMLSchema validation; this means it understands only a limited subset of the XPath syntax, and can only return DOMElement nodes. However, it could be useful for simple navigations, or maybe be later expanded git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@502666 13f79535-47bb-0310-9956-ffa450edef68
-