Searched refs:matchPattern (Results 1 – 3 of 3) sorted by relevance
69 public WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet) in WhiteSpaceInfo() argument74 setMatch(matchPattern); in WhiteSpaceInfo()
182 expr = matchPattern(opPos + 2); break; in compile()678 protected Expression matchPattern(int opPos) throws TransformerException in matchPattern() method in Compiler
357 public static boolean matchPattern(String name, String pattern) { in matchPattern() method in Util