Home
last modified time | relevance | path

Searched refs:getImportLevel (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DTemplateList.java235 int importLevel = item.getImportLevel(); in insertAssociationIntoList()
261 if (importLevel > next.getImportLevel()) in insertAssociationIntoList()
263 else if (importLevel < next.getImportLevel()) in insertAssociationIntoList()
279 if (importLevel > insertPoint.getImportLevel()) in insertAssociationIntoList()
281 else if (importLevel < insertPoint.getImportLevel()) in insertAssociationIntoList()
552 if ( (maxImportLevel > -1) && (head.getImportLevel() > maxImportLevel) ) in getTemplateFast()
679 if ( (maxImportLevel > -1) && (head.getImportLevel() > maxImportLevel)) in getTemplate()
683 if (head.getImportLevel()<= maxImportLevel - endImportLevel) in getTemplate()
DTemplateSubPatternAssociation.java210 public final int getImportLevel() in getImportLevel() method in TemplateSubPatternAssociation