org.apache.fop.layoutmgr
Class UnresolvedListElement
public abstract class UnresolvedListElement
This class represents an unresolved list element.
UnresolvedListElement
public UnresolvedListElement(Position position)
Main constructor
position
- the Position instance needed by the addAreas stage of the LMs.
getOriginatingLayoutManager
protected LayoutManager getOriginatingLayoutManager()
- the layout manager that created this ListElement
isConditional
public abstract boolean isConditional()
- true if the element is conditional (conditionality="discard")
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.