Uses of Class
org.apache.xalan.templates.ElemText

Packages that use ElemText
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
 

Uses of ElemText in org.apache.xalan.processor
 

Fields in org.apache.xalan.processor declared as ElemText
private  ElemText ProcessorCharacters.m_xslTextElement
          The xsl:text processor will call this to set a preserve space state.
 

Methods in org.apache.xalan.processor with parameters of type ElemText
(package private)  void ProcessorCharacters.setXslTextElement(ElemText xslTextElement)
          Set the current setXslTextElement.