| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ISO14977.html(HtmlTag parent,
Production production,
ISO14977.HtmlLinker linker) |
static void |
SQLBNF.html(HtmlTag parent,
Production production,
SQLBNF.HtmlLinker linker) |
| Modifier and Type | Method and Description |
|---|---|
HtmlTag |
HtmlTag.Html.body() |
HtmlTag |
HtmlTag.tag(String tag,
HtmlTag.Attribute<Void>... attributes) |
HtmlTag |
HtmlTag.text(String text) |
| Modifier and Type | Method and Description |
|---|---|
static HtmlTag.Attribute<HtmlTag> |
HtmlTag.head(HtmlTag.Attribute<HtmlTag> tag,
HtmlTag.Attribute<Void>... attributes)
Generate html tags for use in
<head>. |
static HtmlTag.Attribute<HtmlTag> |
HtmlTag.head(String tag,
Consumer<HtmlTag> content,
HtmlTag.Attribute<Void>... attributes)
Generate html tags for use in
<head>. |
static HtmlTag.Attribute<HtmlTag> |
HtmlTag.meta(String name,
String value)
Generate meta tags for use in
<head>. |
| Modifier and Type | Method and Description |
|---|---|
static HtmlTag.Attribute<HtmlTag> |
HtmlTag.head(HtmlTag.Attribute<HtmlTag> tag,
HtmlTag.Attribute<Void>... attributes)
Generate html tags for use in
<head>. |
static HtmlTag.Attribute<HtmlTag> |
HtmlTag.head(String tag,
Consumer<HtmlTag> content,
HtmlTag.Attribute<Void>... attributes)
Generate html tags for use in
<head>. |
Copyright © 2019. All rights reserved.