ContextMappingFunctionpublic class AnalyzeMappingFunction extends java.lang.Object implements ContextMappingFunction
| Constructor | Description |
|---|---|
AnalyzeMappingFunction(RegexIterator base,
XPathContext c2,
Expression nonMatchExpr,
Expression matchingExpr) |
| Modifier and Type | Method | Description |
|---|---|---|
SequenceIterator |
map(XPathContext context) |
Map one item to a sequence.
|
public AnalyzeMappingFunction(RegexIterator base, XPathContext c2, Expression nonMatchExpr, Expression matchingExpr)
public SequenceIterator map(XPathContext context) throws XPathException
map in interface ContextMappingFunctioncontext - The processing context. Some mapping functions use this because they require
context information. Some mapping functions modify the context by maintaining the context item
and position. In other cases, the context may be null.XPathException - if a dynamic error is detected