org.openxri.xml
Class CanonicalEquivID

java.lang.Object
  extended by org.openxri.xml.SimpleXMLElement
      extended by org.openxri.xml.CanonicalEquivID
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CanonicalEquivID
extends SimpleXMLElement

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openxri.xml.SimpleXMLElement
attributes
 
Constructor Summary
CanonicalEquivID()
           
CanonicalEquivID(CanonicalEquivID ceid)
           
CanonicalEquivID(org.w3c.dom.Element elem)
          This method constructs the object from DOM.
CanonicalEquivID(java.lang.String canonicalidString)
           
 
Method Summary
 
Methods inherited from class org.openxri.xml.SimpleXMLElement
addAttribute, clone, equals, fromXML, getAttributeValue, getTagname, getValue, hashCode, removeAttribute, reset, setValue, toString, toString, toXML, toXML
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CanonicalEquivID

public CanonicalEquivID(CanonicalEquivID ceid)

CanonicalEquivID

public CanonicalEquivID()

CanonicalEquivID

public CanonicalEquivID(java.lang.String canonicalidString)

CanonicalEquivID

public CanonicalEquivID(org.w3c.dom.Element elem)
                 throws java.net.URISyntaxException
This method constructs the object from DOM. It does not keep a copy of the DOM around. Whitespace information is lost in this process.

Throws:
java.net.URISyntaxException


Copyright © 2005-2012. All Rights Reserved.