| 621 | // *** Do parsing exceptions cause the partial tree to be deleted? |
| 622 | |
| 623 | void ProcessRDF ( XMP_Node * xmpTree, const XML_Node & rdfNode, XMP_OptionBits options ) |
| 624 | { |
| 625 | IgnoreParam(options); |
| 626 | |
| 627 | RDF_RDF ( xmpTree, rdfNode ); |
| 628 | |
| 629 | } // ProcessRDF |
| 630 | |
| 631 | |
| 632 | // ================================================================================================= |
no test coverage detected