org.xmlpull.v1.builder
Interface XmlContained

All Known Subinterfaces:
XmlCharacters, XmlElement
All Known Implementing Classes:
XmlElementAdapter, XmlElementImpl

public interface XmlContained

Common abstraction to represent XML infoset item that are contained in other infoet items This is useful so parent can be updated on contained items when container is cloned ...


Method Summary
 XmlContainer getParent()
           
 void setParent(XmlContainer el)
           
 

Method Detail

getParent

XmlContainer getParent()

setParent

void setParent(XmlContainer el)