Package | Description |
---|---|
org.jsoup.helper |
Package containing classes supporting the core jsoup code.
|
org.jsoup.nodes |
HTML document structure nodes.
|
Modifier and Type | Field and Description |
---|---|
private Document.OutputSettings.Syntax |
W3CDom.W3CBuilder.syntax |
Modifier and Type | Field and Description |
---|---|
private Document.OutputSettings.Syntax |
Document.OutputSettings.syntax |
Modifier and Type | Method and Description |
---|---|
Document.OutputSettings.Syntax |
Document.OutputSettings.syntax()
Get the document's current output syntax.
|
static Document.OutputSettings.Syntax |
Document.OutputSettings.Syntax.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Document.OutputSettings.Syntax[] |
Document.OutputSettings.Syntax.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Attribute.getValidKey(java.lang.String key,
Document.OutputSettings.Syntax syntax) |
Document.OutputSettings |
Document.OutputSettings.syntax(Document.OutputSettings.Syntax syntax)
Set the document's output syntax.
|