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 voidaddAttribute(java.lang.String uri, java.lang.String localName, java.lang.String qName, java.lang.String type, java.lang.String value)Deprecated.voidclear()Deprecated.voidremoveAttribute(int index)Deprecated.voidsetAttribute(int index, java.lang.String uri, java.lang.String localName, java.lang.String qName, java.lang.String type, java.lang.String value)Deprecated.voidsetAttributes(org.xml.sax.Attributes atts)Deprecated.voidsetLocalName(int index, java.lang.String localName)Deprecated.voidsetQName(int index, java.lang.String qName)Deprecated.voidsetType(int index, java.lang.String type)Deprecated.voidsetURI(int index, java.lang.String uri)Deprecated.voidsetValue(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:
clearin classorg.xml.sax.helpers.AttributesImpl
-
removeAttribute
public void removeAttribute(int index)
Deprecated.- Overrides:
removeAttributein classorg.xml.sax.helpers.AttributesImpl
-
setLocalName
public void setLocalName(int index, java.lang.String localName)Deprecated.- Overrides:
setLocalNamein classorg.xml.sax.helpers.AttributesImpl
-
setQName
public void setQName(int index, java.lang.String qName)Deprecated.- Overrides:
setQNamein classorg.xml.sax.helpers.AttributesImpl
-
setType
public void setType(int index, java.lang.String type)Deprecated.- Overrides:
setTypein classorg.xml.sax.helpers.AttributesImpl
-
setURI
public void setURI(int index, java.lang.String uri)Deprecated.- Overrides:
setURIin classorg.xml.sax.helpers.AttributesImpl
-
setValue
public void setValue(int index, java.lang.String value)Deprecated.- Overrides:
setValuein classorg.xml.sax.helpers.AttributesImpl
-
setAttributes
public void setAttributes(org.xml.sax.Attributes atts)
Deprecated.- Overrides:
setAttributesin 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:
setAttributein 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:
addAttributein classorg.xml.sax.helpers.AttributesImpl
-
-