Uses of Class
org.apache.xalan.templates.TemplateSubPatternAssociation

Packages that use TemplateSubPatternAssociation
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
 

Uses of TemplateSubPatternAssociation in org.apache.xalan.templates
 

Fields in org.apache.xalan.templates declared as TemplateSubPatternAssociation
private  TemplateSubPatternAssociation TemplateList.TemplateWalker.curPattern
           
private  TemplateSubPatternAssociation TemplateList.m_commentPatterns
          Comment Patterns.
private  TemplateSubPatternAssociation TemplateList.m_docPatterns
          Root document Patterns.
private  TemplateSubPatternAssociation TemplateSubPatternAssociation.m_next
          Next pattern
private  TemplateSubPatternAssociation TemplateList.m_textPatterns
          Text Patterns.
private  TemplateSubPatternAssociation TemplateList.m_wildCardPatterns
          Wildcard patterns.
 

Methods in org.apache.xalan.templates that return TemplateSubPatternAssociation
private  TemplateSubPatternAssociation TemplateList.getHead(java.lang.String key)
          Get the head of the assocation list that is keyed by target.
 TemplateSubPatternAssociation TemplateList.getHead(XPathContext xctxt, int targetNode, DTM dtm)
          Get the head of the most likely list of associations to check, based on the name and type of the targetNode argument.
 TemplateSubPatternAssociation TemplateSubPatternAssociation.getNext()
          Get the next association.
private  TemplateSubPatternAssociation TemplateList.insertAssociationIntoList(TemplateSubPatternAssociation head, TemplateSubPatternAssociation item, boolean isWildCardInsert)
          Insert the given TemplateSubPatternAssociation into the the linked list.
 

Methods in org.apache.xalan.templates with parameters of type TemplateSubPatternAssociation
private  void TemplateList.checkConflicts(TemplateSubPatternAssociation head, XPathContext xctxt, int targetNode, QName mode)
          Check for match conflicts, and warn the stylesheet author.
private  double TemplateList.getPriorityOrScore(TemplateSubPatternAssociation matchPat)
          Given a match pattern and template association, return the score of that match.
private  TemplateSubPatternAssociation TemplateList.insertAssociationIntoList(TemplateSubPatternAssociation head, TemplateSubPatternAssociation item, boolean isWildCardInsert)
          Insert the given TemplateSubPatternAssociation into the the linked list.
private  void TemplateList.putHead(java.lang.String key, TemplateSubPatternAssociation assoc)
          Get the head of the assocation list that is keyed by target.
 void TemplateSubPatternAssociation.setNext(TemplateSubPatternAssociation mp)
          Set the next element on this association list, which should be equal or less in priority to this association, and, if equal priority, should occur before this template in document order.