Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemWithParam.java129 return Constants.ELEMNAME_WITHPARAM; in getXSLToken()
DElemCallTemplate.java335 if (Constants.ELEMNAME_WITHPARAM == type) in appendChild()
DConstants.java40 public static final int ELEMNAME_UNDEFINED = -1, ELEMNAME_WITHPARAM = 2, field in Constants