
org.xmlpull.v1.builder.XmlContainer Maven / Gradle / Ivy
The newest version!
package org.xmlpull.v1.builder;
/**
* Common abstraction shared between XmlElement, XmlDocument and XmlDoctype
* to represent XML Infoset item that can contain other Infoset items
* This is useful so getParent() operation will return this instead of Object ...
*
* @version $Revision: 1.4 $
* @author Aleksander Slominski
*/
public interface XmlContainer
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy