- Jul 01, 2008
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673155 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 29, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672615 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672614 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 28, 2008
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672580 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 27, 2008
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672415 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672311 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Use XMLFileLoc consistently to represent line/column. Clean up the SAX interface to use XMLSize_t instead of int/long. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672273 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Add XMLFileLoc type (64-bit) that represents location in a file (line/column). Use it in DOM interfaces. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672232 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 26, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671986 13f79535-47bb-0310-9956-ffa450edef68
-
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
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671870 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 25, 2008
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671654 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Provide a way to disable automatic loading of schemas specified in XML documents. Patch by Wouter Coene. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671592 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
instantiated directly by the use git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671531 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671496 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671478 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 24, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671315 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671176 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671142 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Implement the revised interpretation of ##other in which unqualified names are not matched. Fixes XERCESC-1758, XERCESC-1655. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671133 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 23, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@670652 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@670516 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 22, 2008
-
-
Boris Kolpackov authored
report out-of-band content type. Implement it in various streams. Factor out and cleanup common code from Socket and WinSock net accessors. Fix a number of bugs. Patch by John Snelson (XERCESC-1805). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@670359 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 20, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@669853 13f79535-47bb-0310-9956-ffa450edef68
-
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
-
- Jun 19, 2008
-
-
Boris Kolpackov authored
Make regular expressions thread-safe and use runtime memory manager when executing. Add new allMatches() function for advanced use-cases. Patch by John Snelson (XERCESC-1803). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@669438 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Support for resolving default namespace. Support for removing namespace-prefix bindings. Additional documentation. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@669424 13f79535-47bb-0310-9956-ffa450edef68
-
- May 29, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@661337 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
The fix for XERCESC-1763 didn't mark the external DTD as an external entity, leading to the wrong base URI being applied to its content git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@661277 13f79535-47bb-0310-9956-ffa450edef68
-
- May 21, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@658751 13f79535-47bb-0310-9956-ffa450edef68
-
- May 20, 2008
-
-
David Abram Cargill authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@658378 13f79535-47bb-0310-9956-ffa450edef68
-
- May 19, 2008
-
-
Alberto Massari authored
Use a pointer to store the namespace map, or VC++ will complain about exporting a non-exportable type git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@657774 13f79535-47bb-0310-9956-ffa450edef68
-
- May 13, 2008
-
-
Alberto Massari authored
Add addNamespaceBinding() and release() APIs to XPathNSResolver class (XERCESC-1802) - patch by John Snelson git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@655707 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
When importing nodes, use a temp DOMDocumentFragment, or the insertBefore will fail if happening at the root element git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@655706 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@655703 13f79535-47bb-0310-9956-ffa450edef68
-
- May 12, 2008
-
-
Alberto Massari authored
When importing a DOMDocumentFragment, be sure to call the insertBefore function using the virtaul table, or derived classes will not be notified of each added node (i.e. DOMDocument will not store the pointer to the root element) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@655561 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Error messages for DOMException are expected to be defined in the same order of the corresponding enum, but we were missing several of them git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@655539 13f79535-47bb-0310-9956-ffa450edef68
-
- May 01, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@652578 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@652574 13f79535-47bb-0310-9956-ffa450edef68
-
- Apr 24, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@651236 13f79535-47bb-0310-9956-ffa450edef68
-