Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemChoose.java109 else if (Constants.ELEMNAME_OTHERWISE == type) in execute()
142 case Constants.ELEMNAME_OTHERWISE : in appendChild()
DElemOtherwise.java45 return Constants.ELEMNAME_OTHERWISE; in getXSLToken()
DConstants.java65 ELEMNAME_OTHERWISE = 39, ELEMNAME_PI = 58, field in Constants