Package | Description |
---|---|
org.apache.commons.jelly.impl |
Core implementation classes for Jelly.
|
org.apache.commons.jelly.parser |
Jelly parsers both XML syntax and non-XML syntaxes are supported.
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeTextScriptBlock
CompositeTextScriptBlock represents a text body of a
a tag which contains expressions, so that whitespace trimming
can be handled differently. |
Modifier and Type | Method and Description |
---|---|
ScriptBlock |
XMLParser.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLParser.addExpressionScript(ScriptBlock script,
Expression expression)
Adds the given Expression object to the current Script.
|
Copyright © 2014 Apache Software Foundation. All rights reserved.