Uses of Class
org.opencypher.tools.io.HtmlTag
-
Packages that use HtmlTag Package Description org.opencypher.tools.grammar This is the entry-point package for the tools in this library.org.opencypher.tools.io This package contains utilities for dealing with text output. -
-
Uses of HtmlTag in org.opencypher.tools.grammar
Methods in org.opencypher.tools.grammar with parameters of type HtmlTag Modifier and Type Method Description static voidISO14977. html(HtmlTag parent, Production production, ISO14977.HtmlLinker linker)static voidSQLBNF. html(HtmlTag parent, Production production, SQLBNF.HtmlLinker linker) -
Uses of HtmlTag in org.opencypher.tools.io
Methods in org.opencypher.tools.io that return HtmlTag Modifier and Type Method Description HtmlTagHtmlTag. a(String href, String text)HtmlTagHtmlTag.Html. body()HtmlTagHtmlTag. tag(String tag, HtmlTag.Attribute... attributes)HtmlTagHtmlTag. text(String text)HtmlTagHtmlTag. textTag(String tag, String text, HtmlTag.Attribute... attributes)
-