public class IdentifierExtract extends AbstractTransformationFunction
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
log |
static String |
paramRegExpr |
static String |
paramXpathExprInSource |
static String |
paramXpathExprJson |
| Constructor and Description |
|---|
IdentifierExtract() |
| Modifier and Type | Method and Description |
|---|---|
NodeList |
extract(List<String> aXpathExprList,
Node aInput,
String aRegExpression,
Document aDocument,
XPath aXpath)
extract content matched by a regular expression pattern from a given node and return matched content as a node-list
|
public static final org.apache.commons.logging.Log log
public static final String paramXpathExprJson
public static final String paramXpathExprInSource
public static final String paramRegExpr
public NodeList extract(List<String> aXpathExprList, Node aInput, String aRegExpression, Document aDocument, XPath aXpath) throws ProcessingException
aXpathExprList - aInput - aRegExpression - aDocument - aXpath - ProcessingExceptionCopyright © 2025. All rights reserved.