protected class ListLevel.Counter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
encounteredAlready |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getCurrentValue()
returns the current count of list items of that level
|
void |
IncrementCounter()
increments the current count of list items of that level
|
protected boolean |
isEncounteredAlready() |
void |
setCurrentValue(java.math.BigInteger currentValue) |
protected boolean isEncounteredAlready()
public void setCurrentValue(java.math.BigInteger currentValue)
public java.math.BigInteger getCurrentValue()
public void IncrementCounter()
Copyright © 2007–2023. All rights reserved.