Searched refs:getImportCountComposed (Results 1 - 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DTemplateSubPatternAssociation.java212 return m_template.getStylesheetComposed().getImportCountComposed();
H A DStylesheetComposed.java244 public int getImportCountComposed() method in class:StylesheetComposed
H A DElemTemplateElement.java1497 * The order is determined by the getImportCountComposed() of the containing
1511 int roPrecedence = ro.getStylesheetComposed().getImportCountComposed();
1512 int myPrecedence = this.getStylesheetComposed().getImportCountComposed();
H A DTemplateList.java84 existingTemplate.getStylesheetComposed().getImportCountComposed();
85 int newPrecedence = template.getStylesheetComposed().getImportCountComposed();
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java1980 template.getStylesheetComposed().getImportCountComposed() - 1;

Completed in 349 milliseconds