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

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

There is a newer version: 7.4.3.112-ga112
Show newest version
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