Package fixes.
[shibboleth/xmltooling.git] / xmltooling / io / AbstractXMLObjectUnmarshaller.cpp
2008-03-14 cantorAdd xsi:nil support to objects.
2007-08-01 cantorLoad CDATA sections as text content nodes.
2007-03-26 cantorMajor revamp of credential and trust handling code...
2007-02-02 cantorUpdate copyright.
2007-01-02 cantorImprove parser entity handling, clean up logging catego...
2006-10-23 cantorRemoved unnecessary class from string literals.
2006-10-12 cantorTrack DOM text nodes to ensure fidelity.
2006-06-01 cantorWrapped encryption schema, also block unknown attribute...
2006-05-08 cantorMacro adjustments, date/time class, typed XML attributes.
2006-05-04 cantorTighten up validator namespace checking, rework registr...
2006-03-29 cantorUnix porting fixes
2006-03-29 cantorSet xsi:type during object construction.
2006-03-21 cantorBlock unmarshall when a DOM or parent exists.
2006-03-20 cantorShortcuts for unmarshalling in builder interface, adjus...
2006-03-17 cantorMerged marshalling/unmarshalling methods into core...
2006-03-12 cantorFirst cut at signing support.
2006-03-07 cantorNamespace handling fixes
2006-03-06 cantorFixes associated with wildcard test classes.
2006-03-02 cantorFixed inheritance hierarchy, namespace handling
2006-03-02 cantorManage disposal of new objects when exceptions are...
2006-03-02 cantorBug fixes and API changes from second unit test.
2006-03-01 cantorInitial unit test plus fixes
2006-02-24 cantorDefault support for arbitrary DOM objects.
2006-02-22 cantorInitial marshalling support.
2006-02-21 cantorAbstract unmarshaller minus signatures.