Multi-line svn commit, see body.
authorScott Cantor <cantor.2@osu.edu>
Thu, 12 Oct 2006 20:36:12 +0000 (20:36 +0000)
committerScott Cantor <cantor.2@osu.edu>
Thu, 12 Oct 2006 20:36:12 +0000 (20:36 +0000)
commit77769b2e300d1295b8a5d717d9ede50e27d70cea
treecc8c61f2fe5971e15f7b3d831e2dda9dc196946e
parente0b407e9151cbd322a7f16c82ee40b1ce066d631
Multi-line svn commit, see body.

Track DOM text nodes to ensure fidelity.
Promoted text node handling to XMLObject, simplified subclasses.
35 files changed:
xmltooling/AbstractChildlessElement.h [deleted file]
xmltooling/AbstractComplexElement.cpp
xmltooling/AbstractComplexElement.h
xmltooling/AbstractElementProxy.h
xmltooling/AbstractSimpleElement.cpp [moved from xmltooling/AbstractChildlessElement.cpp with 74% similarity]
xmltooling/AbstractSimpleElement.h
xmltooling/AbstractXMLObject.cpp
xmltooling/ElementProxy.h
xmltooling/Makefile.am
xmltooling/SimpleElement.h [deleted file]
xmltooling/XMLObject.h
xmltooling/XMLToolingConfig.cpp
xmltooling/base.h
xmltooling/encryption/Encryption.h
xmltooling/encryption/impl/EncryptionImpl.cpp
xmltooling/encryption/impl/EncryptionSchemaValidators.cpp
xmltooling/impl/AnyElement.cpp
xmltooling/impl/AnyElement.h
xmltooling/impl/UnknownElement.h
xmltooling/io/AbstractXMLObjectMarshaller.cpp
xmltooling/io/AbstractXMLObjectMarshaller.h
xmltooling/io/AbstractXMLObjectUnmarshaller.cpp
xmltooling/io/AbstractXMLObjectUnmarshaller.h
xmltooling/signature/KeyInfo.h
xmltooling/signature/impl/InlineKeyResolver.cpp
xmltooling/signature/impl/KeyInfoImpl.cpp
xmltooling/signature/impl/KeyInfoSchemaValidators.cpp
xmltooling/soap/SOAP.h
xmltooling/soap/impl/SOAPImpl.cpp
xmltooling/soap/impl/SOAPSchemaValidators.cpp
xmltooling/util/XMLHelper.h
xmltooling/xmltooling.vcproj
xmltoolingtest/ComplexXMLObjectTest.h
xmltoolingtest/KeyInfoTest.h
xmltoolingtest/XMLObjectBaseTestCase.h