org.extex.interpreter.context
Interface ContextInternals

All Superinterfaces:
Context, ContextCode, ContextCount, ContextDimen, ContextErrorCount, ContextFile, ContextFont, ContextGroup, ContextInteraction, ContextMark, ContextTokens, LanguageManagerCarrier, PageContext, java.io.Serializable, Tokenizer
All Known Implementing Classes:
ContextExtensionImpl, ContextImpl

public interface ContextInternals
extends Context, LanguageManagerCarrier

This interface describes the abilities of a Context together with some internal methods.

Version:
$Revision$
Author:
Gerd Neugebauer

Method Summary
 TypesettingContextFactory getTypesettingContextFactory()
          Getter for the typesetting context factory.
 
Methods inherited from interface org.extex.interpreter.context.Context
addUnit, esc, esc, escapechar, get, getAfterassignment, getBox, getConditional, getDelcode, getGlue, getId, getIfLevel, getLanguage, getLanguageManager, getLccode, getMagnification, getMathcode, getMuskip, getNamespace, getParshape, getSfcode, getStandardTokenStream, getTokenFactory, getTokenizer, getTypesettingContext, getUccode, popConditional, popDirection, pushConditional, pushDirection, set, set, set, set, set, set, setAfterassignment, setBox, setCatcode, setDelcode, setGlue, setId, setLanguageManager, setLccode, setMagnification, setMathcode, setMuskip, setNamespace, setParshape, setSfcode, setStandardTokenStream, setTokenFactory, setUccode, unitIterator
 
Methods inherited from interface org.extex.interpreter.context.ContextCode
getCode, setCode
 
Methods inherited from interface org.extex.interpreter.context.ContextCount
getCount, setCount
 
Methods inherited from interface org.extex.interpreter.context.ContextDimen
getDimen, setDimen, setDimen
 
Methods inherited from interface org.extex.interpreter.context.ContextFile
getInFile, getOutFile, setInFile, setOutFile
 
Methods inherited from interface org.extex.interpreter.context.ContextFont
getFont, getFontFactory, setFont, setFontFactory
 
Methods inherited from interface org.extex.interpreter.context.ContextGroup
afterGroup, afterGroup, closeGroup, getGroupInfos, getGroupLevel, getGroupType, isGlobalGroup, openGroup
 
Methods inherited from interface org.extex.interpreter.context.ContextErrorCount
getErrorCount, incrementErrorCount
 
Methods inherited from interface org.extex.interpreter.context.ContextInteraction
getInteraction, setInteraction
 
Methods inherited from interface org.extex.interpreter.context.ContextTokens
getToks, getToksOrNull, setToks
 
Methods inherited from interface org.extex.interpreter.context.ContextMark
clearSplitMarks, getBottomMark, getFirstMark, getSplitBottomMark, getSplitFirstMark, getTopMark, setMark, setSplitMark, startMarks
 
Methods inherited from interface org.extex.scanner.api.Tokenizer
getCatcode
 
Methods inherited from interface org.extex.typesetter.PageContext
getCountOption, getDimenOption, getFont, getGlueOption, getOutFile, setCountOption, setMark, setOutFile
 
Methods inherited from interface org.extex.language.LanguageManagerCarrier
setLanguageManager
 

Method Detail

getTypesettingContextFactory

TypesettingContextFactory getTypesettingContextFactory()
Getter for the typesetting context factory.

Specified by:
getTypesettingContextFactory in interface PageContext
Returns:
the typesetting context factory