Package com.helger.xml.microdom
Class MicroQName
java.lang.Object
com.helger.xml.microdom.MicroQName
- All Implemented Interfaces:
com.helger.commons.compare.IComparable<IMicroQName>,IMicroQName,Comparable<IMicroQName>
Represents a simple qualified name. A combination of namespace URI and local
name.
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.commons.compare.IComparable
isEQ, isGE, isGT, isLE, isLT, isNEMethods inherited from interface com.helger.xml.microdom.IMicroQName
compareTo, getAsXMLQName, getAsXMLQName, hasNamespaceURI, hasNamespaceURI, hasNoNamespaceURI
-
Constructor Details
-
MicroQName
-
MicroQName
-
-
Method Details
-
getNamespaceURI
Description copied from interface:IMicroQNameGet the namespace URI- Specified by:
getNamespaceURIin interfaceIMicroQName- Returns:
- May be
nullif no namespace URI is present.
-
getName
- Specified by:
getNamein interfaceIMicroQName- Returns:
- The local name without the namespace URI or the prefix. Never
null.
-
equals
-
hashCode
public int hashCode() -
toString
-