org.extex.font.format.xtf.tables.gps
Class XtfFeatureList.Record

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

public class XtfFeatureList.Record
extends java.lang.Object
implements XMLWriterConvertible

record


Method Summary
 int getIdx()
          Getter for idx.
 int getOffset()
          Returns the offset.
 int getTag()
          Returns the tag.
 java.lang.String getTagString()
          Returns the tag string.
 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

getIdx

public int getIdx()
Getter for idx.

Returns:
the idx

getOffset

public int getOffset()
Returns the offset.

Returns:
Returns the offset.

getTag

public int getTag()
Returns the tag.

Returns:
Returns the tag.

getTagString

public java.lang.String getTagString()
Returns the tag string.

Returns:
Returns the tag string.

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)