Home
last modified time | relevance | path

Searched refs:ELEMNAME_APPLY_IMPORTS (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemApplyImport.java49 return Constants.ELEMNAME_APPLY_IMPORTS; in getXSLToken()
DElemComment.java114 case Constants.ELEMNAME_APPLY_IMPORTS : in appendChild()
DElemPI.java195 case Constants.ELEMNAME_APPLY_IMPORTS : in appendChild()
DElemAttribute.java233 case Constants.ELEMNAME_APPLY_IMPORTS : in appendChild()
DConstants.java87 ELEMNAME_COUNTERSCOPE = 71, ELEMNAME_APPLY_IMPORTS = 72, field in Constants
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java1973 == Constants.ELEMNAME_APPLY_IMPORTS); in applyTemplateToNode()