Uses of Class
org.apache.xalan.xsltc.compiler.Pattern

Packages that use Pattern
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
(package private)  class AbsolutePathPattern
           
(package private)  class AlternativePattern
           
(package private)  class AncestorPattern
           
(package private)  class IdKeyPattern
           
(package private)  class IdPattern
           
(package private)  class KeyPattern
           
 class LocationPathPattern
           
(package private)  class ParentPattern
           
(package private)  class ProcessingInstructionPattern
           
(package private)  class RelativePathPattern
           
(package private)  class StepPattern
           
 

Fields in org.apache.xalan.xsltc.compiler declared as Pattern
private  Pattern Number._count
           
private  Pattern Number._from
           
private  Pattern ParentPattern._left
           
private  Pattern AncestorPattern._left
           
private  Pattern AlternativePattern._left
           
private  Pattern Key._match
          The pattern to match starting at the root node.
private  Pattern Template._pattern
           
private  Pattern AlternativePattern._right
           
 

Methods in org.apache.xalan.xsltc.compiler that return Pattern
 Pattern AlternativePattern.getLeft()
           
 Pattern Template.getPattern()
           
 Pattern AlternativePattern.getRight()
           
 Pattern Parser.parsePattern(SyntaxTreeNode parent, java.lang.String pattern)
          Parse an XPath pattern:
 Pattern Parser.parsePattern(SyntaxTreeNode parent, java.lang.String attr, java.lang.String def)
          Parse an XPath pattern:
 

Methods in org.apache.xalan.xsltc.compiler with parameters of type Pattern
private  void Mode.flattenAlternative(Pattern pattern, Template template, java.util.Hashtable keys)
          This method will break up alternative patterns (ie.
 

Constructors in org.apache.xalan.xsltc.compiler with parameters of type Pattern
AlternativePattern(Pattern left, Pattern right)
          Construct an alternative pattern.
AncestorPattern(Pattern left, RelativePathPattern right)
           
ParentPattern(Pattern left, RelativePathPattern right)
           
 

Uses of Pattern in org.apache.xalan.xsltc.compiler.util
 

Methods in org.apache.xalan.xsltc.compiler.util with parameters of type Pattern
 void MethodGenerator.addInstructionList(Pattern pattern, InstructionList ilist)
          Add a pre-compiled pattern to this mode.
 InstructionList MethodGenerator.getInstructionList(Pattern pattern)
          Get the instruction list for a pre-compiled pattern.