uk.org.jcam.util
Class Namespaces

java.lang.Object
  extended by uk.org.jcam.util.Namespaces
All Implemented Interfaces:
java.lang.Cloneable

public class Namespaces
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
Namespaces(org.jdom.Document doc)
           
Namespaces(org.jdom.Element elem)
           
 
Method Summary
 java.lang.Object clone()
           
 void getElementNamespaces(org.jdom.Element e)
           
 java.util.Vector getNamespaceList()
           
 java.lang.String getNamespacePrefix(java.lang.String URI)
           
 void setNamespaces(java.util.Vector n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Namespaces

public Namespaces(org.jdom.Document doc)

Namespaces

public Namespaces(org.jdom.Element elem)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

getElementNamespaces

public void getElementNamespaces(org.jdom.Element e)

getNamespaceList

public java.util.Vector getNamespaceList()

getNamespacePrefix

public java.lang.String getNamespacePrefix(java.lang.String URI)
                                    throws NamespaceException
Throws:
NamespaceException

setNamespaces

public void setNamespaces(java.util.Vector n)