org.xml.sax.helpers
Class AttributesImpl
java.lang.Object
|
+--org.xml.sax.helpers.AttributesImpl
- All Implemented Interfaces:
- Attributes
- public synchronized class AttributesImpl
- extends Object
- implements Attributes
|
Method Summary |
void |
addAttribute(String,
String,
String,
String,
String)
|
void |
clear()
|
int |
getIndex(String)
|
int |
getIndex(String,
String)
|
int |
getLength()
|
String |
getLocalName(int)
|
String |
getQName(int)
|
String |
getType(int)
|
String |
getType(String)
|
String |
getType(String,
String)
|
String |
getURI(int)
|
String |
getValue(int)
|
String |
getValue(String)
|
String |
getValue(String,
String)
|
void |
removeAttribute(int)
|
void |
setAttribute(int,
String,
String,
String,
String,
String)
|
void |
setAttributes(Attributes)
|
void |
setLocalName(int,
String)
|
void |
setQName(int,
String)
|
void |
setType(int,
String)
|
void |
setURI(int,
String)
|
void |
setValue(int,
String)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributesImpl
public AttributesImpl()
AttributesImpl
public AttributesImpl(Attributes)
getLength
public int getLength()
- Specified by:
getLength in interface Attributes
getURI
public String getURI(int)
- Specified by:
getURI in interface Attributes
getLocalName
public String getLocalName(int)
- Specified by:
getLocalName in interface Attributes
getQName
public String getQName(int)
- Specified by:
getQName in interface Attributes
getType
public String getType(int)
- Specified by:
getType in interface Attributes
getValue
public String getValue(int)
- Specified by:
getValue in interface Attributes
getIndex
public int getIndex(String,
String)
- Specified by:
getIndex in interface Attributes
getIndex
public int getIndex(String)
- Specified by:
getIndex in interface Attributes
getType
public String getType(String,
String)
- Specified by:
getType in interface Attributes
getType
public String getType(String)
- Specified by:
getType in interface Attributes
getValue
public String getValue(String,
String)
- Specified by:
getValue in interface Attributes
getValue
public String getValue(String)
- Specified by:
getValue in interface Attributes
clear
public void clear()
setAttributes
public void setAttributes(Attributes)
addAttribute
public void addAttribute(String,
String,
String,
String,
String)
setAttribute
public void setAttribute(int,
String,
String,
String,
String,
String)
removeAttribute
public void removeAttribute(int)
setURI
public void setURI(int,
String)
setLocalName
public void setLocalName(int,
String)
setQName
public void setQName(int,
String)
setType
public void setType(int,
String)
setValue
public void setValue(int,
String)