Searched refs:ELEMNAME_WITHPARAM (Results 1 – 3 of 3) sorted by relevance
129 return Constants.ELEMNAME_WITHPARAM; in getXSLToken()
335 if (Constants.ELEMNAME_WITHPARAM == type) in appendChild()
40 public static final int ELEMNAME_UNDEFINED = -1, ELEMNAME_WITHPARAM = 2, field in Constants