OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BADXML
(Results
1 - 3
of
3
) sorted by null
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPError.java
37
int
BADXML
= 201;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaParser.java
193
if (e.getErrorCode() == XMPError.
BADXML
||
248
if (e.getErrorCode() == XMPError.
BADXML
&& options.getFixControlChars())
277
throw new XMPException("XML parsing failure", XMPError.
BADXML
, e);
XMPSchemaRegistryImpl.java
89
throw new XMPException("The prefix is a bad XML name", XMPError.
BADXML
);
Completed in 47 milliseconds