Class SGMLParser.AttributesWrapper

    • Constructor Detail

      • AttributesWrapper

        AttributesWrapper()
        Creates a new empty AttributesWrapper which represents an empty attribute list.
    • Method Detail

      • addAttribute

        void addAttribute​(String attName,
                          String attValue)
        Adds an attribute with the given name and value.
        Parameters:
        attName - the String representation of the name of an attribute.
        attValue - the value of an attribute as a String. If no value is provided, this is AttributesImpl.NO_VALUE.