Class XMLPI

java.lang.Object
   |
   +----XMLNode
           |
           +----XMLPI

public class XMLPI
extends XMLNode
A node in the XML tree representing a PI (processing instruction). The PI is represented as just a single string (everything between the `<?' and `?>').


Constructor Index

 o XMLPI(String)

Method Index

 o dumpTree(PrintStream)

Constructors

 o XMLPI
 public XMLPI(String s)

Methods

 o dumpTree
 public void dumpTree(PrintStream out)
Overrides:
dumpTree in class XMLNode