Searched defs:XMLErrorCode (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DXMLErrorCode.java30 final class XMLErrorCode { class
43 * <p>Constructs an XMLErrorCode with the given domain and key.</p>
48 public XMLErrorCode(String domain, String key) { method in class:XMLErrorCode
54 * <p>Convenience method to set the values of an XMLErrorCode.</p>
65 * <p>Indicates whether some other object is equal to this XMLErrorCode.</p>
70 if (!(obj instanceof XMLErrorCode))
72 XMLErrorCode err = (XMLErrorCode) obj;
77 * <p>Returns a hash code value for this XMLErrorCode.</p>
79 * @return a hash code value for this XMLErrorCode
[all...]

Completed in 289 milliseconds