class xml::XPi
sys::Obj xml::XNode xml::XPi
@Js
XML processing instruction node.
- make
-
Construct a processing instruction with specified target and val.
- nodeType
-
virtual override XNodeType nodeType()
Return the
XNodeType.pi
. - target
-
Str target
Target name for the processing instruction. It must be a valid XML name production.
- toStr
-
virtual override Str toStr()
Return string representation of this processing instruction.
- val
-
Str val
String value of processing instruction. This value must not contain the "?>".
- write
-
virtual override Void write(OutStream out)
Write this node to the output stream.