Save This Page
Home » poi-src-3.2-FINAL-20081019 » org.apache.poi.poifs » property » [javadoc | source]
org.apache.poi.poifs.property
public interface: Child [javadoc | source]

All Known Implementing Classes:
    LocalProperty, LocalProperty, RootProperty, Parent, DirectoryProperty, Property, DocumentProperty

This interface defines methods for finding and setting sibling Property instances
Method from org.apache.poi.poifs.property.Child Summary:
getNextChild,   getPreviousChild,   setNextChild,   setPreviousChild
Method from org.apache.poi.poifs.property.Child Detail:
 public Child getNextChild()
    Get the next Child, if any
 public Child getPreviousChild()
    Get the previous Child, if any
 public  void setNextChild(Child child)
    Set the next Child
 public  void setPreviousChild(Child child)
    Set the previous Child