file2xliff4j
Class OdfStateObject

java.lang.Object
  extended by file2xliff4j.OdfStateObject

public class OdfStateObject
extends java.lang.Object

Class to preserve SAX parser state between calls for parsing content.xml and styles.xml

Author:
Weldon Whipple <weldon@lingotek.com>

Constructor Summary
OdfStateObject()
           
 
Method Summary
 int getBxExXId()
          Get the bx/ex/x id counter
 int getCurSkelTagNum()
          Get the current skeleton tag number
 int getNextAvailRid()
          Get the next available rid.
 void setBxExXId(int bxExXId)
          Set the bx/ex/x id counter
 void setCurSkelTagNum(int curTagNum)
          Set the current skeleton tag number
 void setNextAvailRid(int nextAvailRid)
          Set the next available rid.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OdfStateObject

public OdfStateObject()
Method Detail

getBxExXId

public int getBxExXId()
Get the bx/ex/x id counter


getCurSkelTagNum

public int getCurSkelTagNum()
Get the current skeleton tag number


getNextAvailRid

public int getNextAvailRid()
Get the next available rid.


setBxExXId

public void setBxExXId(int bxExXId)
Set the bx/ex/x id counter


setCurSkelTagNum

public void setCurSkelTagNum(int curTagNum)
Set the current skeleton tag number


setNextAvailRid

public void setNextAvailRid(int nextAvailRid)
Set the next available rid.