Package org.apache.fop.layoutmgr
Class FootenoteUtil
- java.lang.Object
-
- org.apache.fop.layoutmgr.FootenoteUtil
-
public final class FootenoteUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
FootenoteUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static <T> java.util.List<T>
getFootnoteList(java.util.List<T> footnotes)
static java.util.List<FootnoteBodyLayoutManager>
getFootnotes(java.util.List<ListElement> elemenList)
Returns the footnotes contained in the given element list.static java.util.List<FootnoteBodyLayoutManager>
getFootnotes(java.util.List<ListElement> elemenList, int startIndex, int endIndex)
Returns the footnotes contained in the given element list.
-
-
-
Method Detail
-
getFootnotes
public static java.util.List<FootnoteBodyLayoutManager> getFootnotes(java.util.List<ListElement> elemenList)
Returns the footnotes contained in the given element list.
-
getFootnotes
public static java.util.List<FootnoteBodyLayoutManager> getFootnotes(java.util.List<ListElement> elemenList, int startIndex, int endIndex)
Returns the footnotes contained in the given element list.- Parameters:
startIndex
- index in the element list from which to start the scan, inclusiveendIndex
- index in the element list at which to stop the scan, inclusive
-
getFootnoteList
private static <T> java.util.List<T> getFootnoteList(java.util.List<T> footnotes)
-
-