< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/RegularExpression.java

Print this page

        

*** 29,39 **** /** * A regular expression matching engine using Non-deterministic Finite Automaton (NFA). * This engine does not conform to the POSIX regular expression. * * <hr width="50%"> ! * <h3>How to use</h3> * * <dl> * <dt>A. Standard way * <dd> * <pre> --- 29,39 ---- /** * A regular expression matching engine using Non-deterministic Finite Automaton (NFA). * This engine does not conform to the POSIX regular expression. * * <hr width="50%"> ! * <h2>How to use</h2> * * <dl> * <dt>A. Standard way * <dd> * <pre>
< prev index next >