FileDocCategorySizeDatePackage
Child.javaAPI DocApache Poi 3.0.11967Mon Jan 01 12:39:36 GMT 2007org.apache.poi.poifs.property

Child

public interface Child
This interface defines methods for finding and setting sibling Property instances
author
Marc Johnson (mjohnson at apache dot org)

Fields Summary
Constructors Summary
Methods Summary
public org.apache.poi.poifs.property.ChildgetNextChild()
Get the next Child, if any

return
the next Child; may return null

public org.apache.poi.poifs.property.ChildgetPreviousChild()
Get the previous Child, if any

return
the previous Child; may return null

public voidsetNextChild(org.apache.poi.poifs.property.Child child)
Set the next Child

param
child the new 'next' child; may be null, which has the effect of saying there is no 'next' child

public voidsetPreviousChild(org.apache.poi.poifs.property.Child child)
Set the previous Child

param
child the new 'previous' child; may be null, which has the effect of saying there is no 'previous' child