java.lang.Object
org.xml.sax.helpers.AttributesImpl
- All Implemented Interfaces:
- Attributes
- Direct Known Subclasses:
- Attributes2Impl
- See Also:
- Top Examples, Source Code,
AttributeList
, AttributeListImpl
, startElement
public void addAttribute(String uri,
String localName,
String qName,
String type,
String value)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AttributesImpl()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public AttributesImpl(Attributes atts)
- See Also:
startElement
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void clear()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getIndex(String qName)
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getIndex(String uri,
String localName)
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getLength()
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getLocalName(int index)
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getQName(int index)
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getType(int index)
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getType(String qName)
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getType(String uri,
String localName)
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getURI(int index)
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getValue(int index)
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getValue(String qName)
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String getValue(String uri,
String localName)
- See Also:
- Attributes
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void removeAttribute(int index)
- See Also:
- ArrayIndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setAttribute(int index,
String uri,
String localName,
String qName,
String type,
String value)
- See Also:
- ArrayIndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setAttributes(Attributes atts)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setLocalName(int index,
String localName)
- See Also:
- ArrayIndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setQName(int index,
String qName)
- See Also:
- ArrayIndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setType(int index,
String type)
- See Also:
- ArrayIndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setURI(int index,
String uri)
- See Also:
- ArrayIndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setValue(int index,
String value)
- See Also:
- ArrayIndexOutOfBoundsException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples