ZVON > References > DOM2 Reference

ProcessingInstruction (interface )

Type of the interface:   extended

Own properties:
attributes  -  data, target
methods  -  none

Inherited properties:
attributes  -  attributes, childNodes, firstChild, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, prefix, previousSibling
methods  -  appendChild, cloneNode, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild

Description:
Through this interface are accessible "processing instructions" (i.e. <? ... ?>) from XML document.