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 ComparatorcomparatorComparesUNames by their names.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetName()StringgetNamespaceURI()StringgetQualifiedName()inthashCode()
-
-
-
Field Detail
-
comparator
public static final Comparator comparator
ComparesUNames by their names.
-
-