Package client.net.sf.saxon.ce.regex

Examples of client.net.sf.saxon.ce.regex.ARegularExpression.analyze()


        if (re.matches("")) {
            dynamicError("The regular expression must not be one that matches a zero-length string",
                    "XTDE1150", context);
        }

        return re.analyze(input);
    }

    /**
     * Return an Iterator to iterate over the values of a sequence. The value of every
     * expression can be regarded as a sequence, so this method is supported for all
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.