Skip to content

Commit f0b6413

Browse files
author
Tobias Wiessner
committed
Return attribute values
1 parent 2a90d01 commit f0b6413

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

de/uni_stuttgart/ils/reqif4j/attributes/AttributeValueXHTML.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@
1212
public class AttributeValueXHTML extends AttributeValue {
1313

1414
XHTMLElementDiv divValue;
15-
15+
16+
@Override
17+
public Object getValue() {
18+
return divValue.toString();
19+
}
20+
1621
public AttributeValueXHTML(Node xhtmlContent, AttributeDefinition type) {
1722
super(type);
1823

0 commit comments

Comments
 (0)