Refined ElementProxy/ElementExtensible interfaces to match Java.
authorScott Cantor <cantor.2@osu.edu>
Mon, 27 Nov 2006 21:26:18 +0000 (21:26 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 27 Nov 2006 21:26:18 +0000 (21:26 +0000)
commit1f87cef41f9948492e13d3d9dc1495652606c441
tree8ad976e524556062db5cbca8b978eafd12e159ad
parent4a86d7a4e0a5bd67d42b18fd57f7ece439a870a2
Refined ElementProxy/ElementExtensible interfaces to match Java.
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