WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMProcessingInstruction

IID:a6cf907f-15b3-11d2-932e-00805f8add32
Inherits From:nsIDOMNode

Properties

DOMString data

readonly DOMString target

The nsIDOMProcessingInstruction interface represents a "processing instruction", used in XML as a way to keep processor-specific information in the text of the document.

For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Core/


References

This interface is returned from the following methods:

nsIDOMDocument.createProcessingInstruction

Reference documentation is generated from Mozilla's source.