be.hikage.xdt4j.locator
Class Locator

java.lang.Object
  extended by be.hikage.xdt4j.locator.Locator
Direct Known Subclasses:
ConditionLocator, MatchLocator, XPathLocator

public abstract class Locator
extends Object


Field Summary
protected  String parameter
           
 
Constructor Summary
Locator(String parameter)
           
 
Method Summary
abstract  String generateXPath(org.dom4j.Element target)
           
 String getParameter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameter

protected String parameter
Constructor Detail

Locator

public Locator(String parameter)
Method Detail

getParameter

public String getParameter()

generateXPath

public abstract String generateXPath(org.dom4j.Element target)


Copyright © 2011. All Rights Reserved.