Class | Description |
---|---|
Attribute |
A single key + value attribute.
|
Attributes |
The attributes of an ReactElement.
|
BooleanAttribute | Deprecated
just use null values (vs empty string) for booleans.
|
CDataNode |
A Character Data node, to support CDATA sections.
|
Comment |
A comment node.
|
DataNode |
A data node, for contents of style, script tags etc, where contents should not show in text().
|
Document |
A HTML Document.
|
Document.OutputSettings |
A Document's output settings control the form of the text() and html() methods.
|
DocumentType |
A
<!DOCTYPE> node. |
Element |
A HTML element consists of a tag name, attributes, and child nodes (including text nodes and
other elements).
|
Entities |
HTML entities, and escape routines.
|
FormElement |
A HTML Form ReactElement provides ready access to the form fields/controls that are associated with it.
|
Node |
The base, abstract Node model.
|
PseudoTextElement | |
TextNode |
A text node.
|
XmlDeclaration |
An XML Declaration.
|
Enum | Description |
---|---|
Document.OutputSettings.Syntax |
The output serialization syntax.
|
Document.QuirksMode | |
Entities.EscapeMode |