Package org.xmlpull.v1.builder
Interface XmlContained
-
- All Known Subinterfaces:
XmlCharacters,XmlElement
- All Known Implementing Classes:
XmlElementAdapter,XmlElementImpl
public interface XmlContainedCommon 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 ...- Version:
- $Revision: 1.3 $
- Author:
- Aleksander Slominski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XmlContainergetParent()voidsetParent(XmlContainer el)
-
-
-
Method Detail
-
getParent
XmlContainer getParent()
-
setParent
void setParent(XmlContainer el)
-
-