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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DUName.java33 * UName.
37 public final class UName { class
42 public UName( String _nsUri, String _localName, String _qname ) { method in class:UName
51 public UName( String nsUri, String localName ) { method in class:UName
55 public UName(XSDeclaration decl) { method in class:UName
69 // UName was used in HashMap without overriden equals and hashCode methods.
73 if(obj instanceof UName) {
74 UName u = (UName)obj;
94 * Compares {@link UName}
[all...]

Completed in 103 milliseconds