Class SGMLParser.AttributesWrapper

    • Constructor Summary

      Constructors 
      Constructor Description
      AttributesWrapper()
      Creates a new empty AttributesWrapper which represents an empty attribute list.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void addAttribute​(java.lang.String attName, java.lang.String attValue)
      Adds an attribute with the given name and value.
      (package private) org.xml.sax.Attributes getAttributes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AttributesWrapper

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

      • addAttribute

        void addAttribute​(java.lang.String attName,
                          java.lang.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.
      • getAttributes

        org.xml.sax.Attributes getAttributes()