A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
V
W
X
A
- addFileToPhar() - Method in class Behat\Mink\Compiler\PharCompiler
- Adds a file to phar archive.
- addressEquals() - Method in class Behat\Mink\WebAssert
- Checks that current session address is equals to provided one.
- addressMatches() - Method in class Behat\Mink\WebAssert
- Checks that current session address matches regex.
- addressNotEquals() - Method in class Behat\Mink\WebAssert
- Checks that current session address is not equals to provided one.
- assertSession() - Method in class Behat\Mink\Mink
- Returns session asserter.
- attachFile() - Method in class Behat\Mink\Driver\DriverInterface
- Attaches file path to file field located by it's XPath query.
- attachFile() - Method in class Behat\Mink\Element\NodeElement
- Attach file to current node if it's a file input.
- attachFileToField() - Method in class Behat\Mink\Element\TraversableElement
- Attach file to file field with specified locator.
B
- back() - Method in class Behat\Mink\Driver\DriverInterface
- Moves browser backward 1 page.
- back() - Method in class Behat\Mink\Session
- Moves backward 1 page in history.
- back() - Method in class Behat\Mink\Driver\CoreDriver
- Moves browser backward 1 page.
- blur() - Method in class Behat\Mink\Driver\DriverInterface
- Removes focus from element.
- blur() - Method in class Behat\Mink\Element\NodeElement
- Removes focus from element.
- blur() - Method in class Behat\Mink\Driver\CoreDriver
- Removes focus from element.
C
- check() - Method in class Behat\Mink\Driver\DriverInterface
- Checks checkbox by it's XPath query.
- check() - Method in class Behat\Mink\Element\NodeElement
- Checks current node if it's a checkbox field.
- checkboxChecked() - Method in class Behat\Mink\WebAssert
- Checks that specific checkbox is checked.
- checkboxNotChecked() - Method in class Behat\Mink\WebAssert
- Checks that specific checkbox is unchecked.
- checkField() - Method in class Behat\Mink\Element\TraversableElement
- Checks checkbox with specified locator.
- cleanScriptnameFromPath() - Method in class Behat\Mink\WebAssert
- Trims scriptname from the URL.
- click() - Method in class Behat\Mink\Driver\DriverInterface
- Clicks button or link located by it's XPath query.
- click() - Method in class Behat\Mink\Element\NodeElement
- Clicks current node.
- clickLink() - Method in class Behat\Mink\Element\TraversableElement
- Clicks link with specified locator.
- compile() - Method in class Behat\Mink\Compiler\PharCompiler
- Compiles phar archive.
- cookieEquals() - Method in class Behat\Mink\WebAssert
- Checks that specified cookie exists and its value equals to a given one
- cookieExists() - Method in class Behat\Mink\WebAssert
- Checks that specified cookie exists
- CoreDriver() - Class in namespace Behat\Mink\Driver
- Core driver.
- CssSelector() - Class in namespace Behat\Mink\Selector
- CSS selector engine.
D
- DocumentElement() - Class in namespace Behat\Mink\Element
- Document element.
- doubleClick() - Method in class Behat\Mink\Driver\CoreDriver
- Double-clicks button or link located by it's XPath query.
- doubleClick() - Method in class Behat\Mink\Element\NodeElement
- Double-clicks current node.
- doubleClick() - Method in class Behat\Mink\Driver\DriverInterface
- Double-clicks button or link located by it's XPath query.
- dragTo() - Method in class Behat\Mink\Driver\DriverInterface
- Drag one element onto another.
- dragTo() - Method in class Behat\Mink\Driver\CoreDriver
- Drag one element onto another.
- dragTo() - Method in class Behat\Mink\Element\NodeElement
- Drags current node onto other node.
- DriverException() - Exception in namespace Behat\Mink\Exception
- Mink driver exception.
- DriverInterface() - Interface in namespace Behat\Mink\Driver
- Driver interface.
E
- Element() - Class in namespace Behat\Mink\Element
- Base element.
- elementContains() - Method in class Behat\Mink\WebAssert
- Checks that specific element contains HTML.
- ElementException() - Exception in namespace Behat\Mink\Exception
- A standard way for elements to re-throw exceptions
- elementExists() - Method in class Behat\Mink\WebAssert
- Checks that specific element exists on the current page.
- ElementHtmlException() - Class in namespace Behat\Mink\Exception
- Mink's element HTML exception.
- ElementInterface() - Interface in namespace Behat\Mink\Element
- Element interface.
- elementNotContains() - Method in class Behat\Mink\WebAssert
- Checks that specific element does not contains HTML.
- elementNotExists() - Method in class Behat\Mink\WebAssert
- Checks that specific element does not exists on the current page.
- ElementNotFoundException() - Exception in namespace Behat\Mink\Exception
- Mink "element not found" exception.
- elementsCount() - Method in class Behat\Mink\WebAssert
- Checks that there is specified number of specific elements on the page.
- elementTextContains() - Method in class Behat\Mink\WebAssert
- Checks that specific element contains text.
- ElementTextException() - Class in namespace Behat\Mink\Exception
- Mink's element text exception.
- elementTextNotContains() - Method in class Behat\Mink\WebAssert
- Checks that specific element does not contains text.
- evaluateScript() - Method in class Behat\Mink\Driver\CoreDriver
- Evaluates JS script.
- evaluateScript() - Method in class Behat\Mink\Session
- Execute JS in browser and return it's response.
- evaluateScript() - Method in class Behat\Mink\Driver\DriverInterface
- Evaluates JS script.
- Exception() - Class in namespace Behat\Mink\Exception
- Mink base exception class.
- executeScript() - Method in class Behat\Mink\Driver\CoreDriver
- Executes JS script.
- executeScript() - Method in class Behat\Mink\Session
- Execute JS in browser.
- executeScript() - Method in class Behat\Mink\Driver\DriverInterface
- Executes JS script.
- ExpectationException() - Exception in namespace Behat\Mink\Exception
- Mink's expectation exception.
F
- fieldExists() - Method in class Behat\Mink\WebAssert
- Checks that specific field exists on the current page.
- fieldNotExists() - Method in class Behat\Mink\WebAssert
- Checks that specific field does not exists on the current page.
- fieldValueEquals() - Method in class Behat\Mink\WebAssert
- Checks that specific field have provided value.
- fieldValueNotEquals() - Method in class Behat\Mink\WebAssert
- Checks that specific field have provided value.
- fillField() - Method in class Behat\Mink\Element\TraversableElement
- Fills in field (input, textarea, select) with specified locator.
- find() - Method in class Behat\Mink\Driver\DriverInterface
- Finds elements with specified XPath query.
- find() - Method in class Behat\Mink\Element\Element
- Finds first element with specified selector.
- find() - Method in class Behat\Mink\Element\ElementInterface
- Finds first element with specified selector.
- findAll() - Method in class Behat\Mink\Element\Element
- Finds all elements with specified selector.
- findAll() - Method in class Behat\Mink\Element\ElementInterface
- Finds all elements with specified selector.
- findButton() - Method in class Behat\Mink\Element\TraversableElement
- Finds button (input[type=submit|image|button], button) with specified locator.
- findById() - Method in class Behat\Mink\Element\TraversableElement
- Finds element by it's id.
- findField() - Method in class Behat\Mink\Element\TraversableElement
- Finds field (input, textarea, select) with specified locator.
- findFile() - Method in class Behat\Mink\ClassLoader\MapFileClassLoader
- Finds the path to the file where the class is defined.
- findLink() - Method in class Behat\Mink\Element\TraversableElement
- Finds link with specified locator.
- focus() - Method in class Behat\Mink\Element\NodeElement
- Brings focus to element.
- focus() - Method in class Behat\Mink\Driver\CoreDriver
- Brings focus to element.
- focus() - Method in class Behat\Mink\Driver\DriverInterface
- Brings focus to element.
- forward() - Method in class Behat\Mink\Driver\CoreDriver
- Moves browser forward 1 page.
- forward() - Method in class Behat\Mink\Session
- Moves forward 1 page in history.
- forward() - Method in class Behat\Mink\Driver\DriverInterface
- Moves browser forward 1 page.
G
- getAttribute() - Method in class Behat\Mink\Driver\DriverInterface
- Returns element's attribute by it's XPath query.
- getAttribute() - Method in class Behat\Mink\Element\NodeElement
- Returns specified attribute value.
- getContent() - Method in class Behat\Mink\Driver\DriverInterface
- Returns last response content.
- getContent() - Method in class Behat\Mink\Element\DocumentElement
- Returns document content.
- getCookie() - Method in class Behat\Mink\Session
- Returns cookie by name.
- getCookie() - Method in class Behat\Mink\Driver\CoreDriver
- Returns cookie by name.
- getCookie() - Method in class Behat\Mink\Driver\DriverInterface
- Returns cookie by name.
- getCurrentUrl() - Method in class Behat\Mink\Driver\DriverInterface
- Returns current URL address.
- getCurrentUrl() - Method in class Behat\Mink\Session
- Returns current URL address.
- getCurrentUrlPath() - Method in class Behat\Mink\WebAssert
- Gets current url of the page.
- getDefaultSessionName() - Method in class Behat\Mink\Mink
- Returns default session name or null if none.
- getDriver() - Method in class Behat\Mink\Session
- Returns session driver.
- getElement() - Method in class Behat\Mink\Exception\ElementException
- Get the element that caused the exception
- getHtml() - Method in class Behat\Mink\Element\Element
- Returns element html.
- getHtml() - Method in class Behat\Mink\Element\ElementInterface
- Returns element html.
- getHtml() - Method in class Behat\Mink\Driver\DriverInterface
- Returns element's html by it's XPath query.
- getPage() - Method in class Behat\Mink\Session
- Returns page element.
- getParent() - Method in class Behat\Mink\Element\NodeElement
- Returns parent element to the current one.
- getResponseHeaders() - Method in class Behat\Mink\Driver\CoreDriver
- Returns last response headers.
- getResponseHeaders() - Method in class Behat\Mink\Session
- Returns all response headers.
- getResponseHeaders() - Method in class Behat\Mink\Driver\DriverInterface
- Returns last response headers.
- getResponseInfo() - Method in class Behat\Mink\Exception\Exception
- Returns response information string.
- getScreenshot() - Method in class Behat\Mink\Driver\DriverInterface
- Capture a screenshot of the current window.
- getScreenshot() - Method in class Behat\Mink\Driver\CoreDriver
- Capture a screenshot of the current window.
- getScreenshot() - Method in class Behat\Mink\Session
- Capture a screenshot of the current window.
- getSelector() - Method in class Behat\Mink\Selector\SelectorsHandler
- Returns selector engine with specified name.
- getSelectorsHandler() - Method in class Behat\Mink\Session
- Returns selectors handler.
- getSession() - Method in class Behat\Mink\Mink
- Returns registered session by it's name or active one and automatically starts it if required.
- getSession() - Method in class Behat\Mink\Exception\Exception
- Returns exception session.
- getSession() - Method in class Behat\Mink\Element\ElementInterface
- Returns element's session.
- getSession() - Method in class Behat\Mink\Element\Element
- Returns element session.
- getStatusCode() - Method in class Behat\Mink\Session
- Returns response status code.
- getStatusCode() - Method in class Behat\Mink\Driver\DriverInterface
- Returns last response status code.
- getStatusCode() - Method in class Behat\Mink\Driver\CoreDriver
- Returns last response status code.
- getStub() - Method in class Behat\Mink\Compiler\PharCompiler
- Returns autoloader stub.
- getTagName() - Method in class Behat\Mink\Driver\DriverInterface
- Returns element's tag name by it's XPath query.
- getTagName() - Method in class Behat\Mink\Element\NodeElement
- Returns current node tag name.
- getText() - Method in class Behat\Mink\Driver\DriverInterface
- Returns element's text by it's XPath query.
- getText() - Method in class Behat\Mink\Element\ElementInterface
- Returns element text (inside tag).
- getText() - Method in class Behat\Mink\Element\Element
- Returns element text (inside tag).
- getValue() - Method in class Behat\Mink\Driver\DriverInterface
- Returns element's value by it's XPath query.
- getValue() - Method in class Behat\Mink\Element\NodeElement
- Returns element value.
- getXpath() - Method in class Behat\Mink\Element\ElementInterface
- Returns XPath for handled element.
- getXpath() - Method in class Behat\Mink\Element\DocumentElement
- Returns XPath for handled element.
- getXpath() - Method in class Behat\Mink\Element\NodeElement
- Returns XPath for handled element.
H
- has() - Method in class Behat\Mink\Element\ElementInterface
- Checks whether element with specified selector exists.
- has() - Method in class Behat\Mink\Element\Element
- Checks whether element with specified selector exists.
- hasAttribute() - Method in class Behat\Mink\Element\NodeElement
- Checks whether element has attribute with specified name.
- hasButton() - Method in class Behat\Mink\Element\TraversableElement
- Checks whether document has a button (input[type=submit|image|button], button) with specified locator.
- hasCheckedField() - Method in class Behat\Mink\Element\TraversableElement
- Checks whether document has a checkbox with specified locator, which is checked.
- hasClass() - Method in class Behat\Mink\Element\TraversableElement
- Checks whether an element has a named CSS class
- hasContent() - Method in class Behat\Mink\Element\DocumentElement
- Check whether document has specified content.
- hasField() - Method in class Behat\Mink\Element\TraversableElement
- Checks whether document has a field (input, textarea, select) with specified locator.
- hasLink() - Method in class Behat\Mink\Element\TraversableElement
- Checks whether document has a link with specified locator.
- hasSelect() - Method in class Behat\Mink\Element\TraversableElement
- Checks whether document has a select field with specified locator.
- hasSession() - Method in class Behat\Mink\Mink
- Checks whether session with specified name is registered.
- hasTable() - Method in class Behat\Mink\Element\TraversableElement
- Checks whether document has a table with specified locator.
- hasUncheckedField() - Method in class Behat\Mink\Element\TraversableElement
- Checks whether document has a checkbox with specified locator, which is unchecked.
I
- isChecked() - Method in class Behat\Mink\Element\NodeElement
- Checks whether current node is checked if it's a checkbox field.
- isChecked() - Method in class Behat\Mink\Driver\DriverInterface
- Checks whether checkbox checked located by it's XPath query.
- isSelectorRegistered() - Method in class Behat\Mink\Selector\SelectorsHandler
- Checks whether selector with specified name is registered on handler.
- isSessionStarted() - Method in class Behat\Mink\Mink
- Checks whether a named session (or the default session) has already been started
- isStarted() - Method in class Behat\Mink\Driver\DriverInterface
- Checks whether driver is started.
- isStarted() - Method in class Behat\Mink\Session
- Checks whether session (driver) was started.
- isVisible() - Method in class Behat\Mink\Driver\CoreDriver
- Checks whether element visible located by it's XPath query.
- isVisible() - Method in class Behat\Mink\Driver\DriverInterface
- Checks whether element visible located by it's XPath query.
- isVisible() - Method in class Behat\Mink\Element\NodeElement
- Checks whether current node is visible on page.
K
- keyDown() - Method in class Behat\Mink\Element\NodeElement
- Pressed down specific keyboard key.
- keyDown() - Method in class Behat\Mink\Driver\DriverInterface
- Pressed down specific keyboard key.
- keyDown() - Method in class Behat\Mink\Driver\CoreDriver
- Pressed down specific keyboard key.
- keyPress() - Method in class Behat\Mink\Driver\DriverInterface
- Presses specific keyboard key.
- keyPress() - Method in class Behat\Mink\Driver\CoreDriver
- Presses specific keyboard key.
- keyPress() - Method in class Behat\Mink\Element\NodeElement
- Presses specific keyboard key.
- keyUp() - Method in class Behat\Mink\Driver\DriverInterface
- Pressed up specific keyboard key.
- keyUp() - Method in class Behat\Mink\Driver\CoreDriver
- Pressed up specific keyboard key.
- keyUp() - Method in class Behat\Mink\Element\NodeElement
- Pressed up specific keyboard key.
L
- loadClass() - Method in class Behat\Mink\ClassLoader\MapFileClassLoader
- Loads the given class or interface.
- locateSession() - Method in class Behat\Mink\Mink
- Returns the named or default session without starting it.
M
- MapFileClassLoader() - Class in namespace Behat\Mink\ClassLoader
- A class loader that uses a mapping file to look up paths.
- Mink() - Class in namespace Behat\Mink
- Mink sessions manager.
- mouseOver() - Method in class Behat\Mink\Driver\DriverInterface
- Simulates a mouse over on the element.
- mouseOver() - Method in class Behat\Mink\Element\NodeElement
- Simulates a mouse over on the element.
- mouseOver() - Method in class Behat\Mink\Driver\CoreDriver
- Simulates a mouse over on the element.
N
- NamedSelector() - Class in namespace Behat\Mink\Selector
- Named selectors engine.
- NodeElement() - Class in namespace Behat\Mink\Element
- Page element node.
P
- pageTextContains() - Method in class Behat\Mink\WebAssert
- Checks that current page contains text.
- pageTextMatches() - Method in class Behat\Mink\WebAssert
- Checks that current page text matches regex.
- pageTextNotContains() - Method in class Behat\Mink\WebAssert
- Checks that current page does not contains text.
- pageTextNotMatches() - Method in class Behat\Mink\WebAssert
- Checks that current page text does not matches regex.
- PharCompiler() - Class in namespace Behat\Mink\Compiler
- behat.phar package compiler.
- pipeString() - Method in class Behat\Mink\Exception\Exception
- Prepends every line in a string with pipe (|).
- press() - Method in class Behat\Mink\Element\NodeElement
- Presses current button.
- pressButton() - Method in class Behat\Mink\Element\TraversableElement
- Presses button (input[type=submit|image|button], button) with specified locator.
R
- register() - Method in class Behat\Mink\ClassLoader\MapFileClassLoader
- Registers this instance as an autoloader.
- registerNamedXpath() - Method in class Behat\Mink\Selector\NamedSelector
- Registers new XPath selector with specified name.
- registerSelector() - Method in class Behat\Mink\Selector\SelectorsHandler
- Registers new selector engine with specified name.
- registerSession() - Method in class Behat\Mink\Mink
- Registers new session.
- reload() - Method in class Behat\Mink\Driver\CoreDriver
- Reloads current page.
- reload() - Method in class Behat\Mink\Driver\DriverInterface
- Reloads current page.
- reload() - Method in class Behat\Mink\Session
- Reloads current session page.
- reset() - Method in class Behat\Mink\Session
- Reset session driver.
- reset() - Method in class Behat\Mink\Driver\DriverInterface
- Resets driver.
- resetSessions() - Method in class Behat\Mink\Mink
- Resets all started sessions.
- resizeWindow() - Method in class Behat\Mink\Driver\DriverInterface
- Set the dimensions of the window.
- resizeWindow() - Method in class Behat\Mink\Driver\CoreDriver
- Set the dimensions of the window.
- resizeWindow() - Method in class Behat\Mink\Session
- Set the dimensions of the window.
- responseContains() - Method in class Behat\Mink\WebAssert
- Checks that page HTML (response content) contains text.
- responseMatches() - Method in class Behat\Mink\WebAssert
- Checks that page HTML (response content) matches regex.
- responseNotContains() - Method in class Behat\Mink\WebAssert
- Checks that page HTML (response content) does not contains text.
- responseNotMatches() - Method in class Behat\Mink\WebAssert
- Checks that page HTML (response content) does not matches regex.
- ResponseTextException() - Class in namespace Behat\Mink\Exception
- Mink response's text exception.
- restart() - Method in class Behat\Mink\Session
- Restart session driver.
- restartSessions() - Method in class Behat\Mink\Mink
- Restarts all started sessions.
- rightClick() - Method in class Behat\Mink\Element\NodeElement
- Right-clicks current node.
- rightClick() - Method in class Behat\Mink\Driver\CoreDriver
- Right-clicks button or link located by it's XPath query.
- rightClick() - Method in class Behat\Mink\Driver\DriverInterface
- Right-clicks button or link located by it's XPath query.
S
- selectFieldOption() - Method in class Behat\Mink\Element\TraversableElement
- Selects option from select field with specified locator.
- selectOption() - Method in class Behat\Mink\Element\NodeElement
- Selects current node specified option if it's a select field.
- selectOption() - Method in class Behat\Mink\Driver\DriverInterface
- Selects option from select field located by it's XPath query.
- SelectorInterface() - Interface in namespace Behat\Mink\Selector
- Mink selector engine interface.
- SelectorsHandler() - Class in namespace Behat\Mink\Selector
- Selectors handler.
- selectorToXpath() - Method in class Behat\Mink\Selector\SelectorsHandler
- Translates selector with specified name to XPath.
- Session() - Class in namespace Behat\Mink
- Mink session.
- setBasicAuth() - Method in class Behat\Mink\Session
- Sets HTTP Basic authentication parameters
- setBasicAuth() - Method in class Behat\Mink\Driver\CoreDriver
- Sets HTTP Basic authentication parameters
- setBasicAuth() - Method in class Behat\Mink\Driver\DriverInterface
- Sets HTTP Basic authentication parameters
- setCookie() - Method in class Behat\Mink\Driver\DriverInterface
- Sets cookie.
- setCookie() - Method in class Behat\Mink\Session
- Sets cookie.
- setCookie() - Method in class Behat\Mink\Driver\CoreDriver
- Sets cookie.
- setDefaultSessionName() - Method in class Behat\Mink\Mink
- Sets default session name to use.
- setRequestHeader() - Method in class Behat\Mink\Driver\CoreDriver
- Sets specific request header on client.
- setRequestHeader() - Method in class Behat\Mink\Driver\DriverInterface
- Sets specific request header on client.
- setRequestHeader() - Method in class Behat\Mink\Session
- Sets specific request header.
- setSession() - Method in class Behat\Mink\Driver\DriverInterface
- Sets driver's current session.
- setValue() - Method in class Behat\Mink\Element\NodeElement
- Sets node value.
- setValue() - Method in class Behat\Mink\Driver\DriverInterface
- Sets element's value by it's XPath query.
- start() - Method in class Behat\Mink\Driver\DriverInterface
- Starts driver.
- start() - Method in class Behat\Mink\Session
- Starts session driver.
- statusCodeEquals() - Method in class Behat\Mink\WebAssert
- Checks that current response code equals to provided one.
- statusCodeNotEquals() - Method in class Behat\Mink\WebAssert
- Checks that current response code not equals to provided one.
- stop() - Method in class Behat\Mink\Session
- Stops session driver.
- stop() - Method in class Behat\Mink\Driver\DriverInterface
- Stops driver.
- stopSessions() - Method in class Behat\Mink\Mink
- Stops all started sessions.
- switchToIFrame() - Method in class Behat\Mink\Session
- Switches to specific iFrame.
- switchToIFrame() - Method in class Behat\Mink\Driver\DriverInterface
- Switches to specific iFrame.
- switchToIFrame() - Method in class Behat\Mink\Driver\CoreDriver
- Switches to specific iFrame.
- switchToWindow() - Method in class Behat\Mink\Driver\CoreDriver
- Switches to specific browser window.
- switchToWindow() - Method in class Behat\Mink\Driver\DriverInterface
- Switches to specific browser window.
- switchToWindow() - Method in class Behat\Mink\Session
- Switches to specific browser window.
T
- translateToXPath() - Method in class Behat\Mink\Selector\SelectorInterface
- Translates provided locator into XPath.
- translateToXPath() - Method in class Behat\Mink\Selector\NamedSelector
- Translates provided locator into XPath.
- translateToXPath() - Method in class Behat\Mink\Selector\CssSelector
- Translates CSS into XPath.
- TraversableElement() - Class in namespace Behat\Mink\Element
- Traversable element.
- trimBody() - Method in class Behat\Mink\Exception\Exception
- Removes response header/footer, letting only
content and trim it.
- trimString() - Method in class Behat\Mink\Exception\Exception
- Trims string to specified number of chars.
U
- uncheck() - Method in class Behat\Mink\Driver\DriverInterface
- Unchecks checkbox by it's XPath query.
- uncheck() - Method in class Behat\Mink\Element\NodeElement
- Unchecks current node if it's a checkbox field.
- uncheckField() - Method in class Behat\Mink\Element\TraversableElement
- Unchecks checkbox with specified locator.
- UnsupportedDriverActionException() - Class in namespace Behat\Mink\Exception
- Mink "element not found" exception.
V
- visit() - Method in class Behat\Mink\Session
- Visit specified URL.
- visit() - Method in class Behat\Mink\Driver\DriverInterface
- Visit specified URL.
W
- wait() - Method in class Behat\Mink\Driver\DriverInterface
- Waits some time or until JS condition turns true.
- wait() - Method in class Behat\Mink\Session
- Waits some time or until JS condition turns true.
- WebAssert() - Class in namespace Behat\Mink
- Mink web assertions tool.
X
- xpathLiteral() - Method in class Behat\Mink\Selector\SelectorsHandler
- Translates string to XPath literal.