org.extex.pdf.api.action
Class GotoActionSpec

java.lang.Object
  extended by org.extex.pdf.api.action.ActionSpec
      extended by org.extex.pdf.api.action.GotoActionSpec
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
GotoIdActionSpec, GotoPageActionSpec

public abstract class GotoActionSpec
extends ActionSpec

This class provides an abstract base for goto actions in PDF.

Version:
$Revision:4409 $
Author:
Gerd Neugebauer
See Also:
Serialized Form

Constructor Summary
GotoActionSpec()
           
 
Method Summary
static ActionSpec parseActionSpec(Context context, TokenSource source, Typesetter typesetter, CodeToken primitive)
          Parse a goto action spec.
 
Methods inherited from class org.extex.pdf.api.action.ActionSpec
visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GotoActionSpec

public GotoActionSpec()
Method Detail

parseActionSpec

public static ActionSpec parseActionSpec(Context context,
                                         TokenSource source,
                                         Typesetter typesetter,
                                         CodeToken primitive)
                                  throws HelpingException,
                                         TypesetterException
Parse a goto action spec.

Parameters:
context - the interpreter context
source - the source for new tokens
typesetter - the typesetter
primitive - the name of the primitive
Returns:
the action spec found
Throws:
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetter