Package android.content.res
Interface XmlResourceParser
- All Superinterfaces:
AttributeSet,org.xmlpull.v1.XmlPullParser
- All Known Implementing Classes:
AndroidManifestResourceParser,AXmlResourceParser
The XML parsing interface returned for an XML resource. This is a standard
XmlPullParser interface, as well as an extended AttributeSet interface and an
additional close() method on this interface for the client to indicate when
it is done reading the resource.
-
Field Summary
Fields inherited from interface org.xmlpull.v1.XmlPullParser
CDSECT, COMMENT, DOCDECL, END_DOCUMENT, END_TAG, ENTITY_REF, FEATURE_PROCESS_DOCDECL, FEATURE_PROCESS_NAMESPACES, FEATURE_REPORT_NAMESPACE_ATTRIBUTES, FEATURE_VALIDATION, IGNORABLE_WHITESPACE, NO_NAMESPACE, PROCESSING_INSTRUCTION, START_DOCUMENT, START_TAG, TEXT, TYPES -
Method Summary
Methods inherited from interface android.util.AttributeSet
getAttributeBooleanValue, getAttributeBooleanValue, getAttributeCount, getAttributeFloatValue, getAttributeFloatValue, getAttributeIntValue, getAttributeIntValue, getAttributeListValue, getAttributeListValue, getAttributeName, getAttributeNameResource, getAttributeResourceValue, getAttributeResourceValue, getAttributeUnsignedIntValue, getAttributeUnsignedIntValue, getAttributeValue, getAttributeValue, getAttributeValueData, getAttributeValueType, getClassAttribute, getIdAttribute, getIdAttributeResourceValue, getPositionDescription, getStyleAttributeMethods inherited from interface org.xmlpull.v1.XmlPullParser
defineEntityReplacementText, getAttributeCount, getAttributeName, getAttributeNamespace, getAttributePrefix, getAttributeType, getAttributeValue, getAttributeValue, getColumnNumber, getDepth, getEventType, getFeature, getInputEncoding, getLineNumber, getName, getNamespace, getNamespace, getNamespaceCount, getNamespacePrefix, getNamespaceUri, getPositionDescription, getPrefix, getProperty, getText, getTextCharacters, isAttributeDefault, isEmptyElementTag, isWhitespace, next, nextTag, nextText, nextToken, require, setFeature, setInput, setInput, setProperty
-
Method Details
-
close
void close()Close this interface to the resource. Calls on the interface are no longer value after this call.
-