Home
last modified time | relevance | path

Searched refs:visitTopLevelInstruction (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheet.java1404 visitor.visitTopLevelInstruction(getOutput(j)); in callChildVisitors()
1413 if (visitor.visitTopLevelInstruction(attrSet)) in callChildVisitors()
1423 visitor.visitTopLevelInstruction(getDecimalFormat(j)); in callChildVisitors()
1431 visitor.visitTopLevelInstruction(getKey(j)); in callChildVisitors()
1439 visitor.visitTopLevelInstruction(getNamespaceAlias(j)); in callChildVisitors()
1450 if (visitor.visitTopLevelInstruction(template)) in callChildVisitors()
1478 visitor.visitTopLevelInstruction(getStripSpace(j)); in callChildVisitors()
1484 visitor.visitTopLevelInstruction(getPreserveSpace(j)); in callChildVisitors()
1493 if (visitor.visitTopLevelInstruction(elem)) in callChildVisitors()
DXSLTVisitor.java64 public boolean visitTopLevelInstruction(ElemTemplateElement elem) in visitTopLevelInstruction() method in XSLTVisitor
DRedundentExprEliminator.java1143 public boolean visitTopLevelInstruction(ElemTemplateElement elem) in visitTopLevelInstruction() method in RedundentExprEliminator