Home
last modified time | relevance | path

Searched refs:ELEMNAME_FOREACH (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemComment.java116 case Constants.ELEMNAME_FOREACH : in appendChild()
DElemPI.java197 case Constants.ELEMNAME_FOREACH : in appendChild()
DElemAttribute.java235 case Constants.ELEMNAME_FOREACH : in appendChild()
DConstants.java59 ELEMNAME_FOREACH = 28, ELEMNAME_KEY = 31, field in Constants
DRedundentExprEliminator.java1018 if((Constants.ELEMNAME_FOREACH == type) || in getPrevElementWithinContext()
1170 case Constants.ELEMNAME_FOREACH : in visitInstruction()
1174 if(type == Constants.ELEMNAME_FOREACH) in visitInstruction()
DElemForEach.java236 return Constants.ELEMNAME_FOREACH; in getXSLToken()