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)
           
 
Method Summary
 XLink getNextPageLink()
           
 XLink getPageLink()
           
 XLink getPreviousPageLink()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageLinkTable

public PageLinkTable(org.w3c.dom.traversal.NodeIterator iterator,
                     org.w3c.dom.Node thisNode,
                     DocSpec spec)
Method Detail

getPageLink

public XLink getPageLink()

getPreviousPageLink

public XLink getPreviousPageLink()

getNextPageLink

public XLink getNextPageLink()

hasPrevious

public boolean hasPrevious()

hasNext

public boolean hasNext()