public final class UName extends Object
Modifier and Type | Field and Description |
---|---|
static Comparator |
comparator
Compares
UName s 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
UName
s by their names.public UName(String _nsUri, String _localName, String _qname)
_nsUri
- Use "" to indicate the no namespace.public UName(XSDeclaration decl)
Copyright © 2021 JBoss by Red Hat. All rights reserved.