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

Function RDF_ParseTypeCollectionPropertyElement

xmpsdk/src/ParseRDF.cpp:1125–1132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1123// end-element()
1124
1125static void
1126RDF_ParseTypeCollectionPropertyElement ( XMP_Node * xmpParent, const XML_Node & xmlNode, bool isTopLevel )
1127{
1128 IgnoreParam(xmpParent); IgnoreParam(xmlNode); IgnoreParam(isTopLevel);
1129
1130 XMP_Throw ( "ParseTypeCollection property element not allowed", kXMPErr_BadXMP );
1131
1132} // RDF_ParseTypeCollectionPropertyElement
1133
1134
1135// =================================================================================================

Callers 1

RDF_PropertyElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected