Uses of Interface
jodd.lagarto.Tag
-
Packages that use Tag Package Description jodd.lagarto Jodd Lagarto - fast markup language (html/xml) event-based parser.jodd.lagarto.adapter Various useful Lagarto tag adapters that manipulate HTML content.jodd.lagarto.dom Lagarto DOM - create cool DOM tree with Lagarto parser.jodd.lagarto.visitor Some visitor implementations. -
-
Uses of Tag in jodd.lagarto
Classes in jodd.lagarto that implement Tag Modifier and Type Class Description (package private) classParsedTagReusable, parsedtagimplementation.Methods in jodd.lagarto with parameters of type Tag Modifier and Type Method Description voidEmptyTagVisitor. script(Tag tag, java.lang.CharSequence body)voidTagAdapter. script(Tag tag, java.lang.CharSequence body)voidTagVisitor. script(Tag tag, java.lang.CharSequence body)Invoked on script tag.voidTagVisitors. script(Tag tag, java.lang.CharSequence body)voidEmptyTagVisitor. tag(Tag tag)voidTagAdapter. tag(Tag tag)voidTagVisitor. tag(Tag tag)Invoked ontag(open, close or empty).voidTagVisitors. tag(Tag tag) -
Uses of Tag in jodd.lagarto.adapter
Methods in jodd.lagarto.adapter with parameters of type Tag Modifier and Type Method Description voidStripHtmlTagAdapter. tag(Tag tag)voidUrlRewriterTagAdapter. tag(Tag tag) -
Uses of Tag in jodd.lagarto.dom
Methods in jodd.lagarto.dom with parameters of type Tag Modifier and Type Method Description protected ElementLagartoDOMBuilderTagVisitor. createElementNode(Tag tag)Creates new element with correct configuration.protected voidLagartoDOMBuilderTagVisitor. fixUnclosedTagsUpToMatchingParent(Tag tag, Node matchingParent)Fixes all unclosed tags up to matching parent.voidLagartoDOMBuilderTagVisitor. script(Tag tag, java.lang.CharSequence body)voidLagartoDOMBuilderTagVisitor. tag(Tag tag)Visits tags.Constructors in jodd.lagarto.dom with parameters of type Tag Constructor Description Element(Document ownerNode, Tag tag, boolean voidElement, boolean selfClosed) -
Uses of Tag in jodd.lagarto.visitor
Methods in jodd.lagarto.visitor with parameters of type Tag Modifier and Type Method Description voidTagWriter. script(Tag tag, java.lang.CharSequence body)voidTagWriter. tag(Tag tag)
-