public class AnalyzeMappingFunction extends java.lang.Object implements ContextMappingFunction
Constructor and Description |
---|
AnalyzeMappingFunction(RegexIterator base,
XPathContext c2,
Expression nonMatchExpr,
Expression matchingExpr) |
Modifier and Type | Method and 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 ContextMappingFunction
context
- 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 detectedCopyright (c) 2004-2018 Saxonica Limited. All rights reserved.