AI2 Component  (Version nb184)
com.google.appinventor.components.runtime.util.XmlParser Class Reference
Inheritance diagram for com.google.appinventor.components.runtime.util.XmlParser:

Public Member Functions

void startElement (String uri, String localName, String qname, Attributes attributes)
 
void characters (char[] ch, int start, int length)
 
void endElement (String uri, String localName, String qname)
 
YailDictionary getRoot ()
 

Detailed Description

Definition at line 17 of file XmlParser.java.

Member Function Documentation

◆ characters()

void com.google.appinventor.components.runtime.util.XmlParser.characters ( char[]  ch,
int  start,
int  length 
)

Definition at line 55 of file XmlParser.java.

◆ endElement()

void com.google.appinventor.components.runtime.util.XmlParser.endElement ( String  uri,
String  localName,
String  qname 
)

Definition at line 67 of file XmlParser.java.

◆ getRoot()

YailDictionary com.google.appinventor.components.runtime.util.XmlParser.getRoot ( )

Definition at line 78 of file XmlParser.java.

◆ startElement()

void com.google.appinventor.components.runtime.util.XmlParser.startElement ( String  uri,
String  localName,
String  qname,
Attributes  attributes 
)

Definition at line 24 of file XmlParser.java.


The documentation for this class was generated from the following file: