Home | History | Annotate | Download | only in compiler

Lines Matching defs:Pattern

52    * The next token in the pattern.
167 * Given an string, init an XPath object for pattern matches,
194 Pattern();
320 * be used for pattern matching.
362 * be used for pattern matching.
1673 // by a regular step pattern.
2046 new Object[]{ m_token }); //"Pattern literal ("+m_token+") needs to be quoted!");
2090 // ============= PATTERN FUNCTIONS =================
2094 * Pattern ::= LocationPathPattern
2095 * | Pattern '|' LocationPathPattern
2100 protected void Pattern() throws javax.xml.transform.TransformerException
2177 // of a '//' pattern, and so will cause 'a' to be matched when it has
2210 // "A relative path pattern was expected."
2338 // "A step was expected in the pattern, but '/' was encountered."