Home
last modified time | relevance | path

Searched refs:BADXMP (Results 1 – 4 of 4) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DParseRDF.java172 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()
DXMPNormalizer.java425 XMPError.BADXMP); in transplantArrayItemAlias()
527 throw new XMPException("Mismatch between alias and base nodes", XMPError.BADXMP); in compareAliasedSubtrees()
538 XMPError.BADXMP); in compareAliasedSubtrees()
DXMPNode.java903 XMPError.BADXMP);
918 throw new XMPException("Duplicate '" + qualifierName + "' qualifier", XMPError.BADXMP);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPError.java41 int BADXMP = 203; field