| Class | Description |
|---|---|
| TestAbstractFunction | |
| TestAbstractStringFunction | |
| TestFunctionResolver | |
| TestNamespaceResolver | |
| TestSimpleNamespaceResolver | |
| TestXPathWrapper | |
| TestXPathWrapperFactory | |
| XPathTestHelpers |
Common code for the XPath tests.
|
| XPathTestHelpers.CountingAF |
An
AbstractFunction that counts its invocations and
exposes this through a public variable. |
| XPathTestHelpers.CountingSF |
A standard XPath function that counts its invocations, exposing
the count via a public variable.
|
| XPathTestHelpers.GetNamespaceAF |
An
AbstractFunction implementation that returns the
namespace of the first selected node. |
| XPathTestHelpers.GetNamespaceSF |
A standard XPath function implementation that returns the namespace
of the first selected node.
|