PI Object
The PI object stores information about processing instructions, <?...?>.
Properties
Name
String value, containing the name of the attribute.
Value
String value, containing the value of the attribute.
Methods
(none)
Associated objects
PIs (Parent)
Remarks
There is no type checking on the saving of documents and there is no type checking in the values you put into these properties (name and value). This means that you have to check the types going into the new document yourself. It will produce an error when loading an XML document with invalid characters in these properties.