Uses of Class
org.extex.typesetter.type.node.VirtualCharNode

Packages that use VirtualCharNode
org.extex.backend.documentWriter.dvi This package contains the definitions for a DocumentWriter for dvi-Files. 
org.extex.backend.documentWriter.itextpdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.backend.documentWriter.pdf This package contains a backend of ExTeX which produce a PDF-file. 
org.extex.backend.documentWriter.postscript.converter This package contains converters for the a PostScript DocumentWriter. 
org.extex.backend.documentWriter.svg This package contains a backend of ExTeX which dumps the information in a SVG format. 
org.extex.backend.documentWriter.text This package contains a backend of ExTeX which dumps the information as text in a readable format to the output file (very simple). 
org.extex.backend.documentWriter.xml This package contains a backend of ExTeX which dumps the information in a XML format. 
org.extex.engine.typesetter.page This package contains the backend support for pages of the core engine of ExTeX
org.extex.font.format.vf This package contains the definitions and implementations for the VF-font-metric handling in ExTeX. 
org.extex.typesetter.type This package contains type definitions for the typesetter. 
org.extex.typesetter.type.node.factory This package contains the definition of a node factory and some implemnetations for it. 
 

Uses of VirtualCharNode in org.extex.backend.documentWriter.dvi
 

Methods in org.extex.backend.documentWriter.dvi with parameters of type VirtualCharNode
 java.lang.Object DebugNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
           
 

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

Methods in org.extex.backend.documentWriter.itextpdf with parameters of type VirtualCharNode
 java.lang.Object CollectNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
          This method is called when a VirtualCharNode has been encountered.
 java.lang.Object PdfNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
          This method is called when a VirtualCharNode has been encountered.
 

Uses of VirtualCharNode in org.extex.backend.documentWriter.pdf
 

Methods in org.extex.backend.documentWriter.pdf with parameters of type VirtualCharNode
 java.lang.Object PdfNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
           
 

Uses of VirtualCharNode in org.extex.backend.documentWriter.postscript.converter
 

Methods in org.extex.backend.documentWriter.postscript.converter with parameters of type VirtualCharNode
 java.lang.Object PsBasicConverter.visitVirtualChar(VirtualCharNode node, java.io.PrintStream out)
          This method is called when a VirtualCharNode has been encountered.
 java.lang.Object PsBoxConverter.visitVirtualChar(VirtualCharNode node, java.io.PrintStream out)
          This method is called when a VirtualCharNode has been encountered.
 

Uses of VirtualCharNode in org.extex.backend.documentWriter.svg
 

Methods in org.extex.backend.documentWriter.svg with parameters of type VirtualCharNode
 java.lang.Object SVGDocumentWriter.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
          This method is called when a VirtualCharNode has been encountered.
 

Uses of VirtualCharNode in org.extex.backend.documentWriter.text
 

Methods in org.extex.backend.documentWriter.text with parameters of type VirtualCharNode
 java.lang.Object TextDocumentWriter.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
           
 

Uses of VirtualCharNode in org.extex.backend.documentWriter.xml
 

Methods in org.extex.backend.documentWriter.xml with parameters of type VirtualCharNode
 java.lang.Object XMLDocumentWriter.visitVirtualChar(VirtualCharNode node, java.lang.Object value)
           
 

Uses of VirtualCharNode in org.extex.engine.typesetter.page
 

Methods in org.extex.engine.typesetter.page with parameters of type VirtualCharNode
 Node PageFactoryNodeVisitor.visitVirtualChar(VirtualCharNode node, java.lang.Boolean isHMode)
          This method is called when a VirtualCharNode has been encountered.
 

Uses of VirtualCharNode in org.extex.font.format.vf
 

Methods in org.extex.font.format.vf that return VirtualCharNode
 VirtualCharNode VfDvi2Node.getVcharNode()
          Getter for the virtual char node.
 

Uses of VirtualCharNode in org.extex.typesetter.type
 

Methods in org.extex.typesetter.type with parameters of type VirtualCharNode
 R NodeVisitor.visitVirtualChar(VirtualCharNode node, A value)
          This method is called when a VirtualCharNode has been encountered.
 

Uses of VirtualCharNode in org.extex.typesetter.type.node.factory
 

Methods in org.extex.typesetter.type.node.factory that return VirtualCharNode
 VirtualCharNode NodeFactory.getVirtualCharNode(TypesettingContext typesettingContext, UnicodeChar uc)
          Create a new instance of a virtual character node.
 VirtualCharNode SimpleNodeFactory.getVirtualCharNode(TypesettingContext typesettingContext, UnicodeChar uc)
          Create a new instance of a virtual character node.