public class StringAttributeParser extends java.lang.Object implements CustomAttributeParser
StringAttributeValue instance.| Modifier and Type | Field and Description |
|---|---|
static CustomAttributeParser |
INSTANCE |
| Constructor and Description |
|---|
StringAttributeParser() |
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeValue |
parse(XmlPullParser parser,
int attributeIndex)
Returns a custom attribute value instance created from the attribute at the specified
attributeIndex from the given parser. |
public static final CustomAttributeParser INSTANCE
public CustomAttributeValue parse(XmlPullParser parser, int attributeIndex)
CustomAttributeParser
attributeIndex from the given parser.parse in interface CustomAttributeParserparser - the parser the attribute is read fromattributeIndex - the index of the attribute, at which it can be obtained from the parser