Home
last modified time | relevance | path

Searched refs:ELEMNAME_MESSAGE (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemMessage.java87 return Constants.ELEMNAME_MESSAGE; in getXSLToken()
DElemComment.java125 case Constants.ELEMNAME_MESSAGE : in appendChild()
DElemPI.java206 case Constants.ELEMNAME_MESSAGE : in appendChild()
DElemAttribute.java244 case Constants.ELEMNAME_MESSAGE : in appendChild()
DConstants.java88 ELEMNAME_VARIABLE = 73, ELEMNAME_MESSAGE = 75, ELEMNAME_LOCALE = 76, field in Constants