| 
Class Summary | 
| AbstractDocumentTypeHelper | 
Abstract implementation of the document type helper. | 
| DefaultElementLocatorProvider | 
Default implementation for locating elements based on a given link. | 
| IDElementLocator | 
Implementation of an ElementLocator that locates elements based on a given 
 link and checks if the attribute with the type ID matches the provided link. | 
| ImageFileChooser | 
Choose an image file. | 
| XPointerElementLocator | 
Element locator for links that have the one of the following patterns:
 
   element(elementID) - locate the element with the same id
   element(/1/2/5) - A child sequence appearing alone identifies an element by means 
   of stepwise navigation, which is directed by a sequence of integers separated by slashes (/); 
   each integer n locates the nth child element of the previously located element. |