neeraj 2003/10/29 02:25:47
Modified:java/src/org/apache/xerces/dom DOMImplementationImpl.java
Log:
Fixing Bug. If the NamespaceURI, qualifiedName and doctype are null,
the returned Document is empty with no document element.
Revision ChangesPath
1.28 +30 -25
x
peiyongz2003/10/29 08:16:08
Modified:c/src/xercesc/internal XMLGrammarPoolImpl.cpp
XMLGrammarPoolImpl.hpp XSerializable.hpp
XTemplateSerializer.cpp XTemplateSerializer.hpp
Log:
GrammarPool' serialization/deserialization support
Rev
peiyongz2003/10/29 08:16:48
Modified:c/src/xercesc/framework XMLGrammarPool.hpp
Log:
GrammarPool' serialization/deserialization support
Revision ChangesPath
1.6 +60 -3 xml-xerces/c/src/xercesc/framework/XMLGrammarPool.hpp
Index: XMLGrammarPool.hpp
===
peiyongz2003/10/29 08:17:48
Modified:c/src/xercesc/util NameIdPool.hpp RefHash3KeysIdPool.hpp
Log:
size() added
Revision ChangesPath
1.7 +4 -1 xml-xerces/c/src/xercesc/util/NameIdPool.hpp
Index: NameIdPool.hpp
peiyongz2003/10/29 08:18:05
Modified:c/src/xercesc/util NameIdPool.c RefHash3KeysIdPool.c
Log:
size() added and Reset() bug fixed
Revision ChangesPath
1.7 +16 -9 xml-xerces/c/src/xercesc/util/NameIdPool.c
Index: NameIdPool.c
==
peiyongz2003/10/29 08:18:41
Modified:c/src/xercesc/util StringPool.cpp StringPool.hpp
Log:
Implement serialization/deserialization
Revision ChangesPath
1.7 +52 -2 xml-xerces/c/src/xercesc/util/StringPool.cpp
Index: StringPool.cpp
=
peiyongz2003/10/29 08:19:47
Modified:c/src/xercesc/validators/common Grammar.cpp Grammar.hpp
Log:
storeGrammar()/loadGrammar added
Revision ChangesPath
1.2 +55 -2 xml-xerces/c/src/xercesc/validators/common/Grammar.cpp
Index: Grammar.cpp
==
peiyongz2003/10/29 08:21:52
Modified:c/src/xercesc/validators/schema XercesGroupInfo.cpp
Log:
don't own the element list pointed to by fElements
Revision ChangesPath
1.9 +4 -1 xml-xerces/c/src/xercesc/validators/schema/XercesGroupInfo.cpp
Index: XercesGrou
peiyongz2003/10/29 08:22:30
Modified:c/src/xercesc/validators/schema SchemaGrammar.cpp
Log:
serialize/deserialize substitutiongroup
Revision ChangesPath
1.12 +8 -5 xml-xerces/c/src/xercesc/validators/schema/SchemaGrammar.cpp
Index: SchemaGrammar.cpp
=
peiyongz2003/10/29 08:22:58
Modified:c/src/xercesc/validators/schema ComplexTypeInfo.cpp
ComplexTypeInfo.hpp
Log:
allow proper recreation of ContentModel from deserialization
Revision ChangesPath
1.16 +41 -61xml-xerces/c/src/xercesc/valida
peiyongz2003/10/29 08:24:04
Modified:c/src/xercesc/NLS/EN_US XMLErrList_EN_US.Xml
Log:
GrammarPool serialization/deserialization related exception
Revision ChangesPath
1.38 +5 -0 xml-xerces/c/src/xercesc/NLS/EN_US/XMLErrList_EN_US.Xml
Index: XMLErrList_EN_U
peiyongz2003/10/29 08:24:31
Modified:c/src/xercesc/util XMLExceptMsgs.hpp
Log:
GrammarPool serialization/deserialization related exception
Revision ChangesPath
1.17 +8 -3 xml-xerces/c/src/xercesc/util/XMLExceptMsgs.hpp
Index: XMLExceptMsgs.hpp
===
peiyongz2003/10/29 08:25:00
Modified:c/src/xercesc/util/MsgLoaders/ICU/resources en_US.txt
Log:
GrammarPool serialization/deserialization related exception
Revision ChangesPath
1.30 +5 -0 xml-xerces/c/src/xercesc/util/MsgLoaders/ICU/resources/en_US.txt
Inde
peiyongz2003/10/29 08:25:46
Modified:c/src/xercesc/util/MsgLoaders/InMemory
XercesMessages_en_US.hpp
Log:
GrammarPool serialization/deserialization related exception
Revision ChangesPath
1.20 +8 -1
xml-xerces/c/src/xercesc/util/MsgLoader
peiyongz2003/10/29 08:26:04
Modified:c/src/xercesc/util/MsgLoaders/MsgCatalog
XercesMessages_en_US.Msg
Log:
GrammarPool serialization/deserialization related exception
Revision ChangesPath
1.19 +5 -0
xml-xerces/c/src/xercesc/util/MsgLoad
peiyongz2003/10/29 08:26:41
Modified:c/src/xercesc/util/Platforms/Win32 Version.rc
Log:
GrammarPool serialization/deserialization related exception
Revision ChangesPath
1.45 +5 -1 xml-xerces/c/src/xercesc/util/Platforms/Win32/Version.rc
Index: Version.rc
peiyongz2003/10/29 08:54:12
Modified:c/Projects/Win32/VC6/xerces-all/XercesLib XercesLib.dsp
Log:
XObjectComparator/XTemplateComparator
Revision ChangesPath
1.161 +16 -0
xml-xerces/c/Projects/Win32/VC6/xerces-all/XercesLib/XercesLib.dsp
Index: XercesLib.dsp
peiyongz2003/10/29 09:22:39
Modified:c/Projects/Win32/VC6/xerces-all/XercesLib XercesLib.mak
Log:
XObjectComparator/XTemplateComparator
Revision ChangesPath
1.31 +152 -30
xml-xerces/c/Projects/Win32/VC6/xerces-all/XercesLib/XercesLib.mak
Index: XercesLib.mak
peiyongz2003/10/29 11:18:42
Modified:c/Projects/Win32/VC7/xerces-all/XercesLib XercesLib.vcproj
Log:
BinOutputStream/BinFileOutputStream/XObjectComparator/XTemplateComparator
Revision ChangesPath
1.31 +24 -0
xml-xerces/c/Projects/Win32/VC7/xerces-all/XercesLib/X
neeraj 2003/10/29 22:28:54
Modified:java/src/org/apache/xerces/dom ElementImpl.java
Log:
Fixing another bug. The method Node.getBaseURI() returns null in case when
the base URI is defined by the attribute 'xml:base' in a root element.
Absolute base URI is computed according to X
20 matches
Mail list logo