|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfile2xliff4j.OdfStateObject
public class OdfStateObject
Class to preserve SAX parser state between calls for parsing content.xml and styles.xml
| 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 |
|---|
public OdfStateObject()
| Method Detail |
|---|
public int getBxExXId()
public int getCurSkelTagNum()
public int getNextAvailRid()
public void setBxExXId(int bxExXId)
public void setCurSkelTagNum(int curTagNum)
public void setNextAvailRid(int nextAvailRid)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||