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

def.dom.Attr Maven / Gradle / Ivy

The newest version!
package def.dom;

public class Attr extends Node {
    public java.lang.String name;
    public Element ownerElement;
    public java.lang.Boolean specified;
    public java.lang.String value;
    public static Attr prototype;
    public Attr(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy