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