ConfigurationXmlParser.ConfigHandler
static
class
ConfigurationXmlParser.ConfigHandler
extends DefaultHandler
java.lang.Object
|
↳ |
org.xml.sax.helpers.DefaultHandler
|
|
↳ |
com.android.tradefed.config.ConfigurationXmlParser.ConfigHandler
|
SAX callback object. Handles parsing data from the xml tags.
Summary
Public methods |
void
|
endElement(String uri, String localName, String qName)
|
void
|
startElement(String uri, String localName, String name, Attributes attributes)
|
Constants
INNER_TEMPLATE_INCLUDE_ERROR
static final String INNER_TEMPLATE_INCLUDE_ERROR
Note that this simply hasn't been implemented; it is not intentionally forbidden.
Constant Value:
"Configurations which contain a tag, not having a 'default' attribute, may not be the target of any or tag. However, configuration '%s' attempted to include configuration '%s', which contains a tag without a 'default' attribute."
Public methods
endElement
public void endElement (String uri,
String localName,
String qName)
Parameters |
uri |
String |
localName |
String |
qName |
String |
startElement
public void startElement (String uri,
String localName,
String name,
Attributes attributes)
Parameters |
uri |
String |
localName |
String |
name |
String |
attributes |
Attributes |