All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jsoup.nodes.XmlDeclaration Maven / Gradle / Ivy

package org.jsoup.nodes;

/**
 An XML Declaration.

 @author Jonathan Hedley, [email protected] */
public class XmlDeclaration extends Node {
    private static final String DECL_KEY = "declaration";
    private final boolean isProcessingInstruction; // ");
    }

    void outerHtmlTail(StringBuilder accum, int depth, Document.OutputSettings out) {}

    public String toString() {
        return outerHtml();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy