Tag Documentation

[tag libraries] [tags]

The following document contains a summary of all theJellytag libraries.

Tag Libraries

[tag libraries] [tags]

LibraryDescription
jelly:html

Tags for parsing HTML so that it can be processed by Jelly using Andy Clark's NekoHTML

jelly:html

Tags for parsing HTML so that it can be processed by Jelly using Andy Clark's NekoHTML

Tag NameDescription
parseA 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.

Tags

[tag libraries] [tags]

html: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.

Attribute NameTypeDescription
SAXReaderorg.dom4j.io.SAXReader
attributejava.lang.StringSets whether attributes should be converted to a different case.Possible values are "upper", "lower" or "no-change"
elementjava.lang.StringSets whether elements should be converted to a different casePossible values are "upper", "lower" or "match"
escapeTextboolean
htmljava.lang.ObjectSets the source of the HTML which is either a String URI, Reader or InputStream
textjava.lang.String
trimboolean
varjava.lang.String