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

org.xmlpull.infoset.XmlContainer Maven / Gradle / Ivy

Go to download

XML Pull parser library developed by Extreme Computing Lab, Indian University

There is a newer version: 1.2.8
Show newest version
/* -*-             c-basic-offset: 4; indent-tabs-mode: nil; -*-  //------100-columns-wide------>|*/
//for license please see accompanying LICENSE.txt file (available also at http://www.xmlpull.org/)
package org.xmlpull.infoset;

/**
 * Common abstraction shared between XmlElement, XmlDocument and XmlDoctype
 * to represent XML infoset item that can contain other infoet items
 * This is useful so getParent() operation will return this instead of Object ...
 *
 * @version $Revision: 1.1 $
 * @author Aleksander Slominski
 */

public interface XmlContainer
{
    
    
    
    //public void serialize(XmlSerializer serializer) throws IOException;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy