Class ImmutableAttributesImpl

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

    public class ImmutableAttributesImpl
    extends AttributesImpl
    Immutable attributes
    • Constructor Detail

      • ImmutableAttributesImpl

        public ImmutableAttributesImpl()
      • ImmutableAttributesImpl

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

      • clear

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

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

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

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

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

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

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

        public void setAttributes​(org.xml.sax.Attributes atts)
        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)
        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)
        Overrides:
        addAttribute in class org.xml.sax.helpers.AttributesImpl