Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemComment.java123 case Constants.ELEMNAME_COPY : in appendChild()
DElemCopy.java56 return Constants.ELEMNAME_COPY; in getXSLToken()
DElemPI.java204 case Constants.ELEMNAME_COPY : in appendChild()
DElemAttribute.java242 case Constants.ELEMNAME_COPY : in appendChild()
DConstants.java47 ELEMNAME_CONTENTS = 8, ELEMNAME_COPY = 9, field in Constants