Uses of Class
org.apache.xalan.xsltc.compiler.Pattern
Packages that use Pattern
-
Uses of Pattern in org.apache.xalan.xsltc.compiler
Subclasses of Pattern in org.apache.xalan.xsltc.compilerMethods in org.apache.xalan.xsltc.compiler that return PatternModifier and TypeMethodDescriptionTemplate.getPattern()
Parser.parsePattern
(SyntaxTreeNode parent, String pattern) Parse an XPath pattern:Parser.parsePattern
(SyntaxTreeNode parent, String attr, 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 PatternModifier and TypeMethodDescriptionvoid
MethodGenerator.addInstructionList
(Pattern pattern, org.apache.bcel.generic.InstructionList ilist) Add a pre-compiled pattern to this mode.org.apache.bcel.generic.InstructionList
MethodGenerator.getInstructionList
(Pattern pattern) Get the instruction list for a pre-compiled pattern.