Searched refs:callAttributes (Results 1 - 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemForEach.java452 public void callChildVisitors(XSLTVisitor visitor, boolean callAttributes) argument
454 if(callAttributes && (null != m_selectExpression))
464 super.callChildVisitors(visitor, callAttributes);
H A DElemTemplateElement.java1633 protected void callChildVisitors(XSLTVisitor visitor, boolean callAttributes) argument

Completed in 321 milliseconds