TemplateList.getHead
Code IndexAdd Codota to your IDE (free)

Best code snippets using org.apache.xalan.templates.TemplateList.getHead(Showing top 15 results out of 315)

  • Common ways to obtain TemplateList
private void myMethod () {
TemplateList t =
  • new TemplateList()
  • StylesheetRoot stylesheetRoot;stylesheetRoot.getTemplateListComposed()
  • AI code suggestions by Codota
}
origin: robovm/robovm

TemplateSubPatternAssociation head = isWildCard
                   ? m_wildCardPatterns
                   : getHead(target);
origin: robovm/robovm

TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm);
origin: xalan/xalan

TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm);
origin: xalan/xalan

TemplateSubPatternAssociation head = isWildCard
                   ? m_wildCardPatterns
                   : getHead(target);
origin: com.mobidevelop.robovm/robovm-rt

TemplateSubPatternAssociation head = isWildCard
                   ? m_wildCardPatterns
                   : getHead(target);
origin: MobiVM/robovm

TemplateSubPatternAssociation head = isWildCard
                   ? m_wildCardPatterns
                   : getHead(target);
origin: org.apache.xalan/xalan

TemplateSubPatternAssociation head = isWildCard
                   ? m_wildCardPatterns
                   : getHead(target);
origin: com.bugvm/bugvm-rt

TemplateSubPatternAssociation head = isWildCard
                   ? m_wildCardPatterns
                   : getHead(target);
origin: xalan/xalan

TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm);
origin: org.apache.xalan/xalan

TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm);
origin: com.bugvm/bugvm-rt

TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm);
origin: MobiVM/robovm

TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm);
origin: com.mobidevelop.robovm/robovm-rt

TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm);
origin: robovm/robovm

TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm);
origin: MobiVM/robovm

TemplateSubPatternAssociation head = getHead(xctxt, targetNode, dtm);
org.apache.xalan.templatesTemplateListgetHead

Javadoc

Get the head of the assocation list that is keyed by target.

Popular methods of TemplateList

  • <init>
    Construct a TemplateList object. Needs to be public so it can be invoked from the CompilingStyleshee
  • checkConflicts
    Check for match conflicts, and warn the stylesheet author.
  • compose
    After all templates have been added, this function should be called.
  • getPriorityOrScore
    Given a match pattern and template association, return the score of that match. This score or priori
  • getTemplate
    Given a target element, find the template that best matches in the given XSL document, according to
  • getTemplateFast
    Given a target element, find the template that best matches in the given XSL document, according to
  • insertAssociationIntoList
    Insert the given TemplateSubPatternAssociation into the the linked list. Sort by import precedence,
  • insertPatternInTable
    Add a template to the template list.
  • putHead
    Get the head of the assocation list that is keyed by target.
  • setTemplate
    Add a template to the table of named templates and/or the table of templates with match patterns. Th

Popular classes and methods

  • getExternalFilesDir (Context)
  • requestLocationUpdates (LocationManager)
  • setScale (BigDecimal)
    Returns a new BigDecimal instance with the specified scale. If the new scale is greater than the old
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • TreeMap (java.util)
    A map whose entries are sorted by their keys. All optional operations such as #put and #remove are s
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Runner (org.openjdk.jmh.runner)
    Runner executes JMH benchmarks.This is the entry point for JMH Java API. Runner is not usually reu
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t

For IntelliJ IDEA and
Android Studio

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)