GNU Info

Info Node: (python2.1-lib.info)ProcessingInstruction Objects

(python2.1-lib.info)ProcessingInstruction Objects


Next: Exceptions 2 Prev: Text and CDATASection Objects Up: Objects in the DOM
Enter node , (file) or (file)node

ProcessingInstruction Objects
.............................

Represents a processing instruction in the XML document; this inherits
from the `Node' interface and cannot have child nodes.

`target'
     The content of the processing instruction up to the first
     whitespace character.  This is a read-only attribute.

`data'
     The content of the processing instruction following the first
     whitespace character.


automatically generated by info2www version 1.2.2.9