public class XHTMLAttributeValue extends AbstractStringAttributeValue
value
definition, suffix
Constructor and Description |
---|
XHTMLAttributeValue(AttributeDefinition definition,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
java.lang.String |
getNameSpaceTag() |
static AbstractAttributeValue |
load(org.w3c.dom.Node node,
SpecObjectType type) |
org.w3c.dom.Element |
save(org.w3c.dom.Node par,
org.w3c.dom.Document doc,
ReqIFModel model) |
void |
setString(java.lang.String doorsOLECrutch) |
static void |
textToXHTML(ReqIFModel model,
java.lang.String value,
org.w3c.dom.Node theval) |
getString
public XHTMLAttributeValue(AttributeDefinition definition, java.lang.String value)
public static void textToXHTML(ReqIFModel model, java.lang.String value, org.w3c.dom.Node theval)
public org.w3c.dom.Element save(org.w3c.dom.Node par, org.w3c.dom.Document doc, ReqIFModel model)
save
in class AbstractAttributeValue
public static AbstractAttributeValue load(org.w3c.dom.Node node, SpecObjectType type)
public java.lang.String getNameSpaceTag()
getNameSpaceTag
in class AbstractAttributeValue
public java.lang.Object clone()
clone
in class AbstractAttributeValue
public void setString(java.lang.String doorsOLECrutch)
setString
in class AbstractAttributeValue