com.unitesk.requality.core.domproxy
public class RequalityAttribute extends AbstractAttribute
Modifier and Type | Method and Description |
---|---|
static RequalityAttribute |
getIdAttribute(TreeNode targ) |
static RequalityAttribute |
getNameOrIdAttribute(TreeNode targ) |
QName |
getQName() |
static RequalityAttribute |
getUUIDAttribute(TreeNode targ) |
java.lang.String |
getValue() |
Attribute |
getWrappedAttribute() |
static RequalityAttribute |
toAttribute(Attribute a) |
public static RequalityAttribute getUUIDAttribute(TreeNode targ)
public static RequalityAttribute getIdAttribute(TreeNode targ)
public QName getQName()
public static RequalityAttribute toAttribute(Attribute a)
public java.lang.String getValue()
public Attribute getWrappedAttribute()
public static RequalityAttribute getNameOrIdAttribute(TreeNode targ)