| 1123 | // end-element() |
| 1124 | |
| 1125 | static void |
| 1126 | RDF_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 | // ================================================================================================= |
no outgoing calls
no test coverage detected