Package org.xwiki.xml
Class XMLAttributeValue
- java.lang.Object
-
- org.xwiki.xml.XMLAttributeValue
-
public class XMLAttributeValue extends Object
Represents an XML attribute value.- Since:
- 12.8RC1
- Version:
- $Id: b52c231d0a3e6c4dc2544e07143c4df62e873d48 $
-
-
Constructor Summary
Constructors Constructor Description XMLAttributeValue(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addValue(String value)
void
addValues(String... values)
String
toString()
-
-
-
Constructor Detail
-
XMLAttributeValue
public XMLAttributeValue(String value)
- Parameters:
value
- the initial value of the attribute, can be null if the tag doesn't have any value
-
-