Package com.sun.xml.xsom.impl
Class UName
- java.lang.Object
-
- com.sun.xml.xsom.impl.UName
-
public final class UName extends Object
UName.- Author:
- Kohsuke Kawaguchi (kk@kohsuke.org)
-
-
Field Summary
Fields Modifier and Type Field Description static Comparator
comparator
ComparesUName
s by their names.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getName()
String
getNamespaceURI()
String
getQualifiedName()
int
hashCode()
-
-
-
Field Detail
-
comparator
public static final Comparator comparator
ComparesUName
s by their names.
-
-