All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jumbo.xml.PINode

java.lang.Object
   |
   +----com.sun.java.swing.tree.DefaultMutableTreeNode
           |
           +----jumbo.xml.XNode
                   |
                   +----jumbo.xml.PINode

public class PINode
extends XNode
Processing instruction (not yet developed)

Author:
P.Murray-Rust, 1998

Constructor Index

 o PINode(PINode)
copy constructor
 o PINode(String, String)
create a PINode with the parameters returned from SAX

Constructors

 o PINode
 public PINode(String name,
               String remainder)
create a PINode with the parameters returned from SAX

Parameters:
name - the PI name (e.g. xml:link, JUMBO)
remainder - the rest of the PI name (probably, but not necessarily, name-value pairs)
 o PINode
 public PINode(PINode piNode)
copy constructor

Parameters:
PINode - the PINode to be copied

All Packages  Class Hierarchy  This Package  Previous  Next  Index