| java.lang.Object org.mactor.extensions.xml.XPathIgnoreNsRegExpValidator
XPathIgnoreNsRegExpValidator | public class XPathIgnoreNsRegExpValidator implements ActionCommand(Code) | | Validates that a selected field from the last received message matches a specifed value.
The field to select and the value it must be equal to is specified as a single parameter on the form:
[XPath expression that selects the single attribute or element ]==[a regular expression that the field must match]
Namespace information in the evaluated messages is ignored, so the XPath expressions must not include namespace prefixes
author: Lars Ivar Almli |
|
|