Interface | Description |
---|---|
AndroidManifestParser.ManifestErrorHandler |
Class | Description |
---|---|
AndroidManifestParser | |
ManifestData |
Class containing the manifest info obtained during the parsing.
|
ManifestData.Activity |
Activity info obtained from the manifest.
|
ManifestData.Instrumentation |
Instrumentation info obtained from manifest
|
ManifestData.SupportsScreens |
Class representing the
supports-screens node in the manifest. |
ManifestData.UsesConfiguration |
Class representing the
uses-configuration node in the manifest. |
ManifestData.UsesFeature |
Class representing a
uses-feature node in the manifest. |
ManifestData.UsesLibrary |
Class representing a
uses-library node in the manifest. |
XmlFormatPreferences |
Formatting preferences used by the Android XML formatter.
|
XmlPrettyPrinter |
Visitor which walks over the subtree of the DOM to be formatted and pretty prints
the DOM into the given
StringBuilder |
Enum | Description |
---|---|
XmlAttributeSortOrder |
Order to use when sorting attributes
|
XmlFormatStyle |
Style to use when printing the XML.
|