org.eclipse.actf.model.mozdom.locate
Class MozillaDomNodeLocator

java.lang.Object
  extended by org.eclipse.actf.model.locate.AbstractNodeLocator
      extended by org.eclipse.actf.model.mozdom.locate.MozillaDomNodeLocator
All Implemented Interfaces:
INodeLocator

public class MozillaDomNodeLocator
extends AbstractNodeLocator

a locator for the Mozilla DOM hierarchy within a browser

Author:
Mike Squillace

Field Summary
 
Fields inherited from class org.eclipse.actf.model.locate.AbstractNodeLocator
CONTAINSSUBSTR_SEARCH, defaultIdPropName, EXACTMATCH_SEARCH, IGNORECASE_SEARCH, model, NODELOCATOR_VARIABLE, NODENAME_CHARCLASS, NODENAME_KEY, PREDICATEVAL_CHARCLASS, propertiesMap, REGEXP_SEARCH, ROOT_JXPATH_CONTEXT, SEGMENT_PATTERN
 
Constructor Summary
MozillaDomNodeLocator()
           
 
Method Summary
 
Methods inherited from class org.eclipse.actf.model.locate.AbstractNodeLocator
addNodePointerFactory, describe, descriptionAsString, find, findAll, getDefaultIdPropertyName, getModel, getNodeId, invokeGetter, locate, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MozillaDomNodeLocator

public MozillaDomNodeLocator()