Uses of Class
jodd.lagarto.dom.render.LagartoHtmlRendererNodeVisitor.Case
-
Packages that use LagartoHtmlRendererNodeVisitor.Case Package Description jodd.lagarto.dom.render -
-
Uses of LagartoHtmlRendererNodeVisitor.Case in jodd.lagarto.dom.render
Fields in jodd.lagarto.dom.render declared as LagartoHtmlRendererNodeVisitor.Case Modifier and Type Field Description protected LagartoHtmlRendererNodeVisitor.CaseLagartoHtmlRendererNodeVisitor. attributeCaseLetter case of attributes names.protected LagartoHtmlRendererNodeVisitor.CaseLagartoHtmlRendererNodeVisitor. tagCaseLetter case of tag names.Methods in jodd.lagarto.dom.render that return LagartoHtmlRendererNodeVisitor.Case Modifier and Type Method Description LagartoHtmlRendererNodeVisitor.CaseLagartoHtmlRendererNodeVisitor. getAttributeCase()LagartoHtmlRendererNodeVisitor.CaseLagartoHtmlRendererNodeVisitor. getTagCase()static LagartoHtmlRendererNodeVisitor.CaseLagartoHtmlRendererNodeVisitor.Case. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LagartoHtmlRendererNodeVisitor.Case[]LagartoHtmlRendererNodeVisitor.Case. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jodd.lagarto.dom.render with parameters of type LagartoHtmlRendererNodeVisitor.Case Modifier and Type Method Description voidLagartoHtmlRendererNodeVisitor. setAttributeCase(LagartoHtmlRendererNodeVisitor.Case attributeCase)Setscaseof attribute names.voidLagartoHtmlRendererNodeVisitor. setTagCase(LagartoHtmlRendererNodeVisitor.Case tagCase)Setscaseof tag names.
-