org.openxri.xml
Class EquivID
java.lang.Object
org.openxri.xml.SimpleXMLElement
org.openxri.xml.EquivID
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class EquivID
- extends SimpleXMLElement
- See Also:
- Serialized Form
Constructor Summary |
EquivID()
|
EquivID(org.w3c.dom.Element elem)
This method constructs the object from DOM. |
EquivID(java.lang.String equivID)
|
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 |
EquivID
public EquivID()
EquivID
public EquivID(java.lang.String equivID)
EquivID
public EquivID(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
getPriority
public java.lang.Integer getPriority()
- Returns:
- Returns the priority.
setPriority
public void setPriority(java.lang.Integer priority)
Copyright © 2005-2012. All Rights Reserved.