Package | Description |
---|---|
com.itextpdf.html2pdf.html.impl.jsoup.node | |
org.jsoup.nodes | |
org.jsoup.parser |
Constructor and Description |
---|
JsoupAttributes(Attributes attributes)
Creates a new JsoupAttributes instance.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
TextNode.attributes() |
Attributes |
Node.attributes()
Get all of the element's attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
Attributes.addAll(Attributes incoming)
Add all the attributes from the incoming set to this set.
|
Constructor and Description |
---|
Element(Tag tag, String baseUri, Attributes attributes)
Create a new, standalone Element.
|
FormElement(Tag tag, String baseUri, Attributes attributes)
Create a new, standalone form element.
|
Node(String baseUri, Attributes attributes)
Create a new Node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TreeBuilder.processStartTag(String name, Attributes attrs) |
Copyright © 1998–2019 iText Group NV. All rights reserved.