org.jsoup.nodes.XmlDeclaration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of html2pdf Show documentation
Show all versions of html2pdf Show documentation
pdfHTML is an iText add-on that lets you to parse (X)HTML snippets and the associated CSS and converts
them to PDF.
package org.jsoup.nodes;
import org.jsoup.helper.Validate;
import java.io.IOException;
/**
An XML Declaration.
@author Jonathan Hedley, [email protected] */
public class XmlDeclaration extends Node {
private final String name;
private final boolean isProcessingInstruction; // ");
}
void outerHtmlTail(Appendable accum, int depth, Document.OutputSettings out) {}
@Override
public String toString() {
return outerHtml();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy