Uses of Class
org.apache.commons.jelly.impl.ScriptBlock
Packages that use ScriptBlock
Package
Description
Core implementation classes for Jelly.
Jelly parsers both XML syntax and non-XML syntaxes are supported.
-
Uses of ScriptBlock in org.apache.commons.jelly.impl
Subclasses of ScriptBlock in org.apache.commons.jelly.implModifier and TypeClassDescriptionclass
CompositeTextScriptBlock
represents a text body of a a tag which contains expressions, so that whitespace trimming can be handled differently. -
Uses of ScriptBlock in org.apache.commons.jelly.parser
Methods in org.apache.commons.jelly.parser that return ScriptBlockModifier and TypeMethodDescriptionXMLParser.getScript()
Returns the script that has just been created if this class is used as a SAX ContentHandler and passed into some XML processor or parser.Methods in org.apache.commons.jelly.parser with parameters of type ScriptBlockModifier and TypeMethodDescriptionprotected void
XMLParser.addExpressionScript
(ScriptBlock script, Expression expression) Adds the given Expression object to the current Script.