Uses of Enum Class
jodd.lagarto.dom.render.LagartoHtmlRendererNodeVisitor.Case
Packages that use LagartoHtmlRendererNodeVisitor.Case
-
Uses of LagartoHtmlRendererNodeVisitor.Case in jodd.lagarto.dom.render
Subclasses with type arguments of type LagartoHtmlRendererNodeVisitor.Case in jodd.lagarto.dom.renderModifier and TypeClassDescriptionstatic enumEnumeration of case options for output name.Fields in jodd.lagarto.dom.render declared as LagartoHtmlRendererNodeVisitor.CaseModifier and TypeFieldDescriptionprotected LagartoHtmlRendererNodeVisitor.CaseLagartoHtmlRendererNodeVisitor.attributeCaseLetter case of attributes names.protected LagartoHtmlRendererNodeVisitor.CaseLagartoHtmlRendererNodeVisitor.tagCaseLetter case of tag names.Methods in jodd.lagarto.dom.render that return LagartoHtmlRendererNodeVisitor.CaseModifier and TypeMethodDescriptionLagartoHtmlRendererNodeVisitor.getAttributeCase()LagartoHtmlRendererNodeVisitor.getTagCase()Returns the enum constant of this class with the specified name.static LagartoHtmlRendererNodeVisitor.Case[]LagartoHtmlRendererNodeVisitor.Case.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in jodd.lagarto.dom.render with parameters of type LagartoHtmlRendererNodeVisitor.CaseModifier and TypeMethodDescriptionvoidLagartoHtmlRendererNodeVisitor.setAttributeCase(LagartoHtmlRendererNodeVisitor.Case attributeCase) Setscaseof attribute names.voidLagartoHtmlRendererNodeVisitor.setTagCase(LagartoHtmlRendererNodeVisitor.Case tagCase) Setscaseof tag names.