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

se.ugli.durian.j.dom.query.jaxen.Document Maven / Gradle / Ivy

The newest version!
package se.ugli.durian.j.dom.query.jaxen;

import se.ugli.durian.j.dom.node.Element;

public class Document {

    public final Element root;

    public Document(final Element root) {
        this.root = root;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy