| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TemplateSubPatternAssociation | |
|---|---|
| org.apache.xalan.templates | Implements the Templatesinterface, 
    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_commentPatternsComment Patterns. | 
| private  TemplateSubPatternAssociation | TemplateList.m_docPatternsRoot document Patterns. | 
| private  TemplateSubPatternAssociation | TemplateSubPatternAssociation.m_nextNext pattern | 
| private  TemplateSubPatternAssociation | TemplateList.m_textPatternsText Patterns. | 
| private  TemplateSubPatternAssociation | TemplateList.m_wildCardPatternsWildcard 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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||