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

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

Completed in 80 milliseconds