Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex.RegularExpression
-
Packages that use RegularExpression Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex -
-
Uses of RegularExpression in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xpath.regex that return RegularExpression Modifier and Type Method Description static RegularExpression
REUtil. createRegex(String pattern, String options)
Creates a RegularExpression instance.
-