Track DOM text nodes to ensure fidelity.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 12 Oct 2006 20:36:12 +0000 (20:36 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Thu, 12 Oct 2006 20:36:12 +0000 (20:36 +0000)
commit2ac7def6897c8b8c5029c18346514f316f6b37dc
treecc603596613921cefbf3cf4f5e53aeccd9ee0b48
parent0acec72faa20a7974df2e3e709c27ef9680e477f
Track DOM text nodes to ensure fidelity.
Promoted text node handling to XMLObject, simplified subclasses.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@181 de75baf8-a10c-0410-a50a-987c0e22f00f
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