Class PageLinkTable
java.lang.Object
|
+--PageLinkTable
- public class PageLinkTable
- extends java.lang.Object
Models a sequence of page images, which can be browsed.
- Version:
- $02/10/27 15:10:08 mdh$
- Author:
- Malcolm D. Hyman
|
Constructor Summary |
PageLinkTable(org.w3c.dom.traversal.NodeIterator iterator,
org.w3c.dom.Node thisNode,
DocSpec spec)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PageLinkTable
public PageLinkTable(org.w3c.dom.traversal.NodeIterator iterator,
org.w3c.dom.Node thisNode,
DocSpec spec)
getPageLink
public XLink getPageLink()
getPreviousPageLink
public XLink getPreviousPageLink()
getNextPageLink
public XLink getNextPageLink()
hasPrevious
public boolean hasPrevious()
hasNext
public boolean hasNext()