- 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 ...
- Version:
- $Revision: 1.4 $
- Author:
- Aleksander Slominski