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

Function RDF_RDF

xmpsdk/src/ParseRDF.cpp:644–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642// during construction of the XML tree.
643
644static void
645RDF_RDF ( XMP_Node * xmpTree, const XML_Node & xmlNode )
646{
647
648 if ( ! xmlNode.attrs.empty() ) XMP_Throw ( "Invalid attributes of rdf:RDF element", kXMPErr_BadRDF );
649 RDF_NodeElementList ( xmpTree, xmlNode, kIsTopLevel );
650
651} // RDF_RDF
652
653
654// =================================================================================================

Callers 1

ProcessRDFFunction · 0.85

Calls 2

RDF_NodeElementListFunction · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected