All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.xml.parser.NamespacePI

java.lang.Object
   |
   +----com.ibm.xml.parser.Child
           |
           +----com.ibm.xml.parser.TXPI
                   |
                   +----com.ibm.xml.parser.NamespacePI

public class NamespacePI
extends TXPI
This class presents "<!xml:namespace ...>".

Version:
19980202

Constructor Index

 o NamespacePI(String, String, String, String)
Make new NamespacePI instance.

Method Index

 o clone()
Clone this object.
 o getNamespace()
Return namespace name of this namespace.
 o getURL()
Return URL of this namespace.

Constructors

 o NamespacePI
 public NamespacePI(String name,
                    String data,
                    String href,
                    String as)
Make new NamespacePI instance.

Methods

 o clone
 public synchronized Object clone()
Clone this object.

Overrides:
clone in class TXPI
 o getURL
 public String getURL()
Return URL of this namespace. This value is defined by "href" parameter in xml:namespace PI.

 o getNamespace
 public String getNamespace()
Return namespace name of this namespace. This value is defined by "as" parameter in xml:namespace PI.


All Packages  Class Hierarchy  This Package  Previous  Next  Index