Searched refs:BADXMP (Results 1 – 4 of 4) sorted by relevance
172 throw new XMPException("Top level typed node not allowed", BADXMP); in rdf_NodeElement()248 BADXMP); in rdf_NodeElementAttrs()561 "All XML elements must be in a namespace", BADXMP); in rdf_ResourcePropertyElement()676 throw new XMPException("ParseTypeLiteral property element not allowed", BADXMP); in rdf_ParseTypeLiteralPropertyElement()751 throw new XMPException("ParseTypeCollection property element not allowed", BADXMP); in rdf_ParseTypeCollectionPropertyElement()765 throw new XMPException("ParseTypeOther property element not allowed", BADXMP); in rdf_ParseTypeOtherPropertyElement()859 BADXMP); in rdf_EmptyPropertyElement()887 BADXMP); in rdf_EmptyPropertyElement()1133 BADXMP); in fixupQualifiedNode()
425 XMPError.BADXMP); in transplantArrayItemAlias()527 throw new XMPException("Mismatch between alias and base nodes", XMPError.BADXMP); in compareAliasedSubtrees()538 XMPError.BADXMP); in compareAliasedSubtrees()
903 XMPError.BADXMP);918 throw new XMPException("Duplicate '" + qualifierName + "' qualifier", XMPError.BADXMP);
41 int BADXMP = 203; field