public class ImmutableAttributesImpl extends AttributesImpl
Constructor and Description |
---|
ImmutableAttributesImpl() |
ImmutableAttributesImpl(org.xml.sax.Attributes attrs) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
java.lang.String type,
java.lang.String value) |
void |
clear() |
void |
removeAttribute(int index) |
void |
setAttribute(int index,
java.lang.String uri,
java.lang.String localName,
java.lang.String qName,
java.lang.String type,
java.lang.String value) |
void |
setAttributes(org.xml.sax.Attributes atts) |
void |
setLocalName(int index,
java.lang.String localName) |
void |
setQName(int index,
java.lang.String qName) |
void |
setType(int index,
java.lang.String type) |
void |
setURI(int index,
java.lang.String uri) |
void |
setValue(int index,
java.lang.String value) |
addCDATAAttribute, addCDATAAttribute, addCDATAAttribute, removeAttribute, removeAttribute, update, updateCDATAAttribute
public ImmutableAttributesImpl()
public ImmutableAttributesImpl(org.xml.sax.Attributes attrs)
public void clear()
clear
in class org.xml.sax.helpers.AttributesImpl
public void removeAttribute(int index)
removeAttribute
in class org.xml.sax.helpers.AttributesImpl
public void setLocalName(int index, java.lang.String localName)
setLocalName
in class org.xml.sax.helpers.AttributesImpl
public void setQName(int index, java.lang.String qName)
setQName
in class org.xml.sax.helpers.AttributesImpl
public void setType(int index, java.lang.String type)
setType
in class org.xml.sax.helpers.AttributesImpl
public void setURI(int index, java.lang.String uri)
setURI
in class org.xml.sax.helpers.AttributesImpl
public void setValue(int index, java.lang.String value)
setValue
in class org.xml.sax.helpers.AttributesImpl
public void setAttributes(org.xml.sax.Attributes atts)
setAttributes
in class org.xml.sax.helpers.AttributesImpl
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)
setAttribute
in class org.xml.sax.helpers.AttributesImpl
public void addAttribute(java.lang.String uri, java.lang.String localName, java.lang.String qName, java.lang.String type, java.lang.String value)
addAttribute
in class org.xml.sax.helpers.AttributesImpl
Copyright © 2010 - 2020 Adobe. All Rights Reserved