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:
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(Attributes attrs)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidaddAttribute(String uri, String localName, String qName, String type, String value)Deprecated.voidclear()Deprecated.voidremoveAttribute(int index)Deprecated.voidsetAttribute(int index, String uri, String localName, String qName, String type, String value)Deprecated.voidsetAttributes(Attributes atts)Deprecated.voidsetLocalName(int index, String localName)Deprecated.voidsetQName(int index, String qName)Deprecated.voidsetType(int index, String type)Deprecated.voidsetURI(int index, String uri)Deprecated.voidsetValue(int index, String value)Deprecated.-
Methods inherited from class org.apache.cocoon.xml.sax.AttributesImpl
addCDATAAttribute, addCDATAAttribute, addCDATAAttribute, removeAttribute, removeAttribute, update, updateCDATAAttribute
-
-
-
-
Constructor Detail
-
ImmutableAttributesImpl
public ImmutableAttributesImpl()
Deprecated.
-
ImmutableAttributesImpl
public ImmutableAttributesImpl(Attributes attrs)
Deprecated.
-
-
Method Detail
-
clear
public void clear()
Deprecated.- Overrides:
clearin classAttributesImpl
-
removeAttribute
public void removeAttribute(int index)
Deprecated.- Overrides:
removeAttributein classAttributesImpl
-
setLocalName
public void setLocalName(int index, String localName)Deprecated.- Overrides:
setLocalNamein classAttributesImpl
-
setQName
public void setQName(int index, String qName)Deprecated.- Overrides:
setQNamein classAttributesImpl
-
setType
public void setType(int index, String type)Deprecated.- Overrides:
setTypein classAttributesImpl
-
setURI
public void setURI(int index, String uri)Deprecated.- Overrides:
setURIin classAttributesImpl
-
setValue
public void setValue(int index, String value)Deprecated.- Overrides:
setValuein classAttributesImpl
-
setAttributes
public void setAttributes(Attributes atts)
Deprecated.- Overrides:
setAttributesin classAttributesImpl
-
setAttribute
public void setAttribute(int index, String uri, String localName, String qName, String type, String value)Deprecated.- Overrides:
setAttributein classAttributesImpl
-
addAttribute
public void addAttribute(String uri, String localName, String qName, String type, String value)
Deprecated.- Overrides:
addAttributein classAttributesImpl
-
-