org.eclipse.jet.xpath.inspector
Class ExpandedName
java.lang.Object
org.eclipse.jet.xpath.inspector.ExpandedName
- public final class ExpandedName
- extends Object
Define the XPath ExpandedName.
Field Summary |
static Object |
ALL
Defines the expanded name that matches all other expanded names. |
ALL
public static final Object ALL
- Defines the expanded name that matches all other expanded names.
ExpandedName
public ExpandedName(String localPart)
ExpandedName
public ExpandedName(String namespaceURI,
String localPart)
getLocalPart
public String getLocalPart()
getNamespaceURI
public String getNamespaceURI()
equals
public boolean equals(Object other)
hashCode
public int hashCode()
toString
public String toString()
hasWildCards
public boolean hasWildCards()