All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stanfy.gsonxml.XmlParserCreator Maven / Gradle / Ivy

The newest version!
package com.stanfy.gsonxml;

import org.xmlpull.v1.XmlPullParser;

/**
 * Creates XML pull parser.
 * @author Roman Mazur (Stanfy - http://stanfy.com)
 */
public interface XmlParserCreator {

  /** @return XML pull parser instance */
  XmlPullParser createParser();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy