Class DomProcessingInstruction

java.lang.Object
org.htmlunit.html.DomNode
org.htmlunit.html.DomProcessingInstruction
All Implemented Interfaces:
Serializable, Cloneable, Node, ProcessingInstruction

public class DomProcessingInstruction extends DomNode implements ProcessingInstruction
Wrapper for the DOM node ProcessingInstruction.
See Also: