public final class UName extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator |
comparator
Compares
UNames by their names. |
| Constructor and Description |
|---|
UName(String nsUri,
String localName) |
UName(String _nsUri,
String _localName,
String _qname) |
UName(XSDeclaration decl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
String |
getNamespaceURI() |
String |
getQualifiedName() |
int |
hashCode() |
public static final Comparator comparator
UNames by their names.public UName(String _nsUri, String _localName, String _qname)
_nsUri - Use "" to indicate the no namespace.public UName(XSDeclaration decl)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.