Class UnresolvedListElement

java.lang.Object
org.apache.fop.layoutmgr.ListElement
org.apache.fop.layoutmgr.UnresolvedListElement
Direct Known Subclasses:
BreakElement, UnresolvedListElementWithLength

public abstract class UnresolvedListElement extends ListElement
This class represents an unresolved list element.
  • Constructor Details

    • UnresolvedListElement

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

    • isConditional

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

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