Uses of Interface
org.extex.framework.i18n.Localizer

Packages that use Localizer
org.extex This package contains ExTeX – an implementation of a typesetting engine based on the concepts of TeX
org.extex.backend.documentWriter.itextpdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.base.parser This package contains parsers for ExTeX
org.extex.core.exception This package contains exceptions of general interest. 
org.extex.core.exception.helping   
org.extex.font.format.vf.command This package contains the definitions and implementations for the VF-commands handling in ExTeX. 
org.extex.framework.configuration.exception This package contains some exception classes for the configuration. 
org.extex.framework.i18n This package contains some classes and interfaces for dealing with internationalization of components. 
org.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
org.extex.interpreter.exception This package contains exception classes which are derived from the HelpingException. 
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
org.extex.interpreter.max.context This package contains a reference implementation for the Context
org.extex.interpreter.type This package contains the basic data types for ExTeX. 
org.extex.interpreter.type.box This package contains the basic box data types for ExTeX. 
org.extex.language.impl This package contains implementations which describe a language. 
org.extex.main.tex This package contains some support classes for the ExTeX main program. 
org.extex.pdf.api.exception This package contains exception classes for the PDF TeX support. 
org.extex.resource.tool This package contains some classes which contain tools for dealing with resources. 
org.extex.scanner.type.token This package contains the token types for the scanner of ExTeX. 
org.extex.typesetter This package contains the typesetter definitions for ExTeX. 
org.extex.typesetter.exception This package contains the exception classes for the typesetter implementations. 
org.extex.typesetter.listMaker This package contains implementations for list makers of several kind. 
org.extex.typesetter.type.noad This package contains the data structures for Noads. 
org.extex.typesetter.type.node This package contains the basic data types for nodes as stored in boxed and processed by the typesetter in ExTeX. 
org.extex.unit.base.conditional This package contains conditional primitives for the ExTeX engine. 
org.extex.unit.omega.math.delimiter   
org.extex.unit.tex.macro This package contains primitives for the management of macros. 
org.extex.unit.tex.macro.util This package contains utilities for the management of macros. 
org.extex.unit.tex.math.delimiter This package contains math primitives for ExTeX. 
org.extex.util.font   
 

Uses of Localizer in org.extex
 

Methods in org.extex that return Localizer
protected  Localizer ExTeX.getLocalizer()
          Getter for localizer.
 

Uses of Localizer in org.extex.backend.documentWriter.itextpdf
 

Constructors in org.extex.backend.documentWriter.itextpdf with parameters of type Localizer
PdfNodeVisitor(com.lowagie.text.Document document, com.lowagie.text.pdf.PdfWriter writer, BackendFontManager manager, java.util.logging.Logger logger, Localizer localizer)
          Creates a new object.
 

Uses of Localizer in org.extex.base.parser
 

Methods in org.extex.base.parser that return Localizer
protected static Localizer GlueComponentParser.getMyLocalizer()
          Getter for the localizer.
 

Uses of Localizer in org.extex.core.exception
 

Methods in org.extex.core.exception that return Localizer
protected  Localizer GeneralException.getLocalizer()
          Getter for localizer.
 

Uses of Localizer in org.extex.core.exception.helping
 

Constructors in org.extex.core.exception.helping with parameters of type Localizer
EofException(Localizer localizer, java.lang.String messageTag, java.lang.String a)
          Creates a new object.
HelpingException(Localizer theLocalizer, java.lang.String messageTag)
          Creates a new object without variable arguments.
HelpingException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1)
          Creates a new object with one variable argument.
HelpingException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1, java.lang.String a2)
          Creates a new object with two variable arguments.
HelpingException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1, java.lang.String a2, java.lang.String a3)
          Creates a new object with three variable arguments.
InterpreterPanicException(Localizer localizer, java.lang.String tag)
          Creates a new object.
InterpreterPanicException(Localizer localizer, java.lang.String tag, java.lang.String arg)
          Creates a new object.
InvalidCharacterException(Localizer localizer, java.lang.String messageTag, java.lang.String arg)
          Creates a new object.
 

Uses of Localizer in org.extex.font.format.vf.command
 

Methods in org.extex.font.format.vf.command that return Localizer
protected  Localizer VfCommand.getLocalizer()
          Getter for localizer.
 

Methods in org.extex.font.format.vf.command with parameters of type Localizer
static VfCommand VfCommand.getInstance(Localizer localizer, RandomAccessR rar)
          Return the new instance of the command.
 

Constructors in org.extex.font.format.vf.command with parameters of type Localizer
VfCommandCharacterPackets(Localizer localizer, RandomAccessR rar, int ccode)
          Creates a new object.
VfCommandFontDef(Localizer localizer, RandomAccessR rar, int ccode)
          Create e new object.
VfCommandPost(Localizer localizer, RandomAccessR rar, int ccode)
          Create e new object.
VfCommandPre(Localizer localizer, RandomAccessR rar, int ccode)
          Create e new object.
 

Uses of Localizer in org.extex.framework.configuration.exception
 

Methods in org.extex.framework.configuration.exception that return Localizer
protected  Localizer ConfigurationException.getLocalizer()
          Getter for localizer.
 

Uses of Localizer in org.extex.framework.i18n
 

Methods in org.extex.framework.i18n that return Localizer
static Localizer LocalizerFactory.getLocalizer(java.lang.Class<?> theClass)
          Return the Localizer associated to a given name.
static Localizer LocalizerFactory.getLocalizer(java.lang.String name)
          Return the Localizer associated to a given name.
 

Uses of Localizer in org.extex.interpreter
 

Methods in org.extex.interpreter with parameters of type Localizer
 boolean EditHandler.edit(Localizer localizer, Locator locator)
          Edit a file at a given location.
 

Uses of Localizer in org.extex.interpreter.exception
 

Methods in org.extex.interpreter.exception that return Localizer
 Localizer InterpreterException.getLocalizer()
          Getter for localizer.
 

Constructors in org.extex.interpreter.exception with parameters of type Localizer
InterpreterException(Localizer localizer)
          Creates a new object.
 

Uses of Localizer in org.extex.interpreter.max
 

Methods in org.extex.interpreter.max that return Localizer
protected  Localizer Max.getLocalizer()
          Getter for localizer.
 

Uses of Localizer in org.extex.interpreter.max.context
 

Methods in org.extex.interpreter.max.context that return Localizer
protected  Localizer ContextImpl.getLocalizer()
          Getter for localizer.
 

Uses of Localizer in org.extex.interpreter.type
 

Methods in org.extex.interpreter.type that return Localizer
protected  Localizer AbstractCode.getLocalizer()
          Getter for localizer.
 

Uses of Localizer in org.extex.interpreter.type.box
 

Methods in org.extex.interpreter.type.box that return Localizer
protected  Localizer Box.getLocalizer()
          Getter for the localizer.
 

Uses of Localizer in org.extex.language.impl
 

Methods in org.extex.language.impl that return Localizer
protected  Localizer BaseLanguageManager.getLocalizer()
          Getter for a localizer
 

Uses of Localizer in org.extex.main.tex
 

Methods in org.extex.main.tex that return Localizer
protected  Localizer TeX.getLocalizer()
          Getter for localizer.
 

Methods in org.extex.main.tex with parameters of type Localizer
 boolean EditHandlerTeXImpl.edit(Localizer localizer, Locator locator)
          Edit a file at a given location.
protected  java.lang.String QueryFileHandlerTeXImpl.promptAndReadLine(Localizer localizer, java.util.logging.Logger logger, java.lang.String prompt)
          Read a line of characters from the standard input stream after a prompt has been shown.
 

Uses of Localizer in org.extex.pdf.api.exception
 

Constructors in org.extex.pdf.api.exception with parameters of type Localizer
PdftexException(Localizer theLocalizer, java.lang.String messageTag)
          Creates a new object with two variable arguments.
PdftexException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1)
          Creates a new object with two variable arguments.
PdftexException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1, java.lang.String a2)
          Creates a new object with two variable arguments.
PdftexException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1, java.lang.String a2, java.lang.String a3)
          Creates a new object with three variable arguments.
 

Uses of Localizer in org.extex.resource.tool
 

Methods in org.extex.resource.tool that return Localizer
 Localizer CreateClasspathArchive.getLocalizer()
          Getter for localizer.
 

Uses of Localizer in org.extex.scanner.type.token
 

Methods in org.extex.scanner.type.token that return Localizer
protected  Localizer AbstractToken.getLocalizer()
          Getter for localizer.
 

Uses of Localizer in org.extex.typesetter
 

Methods in org.extex.typesetter that return Localizer
protected  Localizer Mode.getLocalizer()
          Getter for localizer.
 

Uses of Localizer in org.extex.typesetter.exception
 

Constructors in org.extex.typesetter.exception with parameters of type Localizer
TypesetterHelpingException(Localizer theLocalizer, java.lang.String messageTag)
          Creates a new object without variable arguments.
TypesetterHelpingException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1)
          Creates a new object with one variable argument.
TypesetterHelpingException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1, java.lang.String a2)
          Creates a new object with two variable arguments.
TypesetterHelpingException(Localizer theLocalizer, java.lang.String messageTag, java.lang.String a1, java.lang.String a2, java.lang.String a3)
          Creates a new object with three variable arguments.
 

Uses of Localizer in org.extex.typesetter.listMaker
 

Methods in org.extex.typesetter.listMaker that return Localizer
protected  Localizer AbstractListMaker.getLocalizer()
          Getter for the localizer.
protected  Localizer AbstractListMaker.getMyLocalizer()
          Getter for the localizer.
 

Uses of Localizer in org.extex.typesetter.type.noad
 

Methods in org.extex.typesetter.type.noad that return Localizer
 Localizer AbstractNoad.getLocalizer()
          Getter for the localizer.
 

Uses of Localizer in org.extex.typesetter.type.node
 

Methods in org.extex.typesetter.type.node that return Localizer
protected  Localizer AbstractNode.getLocalizer()
          Getter for localizer.
 

Uses of Localizer in org.extex.unit.base.conditional
 

Methods in org.extex.unit.base.conditional that return Localizer
protected static Localizer AbstractIf.getMyLocalizer()
          Getter for the localizer.
 

Uses of Localizer in org.extex.unit.omega.math.delimiter
 

Methods in org.extex.unit.omega.math.delimiter that return Localizer
protected static Localizer AbstractOmegaDelimiter.getMyLocalizer()
          Create a localizer for this class.
 

Uses of Localizer in org.extex.unit.tex.macro
 

Methods in org.extex.unit.tex.macro with parameters of type Localizer
static java.lang.String Csname.scanToEndCsname(Context context, TokenSource source, Typesetter typesetter, Localizer loc)
          Expand tokens and collect the result until \endcsname is found.
 

Uses of Localizer in org.extex.unit.tex.macro.util
 

Methods in org.extex.unit.tex.macro.util that return Localizer
protected  Localizer MacroCode.getLocalizer()
          Getter for localizer.
 

Uses of Localizer in org.extex.unit.tex.math.delimiter
 

Methods in org.extex.unit.tex.math.delimiter that return Localizer
protected static Localizer AbstractTeXDelimiter.getMyLocalizer()
          Create a localizer for this class.
 

Uses of Localizer in org.extex.util.font
 

Methods in org.extex.util.font that return Localizer
 Localizer AbstractFontUtil.getLocalizer()
          Getter for localizer.