|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.tool.xml.html.HTML.Category
public static final class HTML.Category
Collections that combine different tags.
Field Summary | |
---|---|
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 <header>
elements,
<footer>
elements, and heading
content. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
<header>
elements,
<footer>
elements, and heading
content. public static final Set<String> HEADING_CONTENT
public static final Set<String> PHRASING_CONTENT
public static final Set<String> EMBEDDED_CONTENT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |