Uses of Class
org.apache.xalan.xsltc.compiler.Pattern
-
Packages that use Pattern Package Description org.apache.xalan.xsltc.compiler org.apache.xalan.xsltc.compiler.util -
-
Uses of Pattern in org.apache.xalan.xsltc.compiler
Subclasses of Pattern in org.apache.xalan.xsltc.compiler Modifier and Type Class Description classLocationPathPatternMethods in org.apache.xalan.xsltc.compiler that return Pattern Modifier and Type Method Description PatternTemplate. getPattern()PatternParser. parsePattern(SyntaxTreeNode parent, java.lang.String pattern)Parse an XPath pattern:PatternParser. parsePattern(SyntaxTreeNode parent, java.lang.String attr, java.lang.String def)Parse an XPath pattern: -
Uses of Pattern in org.apache.xalan.xsltc.compiler.util
Methods in org.apache.xalan.xsltc.compiler.util with parameters of type Pattern Modifier and Type Method Description voidMethodGenerator. addInstructionList(Pattern pattern, org.apache.bcel.generic.InstructionList ilist)Add a pre-compiled pattern to this mode.org.apache.bcel.generic.InstructionListMethodGenerator. getInstructionList(Pattern pattern)Get the instruction list for a pre-compiled pattern.
-