|
|
[tag libraries]
[tags]
| Library | Description |
| jelly:html |
Tags for parsing HTML so that it can be processed by Jelly using Andy Clark's
NekoHTML
|
Tags for parsing HTML so that it can be processed by Jelly using Andy Clark's
NekoHTML
| Tag Name | Description |
| parse | A tag which parses some HTML and defines a variable with the parsed Document.The HTML can either be specified as its body or can be passed in via thehtml property which can be a Reader, InputStream, URL or String URI.
|
[tag libraries]
[tags]
A tag which parses some HTML and defines a variable with the parsed Document.The HTML can either be specified as its body or can be passed in via thehtml property which can be a Reader, InputStream, URL or String URI.
| Attribute Name | Type | Description |
| SAXReader | org.dom4j.io.SAXReader |
|
| attribute | java.lang.String | Sets whether attributes should be converted to a different case.Possible values are "upper", "lower" or "no-change"
|
| element | java.lang.String | Sets whether elements should be converted to a different casePossible values are "upper", "lower" or "match"
|
| escapeText | boolean |
|
| html | java.lang.Object | Sets the source of the HTML which is either a String URI, Reader or InputStream |
| text | java.lang.String |
|
| trim | boolean |
|
| var | java.lang.String |
|
|