org.extex.font.format.vf.command
Class VfCommandPost

java.lang.Object
  extended by org.extex.font.format.vf.command.VfCommand
      extended by org.extex.font.format.vf.command.VfCommandPost
All Implemented Interfaces:
XMLWriterConvertible

public class VfCommandPost
extends VfCommand

VfCommand: post

Version:
$Revision: 6053 $
Author:
Michael Niedermair

Field Summary
 
Fields inherited from class org.extex.font.format.vf.command.VfCommand
FNT_DEF_1, FNT_DEF_2, FNT_DEF_3, FNT_DEF_4, MAX_CHARACTER, MIN_CHARACTER, POST, PRE, SHIFT16, SHIFT8
 
Constructor Summary
VfCommandPost(Localizer localizer, RandomAccessR rar, int ccode)
          Create e new object.
 
Method Summary
 void writeXML(XMLStreamWriter writer)
          Write the data to a XMLStreamWriter.
 
Methods inherited from class org.extex.font.format.vf.command.VfCommand
getCommandCode, getInstance, getLocalizer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VfCommandPost

public VfCommandPost(Localizer localizer,
                     RandomAccessR rar,
                     int ccode)
              throws FontException
Create e new object.

Parameters:
rar - the input.
ccode - the command code.
Throws:
FontException - if a font error occurred.
Method Detail

writeXML

public void writeXML(XMLStreamWriter writer)
              throws java.io.IOException
Write the data to a XMLStreamWriter.

Parameters:
writer - the XML-Writer
Throws:
java.io.IOException - if an IO-error occurs.
See Also:
XMLWriterConvertible.writeXML(org.extex.util.xml.XMLStreamWriter)