org.apache.fop.layoutmgr
Class BlockLayoutManager.ProxyLMiter
- BlockLayoutManager
- ListIterator
protected class BlockLayoutManager.ProxyLMiter
Proxy iterator for Block LM.
This iterator creates and holds the complete list
of child LMs.
It uses fobjIter as its base iterator.
Block LM's createNextChildLMs uses this iterator
as its base iterator.
ProxyLMiter
public ProxyLMiter()
createNextChildLMs
protected boolean createNextChildLMs(int pos)
- true if new child lms were added
hasNext
public boolean hasNext()
- hasNext in interface LMiter
- true if there are more child lms
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.