public interface CustomAttributeParser
| 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. |
CustomAttributeValue parse(XmlPullParser parser, int attributeIndex)
attributeIndex from the given parser.parser - the parser the attribute is read fromattributeIndex - the index of the attribute, at which it can be obtained from the parser