Package org.xwiki.xml

Class XMLAttributeValue


  • public class XMLAttributeValue
    extends Object
    Represents an XML attribute value.
    Since:
    12.8RC1
    Version:
    $Id: b52c231d0a3e6c4dc2544e07143c4df62e873d48 $
    • 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
    • Method Detail

      • addValue

        public void addValue​(String value)
        Parameters:
        value - the value to add to the existing attribute value
      • addValues

        public void addValues​(String... values)
        Parameters:
        values - the values to add to the existing attribute value