IXMLWriter.java :  » UnTagged » ull-etsii-geobloc » com » geobloc » xml » Android Open Source

Android Open Source » UnTagged » ull etsii geobloc 
ull etsii geobloc » com » geobloc » xml » IXMLWriter.java
/**
 * 
 */
package com.geobloc.xml;

import java.util.List;

/**
 * Interface which specifies a method to take ITextFields and save them
 * as a XML string.
 * 
 * @author Dinesh Harjani (goldrunner192287@gmail.com
 *
 */
public interface IXMLWriter {

  public String WriteXML(List<IField> fields);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.