Uses of Class
jodd.lagarto.TagType
-
Packages that use TagType Package Description jodd.lagarto Jodd Lagarto - fast markup language (html/xml) event-based parser. -
-
Uses of TagType in jodd.lagarto
Fields in jodd.lagarto declared as TagType Modifier and Type Field Description private TagTypeParsedTag. typeMethods in jodd.lagarto that return TagType Modifier and Type Method Description TagTypeParsedTag. getType()TagTypeTag. getType()Returnstype of tag(e.g.static TagTypeTagType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TagType[]TagType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jodd.lagarto with parameters of type TagType Modifier and Type Method Description voidParsedTag. setType(TagType type)voidTag. setType(TagType type)Setstag type.
-