Class AttributesMap

    • Constructor Detail

      • AttributesMap

        public AttributesMap()
        Deprecated.
      • AttributesMap

        public AttributesMap​(AttributesMap attributes)
        Deprecated.
    • Method Detail

      • removeAttribute

        public void removeAttribute​(java.lang.String name)
        Deprecated.
        Specified by:
        removeAttribute in interface Attributes
      • setAttribute

        public void setAttribute​(java.lang.String name,
                                 java.lang.Object attribute)
        Deprecated.
        Specified by:
        setAttribute in interface Attributes
      • getAttribute

        public java.lang.Object getAttribute​(java.lang.String name)
        Deprecated.
        Specified by:
        getAttribute in interface Attributes
      • getAttributeNames

        public java.util.Enumeration<java.lang.String> getAttributeNames()
        Deprecated.
        Specified by:
        getAttributeNames in interface Attributes
      • getAttributeNameSet

        public java.util.Set<java.lang.String> getAttributeNameSet()
        Deprecated.
        Specified by:
        getAttributeNameSet in interface Attributes
      • getAttributeEntrySet

        public java.util.Set<java.util.Map.Entry<java.lang.String,​java.lang.Object>> getAttributeEntrySet()
        Deprecated.
      • getAttributeNamesCopy

        public static java.util.Enumeration<java.lang.String> getAttributeNamesCopy​(Attributes attrs)
        Deprecated.
      • size

        public int size()
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object
      • addAll

        public void addAll​(Attributes attributes)
        Deprecated.
      • dump

        public java.lang.String dump()
        Deprecated.
        Specified by:
        dump in interface Dumpable
      • dump

        public void dump​(java.lang.Appendable out,
                         java.lang.String indent)
                  throws java.io.IOException
        Deprecated.
        Description copied from interface: Dumpable
        Dump this object (and children) into an Appendable using the provided indent after any new lines. The indent should not be applied to the first object dumped.
        Specified by:
        dump in interface Dumpable
        Parameters:
        out - The appendable to dump to
        indent - The indent to apply after any new lines.
        Throws:
        java.io.IOException - if unable to write to Appendable