MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / ProcessRDF

Function ProcessRDF

xmpsdk/src/ParseRDF.cpp:623–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621// *** Do parsing exceptions cause the partial tree to be deleted?
622
623void 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// =================================================================================================

Callers 1

ParseFromBufferMethod · 0.85

Calls 1

RDF_RDFFunction · 0.85

Tested by

no test coverage detected