Searched refs:BADXML (Results 1 – 3 of 3) sorted by relevance
193 if (e.getErrorCode() == XMPError.BADXML || in parseXmlFromBytebuffer()248 if (e.getErrorCode() == XMPError.BADXML && options.getFixControlChars()) in parseXmlFromString()277 throw new XMPException("XML parsing failure", XMPError.BADXML, e); in parseInputSource()
89 throw new XMPException("The prefix is a bad XML name", XMPError.BADXML); in registerNamespace()
37 int BADXML = 201; field