C D M P R T

M

match(NodeList, String) - Static method in class com.linkwerk.util.Regexp
The match function returns a node set of match elements, for each string value that is equal to a portion of the first parameter node list, captured by the second parameter regular expression All the text nodes or attributes of the elements or attribute values of the node list are concatenated before the match is executed.
match(NodeList, String, String) - Static method in class com.linkwerk.util.Regexp
The match function returns a node set of match elements, for each string value that is equal to a portion of the first parameter node list, captured by the second parameter regular expression.
match(String, String) - Static method in class com.linkwerk.util.Regexp
The match function returns a node set of match elements, for each string value that is equal to a portion of the first parameter string, captured by the second parameter regular expression.
match(String, String, String) - Static method in class com.linkwerk.util.Regexp
The match function returns a node set of match elements, for each string value that is equal to a portion of the first parameter string, captured by the second parameter regular expression The second parameter is a regular expression that follows the regular expression syntax of the java.util.regex package of the Java 2 Platform, Standard Edition (since 1.4).

C D M P R T