com.tensegrity.palowebviewer.modules.paloclient.client.misc
Class XRelativePath

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.paloclient.client.misc.XPath
      extended by com.tensegrity.palowebviewer.modules.paloclient.client.misc.XRelativePath
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, IXConsts

public class XRelativePath
extends XPath


Field Summary
 
Fields inherited from interface com.tensegrity.palowebviewer.modules.paloclient.client.IXConsts
MAX_TYPE_ID, TYPE_AXIS, TYPE_CONSOLIDATED_ELEMENT, TYPE_CUBE, TYPE_DATABASE, TYPE_DIMENSION, TYPE_ELEMENT, TYPE_ELEMENT_NODE, TYPE_NAME_AXIS, TYPE_NAME_CONSOLIDATED_ELEMENT, TYPE_NAME_CUBE, TYPE_NAME_DATABASE, TYPE_NAME_DIMENSION, TYPE_NAME_ELEMENT, TYPE_NAME_ELEMENT_NODE, TYPE_NAME_ROOT, TYPE_NAME_SERVER, TYPE_NAME_SUBSET, TYPE_NAME_VIEW, TYPE_ROOT, TYPE_SERVER, TYPE_SUBSET, TYPE_VIEW, XPATH_FIELD_SEPARATOR, XPATH_SEPARATOR
 
Constructor Summary
XRelativePath()
           
XRelativePath(XPath parentPath, XObject object)
           
XRelativePath(XPath parentPath, XObject[] xRelativePath)
           
 
Method Summary
 XPathElement[] getPath()
           
 java.lang.String toString()
           
 
Methods inherited from class com.tensegrity.palowebviewer.modules.paloclient.client.misc.XPath
covers, equals, equals, getLastComponent, getServer, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XRelativePath

public XRelativePath()

XRelativePath

public XRelativePath(XPath parentPath,
                     XObject[] xRelativePath)

XRelativePath

public XRelativePath(XPath parentPath,
                     XObject object)
Method Detail

getPath

public XPathElement[] getPath()
Overrides:
getPath in class XPath

toString

public java.lang.String toString()
Overrides:
toString in class XPath