Uses of Interface
jodd.lagarto.Tag
Packages that use Tag
Package
Description
Jodd Lagarto - fast markup language (html/xml) event-based parser.
Various useful Lagarto tag adapters that manipulate HTML content.
Lagarto DOM - create cool DOM tree with Lagarto parser.
Some visitor implementations.
-
Uses of Tag in jodd.lagarto
Classes in jodd.lagarto that implement TagMethods in jodd.lagarto with parameters of type TagModifier and TypeMethodDescriptionvoidEmptyTagVisitor.script(Tag tag, CharSequence body) voidTagAdapter.script(Tag tag, CharSequence body) voidTagVisitor.script(Tag tag, CharSequence body) Invoked on script tag.voidTagVisitors.script(Tag tag, CharSequence body) voidvoidvoidInvoked ontag(open, close or empty).void -
Uses of Tag in jodd.lagarto.adapter
Methods in jodd.lagarto.adapter with parameters of type Tag -
Uses of Tag in jodd.lagarto.dom
Methods in jodd.lagarto.dom with parameters of type TagModifier and TypeMethodDescriptionprotected 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, CharSequence body) voidVisits tags.Constructors in jodd.lagarto.dom with parameters of type Tag -
Uses of Tag in jodd.lagarto.visitor
Methods in jodd.lagarto.visitor with parameters of type Tag