org.eclipse.jet.xpath.inspector
Class ExpandedName

java.lang.Object
  extended byorg.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.
 
Constructor Summary
ExpandedName(String localPart)
           
ExpandedName(String namespaceURI, String localPart)
           
 
Method Summary
 boolean equals(Object other)
           
 String getLocalPart()
           
 String getNamespaceURI()
           
 int hashCode()
           
 boolean hasWildCards()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final Object ALL
Defines the expanded name that matches all other expanded names.

Constructor Detail

ExpandedName

public ExpandedName(String localPart)

ExpandedName

public ExpandedName(String namespaceURI,
                    String localPart)
Method Detail

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()

Copyright 2006 IBM Corporation and others.
All Rights Reserved.