Package org.apache.cocoon.xml.sax
Class ImmutableAttributesImpl
- java.lang.Object
-
- org.xml.sax.helpers.AttributesImpl
-
- org.apache.cocoon.xml.sax.AttributesImpl
-
- org.apache.cocoon.xml.sax.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
-
-
Constructor Summary
Constructors Constructor Description ImmutableAttributesImpl()
Deprecated.ImmutableAttributesImpl(org.xml.sax.Attributes attrs)
Deprecated.
-
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.apache.cocoon.xml.sax.AttributesImpl
addCDATAAttribute, addCDATAAttribute, addCDATAAttribute, removeAttribute, removeAttribute, update, updateCDATAAttribute
-
-
-
-
Method Detail
-
clear
public void clear()
Deprecated.- Overrides:
clear
in classorg.xml.sax.helpers.AttributesImpl
-
removeAttribute
public void removeAttribute(int index)
Deprecated.- Overrides:
removeAttribute
in classorg.xml.sax.helpers.AttributesImpl
-
setLocalName
public void setLocalName(int index, java.lang.String localName)
Deprecated.- Overrides:
setLocalName
in classorg.xml.sax.helpers.AttributesImpl
-
setQName
public void setQName(int index, java.lang.String qName)
Deprecated.- Overrides:
setQName
in classorg.xml.sax.helpers.AttributesImpl
-
setType
public void setType(int index, java.lang.String type)
Deprecated.- Overrides:
setType
in classorg.xml.sax.helpers.AttributesImpl
-
setURI
public void setURI(int index, java.lang.String uri)
Deprecated.- Overrides:
setURI
in classorg.xml.sax.helpers.AttributesImpl
-
setValue
public void setValue(int index, java.lang.String value)
Deprecated.- Overrides:
setValue
in classorg.xml.sax.helpers.AttributesImpl
-
setAttributes
public void setAttributes(org.xml.sax.Attributes atts)
Deprecated.- Overrides:
setAttributes
in classorg.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 classorg.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 classorg.xml.sax.helpers.AttributesImpl
-
-