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

Function IsPropertyElementName

xmpsdk/src/ParseRDF.cpp:347–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345// anyURI - ( coreSyntaxTerms | rdf:Description | oldTerms )
346
347static bool
348IsPropertyElementName ( RDFTermKind term )
349{
350
351 if ( (term == kRDFTerm_Description) || IsOldTerm ( term ) ) return false;
352 return (! IsCoreSyntaxTerm ( term ));
353
354} // IsPropertyElementName
355
356// =================================================================================================
357// AddChildNode

Callers 1

RDF_PropertyElementFunction · 0.85

Calls 2

IsOldTermFunction · 0.85
IsCoreSyntaxTermFunction · 0.85

Tested by

no test coverage detected