Uses of Interface
org.opencypher.tools.io.HtmlTag.Attribute
-
Packages that use HtmlTag.Attribute Package Description org.opencypher.tools.io This package contains utilities for dealing with text output. -
-
Uses of HtmlTag.Attribute in org.opencypher.tools.io
Methods in org.opencypher.tools.io that return HtmlTag.Attribute Modifier and Type Method Description static HtmlTag.AttributeHtmlTag. attr(String attribute, String value)Generate html tag attributes for use in .Methods in org.opencypher.tools.io with parameters of type HtmlTag.Attribute Modifier and Type Method Description static HtmlTag.HeadTagHtmlTag. head(String tag, String text, HtmlTag.Attribute... attributes)Generate html tags for use in<head>.HtmlTagHtmlTag. tag(String tag, HtmlTag.Attribute... attributes)HtmlTagHtmlTag. textTag(String tag, String text, HtmlTag.Attribute... attributes)
-