Package brut.androlib.res.decoder
Class AndroidManifestResourceParser
java.lang.Object
brut.androlib.res.decoder.AXmlResourceParser
brut.androlib.res.decoder.AndroidManifestResourceParser
- All Implemented Interfaces:
XmlResourceParser,AttributeSet,org.xmlpull.v1.XmlPullParser
AXmlResourceParser specifically for parsing encoded AndroidManifest.xml.
-
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 -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class brut.androlib.res.decoder.AXmlResourceParser
close, decodeFromResourceId, defineEntityReplacementText, getAttributeBooleanValue, getAttributeBooleanValue, getAttributeCount, getAttributeFloatValue, getAttributeFloatValue, getAttributeIntValue, getAttributeIntValue, getAttributeListValue, getAttributeListValue, getAttributeName, getAttributeNameResource, getAttributeNamespace, getAttributePrefix, getAttributeResourceValue, getAttributeResourceValue, getAttributeType, getAttributeUnsignedIntValue, getAttributeUnsignedIntValue, getAttributeValue, getAttributeValueData, getAttributeValueType, getClassAttribute, getColumnNumber, getDepth, getEventType, getFeature, getFirstError, getIdAttribute, getIdAttributeResourceValue, getInputEncoding, getLineNumber, getName, getNamespace, getNamespace, getNamespaceCount, getNamespacePrefix, getNamespaceUri, getPositionDescription, getPrefix, getProperty, getResTable, getStyleAttribute, getText, getTextCharacters, isAttributeDefault, isEmptyElementTag, isWhitespace, next, nextTag, nextText, nextToken, open, require, setFeature, setInput, setInput, setProperty
-
Constructor Details
-
AndroidManifestResourceParser
-
-
Method Details
-
getAttributeValue
- Specified by:
getAttributeValuein interfaceAttributeSet- Specified by:
getAttributeValuein interfaceorg.xmlpull.v1.XmlPullParser- Overrides:
getAttributeValuein classAXmlResourceParser
-