Tag Documentation[tag libraries] [tags] The following document contains a summary of all theJellytag libraries. Tag Libraries[tag libraries] [tags]
jelly:betwixt
A tag library for turning XML into beans or beans into XML using the Betwixt library
Tags[tag libraries] [tags] betwixt:introspectorCreates a Betwixt XMLIntrospector instance that can be used by the other Betwixt tags.
betwixt:parseParses some XML specified via the given URI (which can be relative or an absolute URL) and outputs theparsed object. Typically this tag is customized by setting the introspector attribute or nesting a childintrospector tag inside it.
|