IBM Rational Functional Tester
Version 8.2.1
IBM Rational Functional Tester API Reference

Project Version 2.3

com.rational.test.ft.script
Class Xpath

java.lang.Object
  extended by com.rational.test.ft.script.Subitem
      extended by com.rational.test.ft.script.Xpath

public class Xpath
extends Subitem


Constructor Summary
Xpath(boolean xpath, Property[] properties)
          Creates an anchored (or unanchored) Property set.
 
Method Summary
 Property[] getProperties()
           
 boolean getXpathSupported()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xpath

public Xpath(boolean xpath,
             Property[] properties)
Creates an anchored (or unanchored) Property set.

Parameters:
anchored - true if the properties should be anchored
properties - the Property array
Since:
RFT 8.5.0.1
Method Detail

getProperties

public Property[] getProperties()

getXpathSupported

public boolean getXpathSupported()