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

Function IsCoreSyntaxTerm

xmpsdk/src/ParseRDF.cpp:314–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312// rdf:RDF | rdf:ID | rdf:about | rdf:parseType | rdf:resource | rdf:nodeID | rdf:datatype
313
314static bool
315IsCoreSyntaxTerm ( RDFTermKind term )
316{
317
318 if ( (kRDFTerm_FirstCore <= term) && (term <= kRDFTerm_LastCore) ) return true;
319 return false;
320
321} // IsCoreSyntaxTerm
322
323
324// -------------------------------------------------------------------------------------------------

Callers 1

IsPropertyElementNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected