Refined ElementProxy/ElementExtensible interfaces to match Java.
authorcantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 27 Nov 2006 21:26:18 +0000 (21:26 +0000)
committercantor <cantor@de75baf8-a10c-0410-a50a-987c0e22f00f>
Mon, 27 Nov 2006 21:26:18 +0000 (21:26 +0000)
commit3f8868e5cb335be5e708cb4565e47110125984d2
tree20e5c8a8930ab12ca2655102f4846fe9083cf45b
parentfcd65b300574027ec2b1307f51d278cf69eac91c
Refined ElementProxy/ElementExtensible interfaces to match Java.

git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@214 de75baf8-a10c-0410-a50a-987c0e22f00f
19 files changed:
xmltooling/AbstractElementProxy.h [deleted file]
xmltooling/AttributeExtensibleXMLObject.h
xmltooling/ElementExtensibleXMLObject.h [new file with mode: 0644]
xmltooling/ElementProxy.h
xmltooling/Makefile.am
xmltooling/encryption/Encryption.h
xmltooling/encryption/impl/Decrypter.cpp
xmltooling/encryption/impl/Encrypter.cpp
xmltooling/encryption/impl/EncryptionImpl.cpp
xmltooling/encryption/impl/EncryptionSchemaValidators.cpp
xmltooling/impl/AnyElement.cpp
xmltooling/impl/AnyElement.h
xmltooling/signature/KeyInfo.h
xmltooling/signature/impl/KeyInfoImpl.cpp
xmltooling/signature/impl/KeyInfoSchemaValidators.cpp
xmltooling/soap/SOAP.h
xmltooling/soap/impl/SOAPClient.cpp
xmltooling/soap/impl/SOAPImpl.cpp
xmltoolingtest/ComplexXMLObjectTest.h