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.
This API is deprecated, migrate code to the XML APIs provided by the JDK.
Immutable attributes
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.voidclear()Deprecated.voidremoveAttribute(int index) Deprecated.voidDeprecated.voidsetAttributes(Attributes atts) Deprecated.voidsetLocalName(int index, String localName) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.Methods inherited from class org.apache.cocoon.xml.sax.AttributesImpl
addCDATAAttribute, addCDATAAttribute, addCDATAAttribute, removeAttribute, removeAttribute, update, updateCDATAAttribute
-
Constructor Details
-
ImmutableAttributesImpl
public ImmutableAttributesImpl()Deprecated. -
ImmutableAttributesImpl
Deprecated.
-
-
Method Details
-
clear
public void clear()Deprecated.- Overrides:
clearin classAttributesImpl
-
removeAttribute
public void removeAttribute(int index) Deprecated.- Overrides:
removeAttributein classAttributesImpl
-
setLocalName
Deprecated.- Overrides:
setLocalNamein classAttributesImpl
-
setQName
Deprecated.- Overrides:
setQNamein classAttributesImpl
-
setType
Deprecated.- Overrides:
setTypein classAttributesImpl
-
setURI
Deprecated.- Overrides:
setURIin classAttributesImpl
-
setValue
Deprecated.- Overrides:
setValuein classAttributesImpl
-
setAttributes
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
Deprecated.- Overrides:
addAttributein classAttributesImpl
-