Class ImmutableAttributesImpl

  • All Implemented Interfaces:
    org.xml.sax.Attributes

    @Deprecated(since="2022-01-27")
    public class ImmutableAttributesImpl
    extends AttributesImpl
    Deprecated.
    This API is deprecated, migrate code to the XML APIs provided by the JDK.
    Immutable attributes
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addAttribute​(java.lang.String uri, java.lang.String localName, java.lang.String qName, java.lang.String type, java.lang.String value)
      Deprecated.
       
      void clear()
      Deprecated.
       
      void removeAttribute​(int index)
      Deprecated.
       
      void setAttribute​(int index, java.lang.String uri, java.lang.String localName, java.lang.String qName, java.lang.String type, java.lang.String value)
      Deprecated.
       
      void setAttributes​(org.xml.sax.Attributes atts)
      Deprecated.
       
      void setLocalName​(int index, java.lang.String localName)
      Deprecated.
       
      void setQName​(int index, java.lang.String qName)
      Deprecated.
       
      void setType​(int index, java.lang.String type)
      Deprecated.
       
      void setURI​(int index, java.lang.String uri)
      Deprecated.
       
      void setValue​(int index, java.lang.String value)
      Deprecated.
       
      • Methods inherited from class org.xml.sax.helpers.AttributesImpl

        getIndex, getIndex, getLength, getLocalName, getQName, getType, getType, getType, getURI, getValue, getValue, getValue
      • Methods inherited from class java.lang.Object

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

      • ImmutableAttributesImpl

        public ImmutableAttributesImpl()
        Deprecated.
      • ImmutableAttributesImpl

        public ImmutableAttributesImpl​(org.xml.sax.Attributes attrs)
        Deprecated.
    • Method Detail

      • clear

        public void clear()
        Deprecated.
        Overrides:
        clear in class org.xml.sax.helpers.AttributesImpl
      • removeAttribute

        public void removeAttribute​(int index)
        Deprecated.
        Overrides:
        removeAttribute in class org.xml.sax.helpers.AttributesImpl
      • setLocalName

        public void setLocalName​(int index,
                                 java.lang.String localName)
        Deprecated.
        Overrides:
        setLocalName in class org.xml.sax.helpers.AttributesImpl
      • setQName

        public void setQName​(int index,
                             java.lang.String qName)
        Deprecated.
        Overrides:
        setQName in class org.xml.sax.helpers.AttributesImpl
      • setType

        public void setType​(int index,
                            java.lang.String type)
        Deprecated.
        Overrides:
        setType in class org.xml.sax.helpers.AttributesImpl
      • setURI

        public void setURI​(int index,
                           java.lang.String uri)
        Deprecated.
        Overrides:
        setURI in class org.xml.sax.helpers.AttributesImpl
      • setValue

        public void setValue​(int index,
                             java.lang.String value)
        Deprecated.
        Overrides:
        setValue in class org.xml.sax.helpers.AttributesImpl
      • setAttributes

        public void setAttributes​(org.xml.sax.Attributes atts)
        Deprecated.
        Overrides:
        setAttributes in class org.xml.sax.helpers.AttributesImpl
      • setAttribute

        public void setAttribute​(int index,
                                 java.lang.String uri,
                                 java.lang.String localName,
                                 java.lang.String qName,
                                 java.lang.String type,
                                 java.lang.String value)
        Deprecated.
        Overrides:
        setAttribute in class org.xml.sax.helpers.AttributesImpl
      • addAttribute

        public void addAttribute​(java.lang.String uri,
                                 java.lang.String localName,
                                 java.lang.String qName,
                                 java.lang.String type,
                                 java.lang.String value)
        Deprecated.
        Overrides:
        addAttribute in class org.xml.sax.helpers.AttributesImpl