public abstract class XPathTestHelpers extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
XPathTestHelpers.CountingAF
An
AbstractFunction that counts its invocations and
exposes this through a public variable. |
static class |
XPathTestHelpers.CountingSF
A standard XPath function that counts its invocations, exposing
the count via a public variable.
|
static class |
XPathTestHelpers.GetNamespaceAF
An
AbstractFunction implementation that returns the
namespace of the first selected node. |
static class |
XPathTestHelpers.GetNamespaceSF
A standard XPath function implementation that returns the namespace
of the first selected node.
|
| Constructor and Description |
|---|
XPathTestHelpers() |