public class AttributesImpl extends Object implements Attributes
Constructor and Description |
---|
AttributesImpl(Attributes attrs) |
AttributesImpl(int size) |
Modifier and Type | Method and Description |
---|---|
void |
add(String namespaceUri,
String localName,
String qName,
String type,
String value) |
void |
addAll(Attributes attrs) |
int |
getIndex(String qName) |
int |
getIndex(String uri,
String localName) |
int |
getLength() |
String |
getLocalName(int index) |
String |
getQName(int index) |
String |
getType(int index) |
String |
getType(String qName) |
String |
getType(String uri,
String localName) |
String |
getURI(int index) |
String |
getValue(int index) |
String |
getValue(String qName) |
String |
getValue(String uri,
String localName) |
String |
toString() |
public AttributesImpl(Attributes attrs)
public AttributesImpl(int size)
public void addAll(Attributes attrs)
public int getLength()
getLength
in interface Attributes
public String getURI(int index)
getURI
in interface Attributes
public String getLocalName(int index)
getLocalName
in interface Attributes
public String getQName(int index)
getQName
in interface Attributes
public String getType(int index)
getType
in interface Attributes
public String getValue(int index)
getValue
in interface Attributes
public int getIndex(String uri, String localName)
getIndex
in interface Attributes
public int getIndex(String qName)
getIndex
in interface Attributes
public String getType(String uri, String localName)
getType
in interface Attributes
public String getType(String qName)
getType
in interface Attributes
public String getValue(String uri, String localName)
getValue
in interface Attributes
public String getValue(String qName)
getValue
in interface Attributes
Copyright © 2013 JBoss by Red Hat. All rights reserved.