Uses of Class
org.apache.xalan.templates.ElemLiteralResult
-
Packages that use ElemLiteralResult Package Description org.apache.xalan.templates Implements theTemplates
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 Modifier and Type Class Description class
ElemExtensionCall
Implement an extension element.class
ElemUnknown
Implement an unknown elementMethods in org.apache.xalan.templates with parameters of type ElemLiteralResult Modifier and Type Method Description boolean
XSLTVisitor. visitLiteralResultElement(ElemLiteralResult elem)
Visit a LiteralResultElement.
-