Searched refs:ElemTextLiteral (Results 1 – 7 of 7) sorted by relevance
27 import org.apache.xalan.templates.ElemTextLiteral;61 ElemTextLiteral elem = new ElemTextLiteral(); in startNonText()
42 import org.apache.xalan.templates.ElemTextLiteral;149 || elem instanceof ElemTextLiteral in validate()
51 import org.apache.xalan.templates.ElemTextLiteral;328 ElemTextLiteral.class /* class object */); in build()336 ElemTextLiteral.class /* should be null? -sb */); in build()
224 ElemTextLiteral tl = (ElemTextLiteral) childOfSDecl; in compose()
429 ElemTextLiteral lit = (ElemTextLiteral) t; in rewriteChildToExpression()
34 public class ElemTextLiteral extends ElemTemplateElement class
62 import org.apache.xalan.templates.ElemTextLiteral;1882 return ((ElemTextLiteral)firstChild).getNodeValue(); in transformToString()2184 char[] chars = ((ElemTextLiteral)t).getChars(); in executeChildTemplates()