Android Open Source - Framework framework android-xml-drafts






Project Summary

Small framework to use xml in android easy.

Web Site / Source Repository

android-xml-drafts is hosted in the following web site
https://github.com/drdrej/android-xml-drafts

If you think the Android project android-xml-drafts listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of android-xml-drafts.

ItemValue
Java File Count20
Minimum SDK Version7
Activity Count1
jar files usedandroid-support-v4.jar
xml-drafts-android-1.0.jar
Asset File Namesassets\children.xml
assets\empty-tag.xml
assets\empty-tag2.xml
assets\example.xml
assets\skip-tag.xml




Java Source Files

android-xml-drafts has the following Java source files.

com.touchableheroes.android.log.Logger.java
com.touchableheroes.android.log.Timer.java
com.touchableheroes.android.xml.parser.Attributes.java
com.touchableheroes.android.xml.parser.DomainSpecificBinding.java
com.touchableheroes.android.xml.parser.Tag.java
com.touchableheroes.android.xml.parser.TagData.java
com.touchableheroes.android.xml.parser.TagEvent.java
com.touchableheroes.android.xml.parser.TagEventHandler.java
com.touchableheroes.android.xml.parser.TagUtils.java
com.touchableheroes.android.xml.parser.XMLEventPipe.java
com.touchableheroes.android.xml.parser.XMLParserFacade.java
com.touchableheroes.android.xml.parser.XMLParserLoop.java
com.touchableheroes.android.xml.parser.XMLTagFacade.java
com.touchableheroes.android.xml.parser.XMLTagHandler.java
com.touchableheroes.android.xml.parser.example.ExampleCallback.java
com.touchableheroes.android.xml.parser.example.ExampleTag.java
com.touchableheroes.android.xml.parser.tag.SameTagAs.java
com.touchableheroes.android.xml.parser.tag.TagRule.java
com.touchableheroes.android.xml.testapp.MainActivity.java