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

def.dom.ProcessingInstruction Maven / Gradle / Ivy

The newest version!
package def.dom;

public class ProcessingInstruction extends CharacterData {
    public java.lang.String target;
    public static ProcessingInstruction prototype;
    public ProcessingInstruction(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy