com.hp.lft.sdk.web

Class XPathDescription

    • Field Summary

      • Fields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase

        properties
    • Constructor Summary

      Constructor and Description
      XPathDescription()
      Constructs a new XPathDescriptor instance.
      XPathDescription(java.lang.String xpath)
      Constructs a new XPathDescriptor instance with the given xpath.
    • Method Summary

      Modifier and TypeMethod and Description
      java.lang.StringtoString() 
      • Methods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase

        cloneTo, getValueAs, getValueAsStringProperty, insertValue
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XPathDescription

        public XPathDescription(java.lang.String xpath)
        Constructs a new XPathDescriptor instance with the given xpath.
        Parameters:
        xpath - the XPath to be used for describing a test object.
      • XPathDescription

        public XPathDescription()
        Constructs a new XPathDescriptor instance. Please don't use this constructor and instead use the overload: XPathDescription(String).
    • Method Detail

      • toString

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