Searched refs:callChildVisitors (Results 1 - 14 of 14) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemWhen.java119 protected void callChildVisitors(XSLTVisitor visitor, boolean callAttrs) method in class:ElemWhen
123 super.callChildVisitors(visitor, callAttrs);
H A DElemIf.java143 protected void callChildVisitors(XSLTVisitor visitor, boolean callAttrs) method in class:ElemIf
147 super.callChildVisitors(visitor, callAttrs);
H A DElemValueOf.java282 protected void callChildVisitors(XSLTVisitor visitor, boolean callAttrs) method in class:ElemValueOf
286 super.callChildVisitors(visitor, callAttrs);
H A DElemWithParam.java232 protected void callChildVisitors(XSLTVisitor visitor, boolean callAttrs) method in class:ElemWithParam
236 super.callChildVisitors(visitor, callAttrs);
H A DElemCallTemplate.java349 public void callChildVisitors(XSLTVisitor visitor, boolean callAttrs) method in class:ElemCallTemplate
362 super.callChildVisitors(visitor, callAttrs);
H A DElemCopyOf.java232 protected void callChildVisitors(XSLTVisitor visitor, boolean callAttrs) method in class:ElemCopyOf
236 super.callChildVisitors(visitor, callAttrs);
H A DElemElement.java358 protected void callChildVisitors(XSLTVisitor visitor, boolean callAttrs) method in class:ElemElement
369 super.callChildVisitors(visitor, callAttrs);
H A DStylesheet.java1387 protected void callChildVisitors(XSLTVisitor visitor, boolean callAttrs) method in class:Stylesheet
1415 attrSet.callChildVisitors(visitor);
1452 template.callChildVisitors(visitor);
1469 var.callChildVisitors(visitor);
1495 elem.callChildVisitors(visitor);
H A DElemForEach.java452 public void callChildVisitors(XSLTVisitor visitor, boolean callAttributes) method in class:ElemForEach
464 super.callChildVisitors(visitor, callAttributes);
H A DElemVariable.java485 protected void callChildVisitors(XSLTVisitor visitor, boolean callAttrs) method in class:ElemVariable
489 super.callChildVisitors(visitor, callAttrs);
H A DElemTemplateElement.java1625 callChildVisitors(visitor);
1633 protected void callChildVisitors(XSLTVisitor visitor, boolean callAttributes) method in class:ElemTemplateElement
1647 protected void callChildVisitors(XSLTVisitor visitor) method in class:ElemTemplateElement
1649 callChildVisitors(visitor, true);
H A DElemLiteralResult.java1450 protected void callChildVisitors(XSLTVisitor visitor, boolean callAttrs) method in class:ElemLiteralResult
1462 super.callChildVisitors(visitor, callAttrs);
H A DRedundentExprEliminator.java1185 // Visit children. Call the superclass callChildVisitors, because
1188 elem.callChildVisitors(this, false);
1202 elem.callChildVisitors(this);
H A DElemNumber.java1976 public void callChildVisitors(XSLTVisitor visitor, boolean callAttrs) method in class:ElemNumber
1999 super.callChildVisitors(visitor, callAttrs);

Completed in 120 milliseconds