org.xmlpull.v1.builder
Interface XmlContainer

All Known Subinterfaces:
XmlDoctype, XmlDocument, XmlElement
All Known Implementing Classes:
XmlDocumentAdapter, XmlDocumentImpl, XmlElementAdapter, XmlElementImpl

public interface XmlContainer

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 ...