 |
 |
 |
Python库参考手册(Python Library Reference) |
 |
 |
7.2.2.11 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.
 |
 |
 |
Python库参考手册(Python Library Reference) |
 |
 |
版本 2.3.3, 文件最后更新时间 译文最后修改: 三月 22, 2004.