| java.lang.Object org.mactor.extensions.xml.XPathIgnoreNsValueExtractor
XPathIgnoreNsValueExtractor | public class XPathIgnoreNsValueExtractor implements ValueCommand(Code) | | Extracts a selected field from the last received message
The field to select is specified as a single parameter containing the XPath expression that selects the single attribute or element
Namespace information in the evaluated messages is ignored, so the XPath expressions must not include namespace prefixes
author: Lars Ivar Almli |
|
|