public class EmptyAttributes extends Object implements Attributes
| Modifier and Type | Field and Description |
|---|---|
static Attributes |
INSTANCE |
| Constructor and Description |
|---|
EmptyAttributes() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex(String arg0) |
int |
getIndex(String arg0,
String arg1) |
int |
getLength() |
String |
getLocalName(int arg0) |
String |
getQName(int arg0) |
String |
getType(int arg0) |
String |
getType(String arg0) |
String |
getType(String arg0,
String arg1) |
String |
getURI(int arg0) |
String |
getValue(int arg0) |
String |
getValue(String arg0) |
String |
getValue(String arg0,
String arg1) |
public static final Attributes INSTANCE
public int getIndex(String arg0)
getIndex in interface Attributespublic int getIndex(String arg0, String arg1)
getIndex in interface Attributespublic int getLength()
getLength in interface Attributespublic String getLocalName(int arg0)
getLocalName in interface Attributespublic String getQName(int arg0)
getQName in interface Attributespublic String getType(int arg0)
getType in interface Attributespublic String getType(String arg0)
getType in interface Attributespublic String getType(String arg0, String arg1)
getType in interface Attributespublic String getURI(int arg0)
getURI in interface Attributespublic String getValue(int arg0)
getValue in interface Attributespublic String getValue(String arg0)
getValue in interface Attributespublic String getValue(String arg0, String arg1)
getValue in interface AttributesCopyright © 2015. All Rights Reserved.