Class Attribute

  • All Implemented Interfaces:
    Cloneable

    public class Attribute
    extends Token
    Created by christoph on 04.03.16.
    • Constructor Detail

      • Attribute

        public Attribute()
      • Attribute

        public Attribute​(String name,
                         Object attributeValue,
                         boolean mustEscape)
    • Method Detail

      • getAttributeValue

        public Object getAttributeValue()
      • mustEscape

        public boolean mustEscape()
      • setMustEscape

        public void setMustEscape​(boolean mustEscape)
      • setAttributeValue

        public void setAttributeValue​(Object attributeValue)