org.extex.font.format.xtf.tables.gps
Class XtfScriptList.LangSysRecord

java.lang.Object
  extended by org.extex.font.format.xtf.tables.gps.XtfScriptList.LangSysRecord
All Implemented Interfaces:
XMLWriterConvertible
Enclosing class:
XtfScriptList

public class XtfScriptList.LangSysRecord
extends java.lang.Object
implements XMLWriterConvertible

The class for a langsysrecord.


Method Summary
 int getIndex()
          Getter for index.
 int getOffset()
          Returns the offset.
 int getTag()
          Returns the tag.
 java.lang.String toString()
          Returns the info for this class
 void writeXML(XMLStreamWriter writer)
          Write the data to a XMLStreamWriter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getIndex

public int getIndex()
Getter for index.

Returns:
the index

getOffset

public int getOffset()
Returns the offset.

Returns:
Returns the offset.

getTag

public int getTag()
Returns the tag.

Returns:
Returns the tag.

toString

public java.lang.String toString()
Returns the info for this class

Overrides:
toString in class java.lang.Object
Returns:
Returns the info for this class

writeXML

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

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