Uses of Class
org.extex.core.exception.helping.NoHelpException

Packages that use NoHelpException
org.extex.base.type.file This package contains the basic file data types for ExTeX
org.extex.unit.pdftex This package contains primitives for ExTeX's pdfTeX mode. 
org.extex.unit.tex.hyphen This package contains the primitives for hyphenations in ExTeX. 
org.extex.unit.tex.string This package contains primitives for the manipulation of strings. 
 

Uses of NoHelpException in org.extex.base.type.file
 

Methods in org.extex.base.type.file that throw NoHelpException
 boolean InputFile.isEof()
          Checks whether this InFile is at end of file.
 Tokens InputFile.read(TokenFactory factory, Tokenizer tokenizer)
          Read a line of characters into a tokens list.
 

Uses of NoHelpException in org.extex.unit.pdftex
 

Methods in org.extex.unit.pdftex that throw NoHelpException
protected  PdftexSupport AbstractPdftexCode.ensurePdftex(Context context, Typesetter typesetter)
          Check that pdfTeX is active.
 

Uses of NoHelpException in org.extex.unit.tex.hyphen
 

Methods in org.extex.unit.tex.hyphen that throw NoHelpException
 void Patterns.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          Scan the patterns for hyphenation and store this values in the HyphernationTable.
 void HyphenationPrimitive.execute(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and executes it. The result is placed on the stack. This operation might have side effects. To execute a token it might be necessary to consume further tokens.
 

Uses of NoHelpException in org.extex.unit.tex.string
 

Methods in org.extex.unit.tex.string that throw NoHelpException
 void Romannumeral.expand(Flags prefix, Context context, TokenSource source, Typesetter typesetter)
          This method takes the first token and expands it.