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 jsoup Show documentation
Show all versions of jsoup Show documentation
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for extracting and manipulating data, using the best of DOM, CSS, and jquery-like methods. jsoup implements the WHATWG HTML5 specification, and parses HTML to the same DOM as modern browsers do.
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();
}
}