org.apache.fop.layoutmgr

Class UnresolvedListElement

Known Direct Subclasses:
BreakElement, UnresolvedListElementWithLength

public abstract class UnresolvedListElement
extends ListElement

This class represents an unresolved list element.

Constructor Summary

UnresolvedListElement(Position position)
Main constructor

Method Summary

protected LayoutManager
getOriginatingLayoutManager()
abstract boolean
isConditional()

Methods inherited from class org.apache.fop.layoutmgr.ListElement

getLayoutManager, getPosition, isBox, isForcedBreak, isGlue, isPenalty, isUnresolvedElement, setPosition

Constructor Details

UnresolvedListElement

public UnresolvedListElement(Position position)
Main constructor
Parameters:
position - the Position instance needed by the addAreas stage of the LMs.

Method Details

getOriginatingLayoutManager

protected LayoutManager getOriginatingLayoutManager()
Returns:
the layout manager that created this ListElement

isConditional

public abstract boolean isConditional()
Returns:
true if the element is conditional (conditionality="discard")

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.