ZVON > References > DOM1 Reference

ProcessingInstruction (interface)

Type of the interface:   extended

Own properties:
attributes  -  target, data
methods  -  none

Inherited properties:
attributes  -  nodeName, nodeValue, nodeType, parentNode, childNodes, firstChild, lastChild, previousSibling, nextSibling, attributes, ownerDocument
methods  -  insertBefore, replaceChild, removeChild, appendChild, hasChildNodes, cloneNode

Description:
All "processing instructions" (i.e. <? ... ?>) from XML document are in DOM accesible through this interface.