Package de.dante.extex.typesetter.type.node

This package contains the basic data types for nodes as stored in boxed and processed by the typesetter in ExTeX.

See:
          Description

Interface Summary
Extension This interface describes the capabilities for an extension object to be inserted into an extension node.
KernNode This interface describes a horizontal or vertical adjustment of the current position on the page.
SkipNode This is a marker interface to tie together glue node and the leaders nodes.
 

Class Summary
AbstractExpandableNode This node represents a TeX "glue" node.
AbstractKernNode This class provides the same functionality as KernNode but is distinguishable for the sake of some fine differentiations in TeX.
AbstractNode This abstract class provides some methods common to all Nodes.
AccentKernNode This class provides the same functionality as KernNode but is distinguishable for the sake of some fine differentiations in TeX.
AdjustNode The adjust node is used to insert material which should be pushed out the enclosing vertical list.
AfterMathNode This node represents a TeX "math" node with the subtype "after".
AlignedLeadersNode This node represents an aligned leaders node as used by the primitive \leaders.
BeforeMathNode This node represents a TeX "math" node with the subtype "before".
CenteredLeadersNode This node represents an centered leaders node as used by the primitive \cleaders.
CharNode This is the Node which carries a single character.
DiscretionaryNode This node represents a glyph which can be broken if required.
ExpandedLeadersNode This node represents an expandable leaders node as used by the primitive \xleaders.
ExplicitKernNode This class represents an explicit kerning node for the typesetter.
ExtensionNode This class provides an extension mechanism for nodes.
GenericNodeList Abstract base class for all NodeLists.
GlueNode This node represents a TeX "glue" node.
HorizontalListNode This class provides a container for nodes which is interpreted as horizontal list.
ImageNode This node contains an image which should be passed to the backend driver.
ImplicitKernNode This class provides the same functionality as KernNode but is distinguishable for the sake of some fine differentiations in TeX.
InsertionNode This node is meant to record an insertion.
LigatureNode The ligature node represents a ligature of several characters.
MarkNode A mark node carries some tokens which can be extracted after the page has been completed.
PenaltyNode This class represents a Node which holds a penalty value.
RuleNode The rule node represents a rectangular area on the page filled with some color.
SpaceNode A space node represents a simple space character.
SpecialNode This node contains text which should be passed to the back-end driver.
VerticalListNode This class provides an implementation for a vertical list.
VirtualCharNode This class exposes itself as character node but contains an hlist internally.
WhatsItCloseNode This WhatsIt node closes an out file on shipping.
WhatsItNode This node type represents the extension node from the perspective of TeX.
WhatsItOpenNode This WhatsIt node which opens an out file at shipping.
WhatsItWriteNode This WhatsIt node writes some expanded tokens to an out file on shipping.
 

Package de.dante.extex.typesetter.type.node Description

This package contains the basic data types for nodes as stored in boxed and processed by the typesetter in ExTeX.