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)
comparator
public static final Comparator comparator
- Compares
UName
s by their names.
UName
public UName(String _nsUri,
String _localName,
String _qname)
- Parameters:
_nsUri
- Use "" to indicate the no namespace.
UName
public UName(String nsUri,
String localName)
UName
public UName(XSDeclaration decl)
getName
public String getName()
getNamespaceURI
public String getNamespaceURI()
getQualifiedName
public String getQualifiedName()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2012 Oracle. All Rights Reserved.