Uses of Class
sunlabs.brazil.util.LexML
-
Packages that use LexML Package Description sunlabs.brazil.template sunlabs.brazil.util -
-
Uses of LexML in sunlabs.brazil.template
Methods in sunlabs.brazil.template with parameters of type LexML Modifier and Type Method Description static java.lang.String
MacroTemplate. snarfTillClose(LexML lex, java.lang.String tag)
Grab all the markup starting from the current tag until the matching closing tag, and return as a string. -
Uses of LexML in sunlabs.brazil.util
Subclasses of LexML in sunlabs.brazil.util Modifier and Type Class Description class
LexHTML
This class breaks up HTML into tokens.
-