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

Packages that use ElemLiteralResult
org.apache.xalan.templates Implements the Templates interface, and defines a set of classes that represent an XSLT stylesheet. 
 

Uses of ElemLiteralResult in org.apache.xalan.templates
 

Subclasses of ElemLiteralResult in org.apache.xalan.templates
 class ElemExtensionCall
          Implement an extension element.
 class ElemUnknown
          Implement an unknown element
 

Methods in org.apache.xalan.templates with parameters of type ElemLiteralResult
 boolean XSLTVisitor.visitLiteralResultElement(ElemLiteralResult elem)
          Visit a LiteralResultElement.