Modifier and Type | Field and Description |
---|---|
static Set<String> |
BLOCK_LEVEL
Groups all tags that are block level tags by default.
|
static Set<String> |
EMBEDDED_CONTENT
HTML5
Embedded content imports another resource or inserts content from another mark-up language or namespace into the document. |
static Set<String> |
FLOW_CONTENT
HTML5
Elements belonging to the flow content category typically contain text or embedded content. |
static Set<String> |
HEADING_CONTENT
HTML5
Heading content defines the title of a section, whether marked by an explicit sectioning content element or implicitly defined by the heading content itself. |
static Set<String> |
METADATA
HTML5
Elements belonging to the metadata content category modify the presentation or the behavior of the rest of the document, set up links to others documents, or convey other out of band information. |
static Set<String> |
NOT_VISIBLE
List with the tags that are not visible in the browser.
|
static Set<String> |
PHRASING_CONTENT
HTML5
Phrasing content defines the text and the mark-up it contains. |
static Set<String> |
SECTIONING_CONTENT
HTML5
Elements belonging to the sectioning content model create a section in the current outline that defines the scope of elements, elements, and heading content.
|
public static final Set<String> NOT_VISIBLE
public static final Set<String> BLOCK_LEVEL
public static final Set<String> METADATA
public static final Set<String> FLOW_CONTENT
public static final Set<String> SECTIONING_CONTENT
elements,
elements, and heading content.
public static final Set<String> HEADING_CONTENT
public static final Set<String> PHRASING_CONTENT
Copyright © 2016. All rights reserved.