public class DocumentDepthProperties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INNER_ELEMENT_COUNT |
static java.lang.String |
INNER_ELEMENT_LEVEL |
static java.lang.String |
TOTAL_ELEMENT_COUNT |
| Constructor and Description |
|---|
DocumentDepthProperties() |
DocumentDepthProperties(int elementCountThreshold,
int innerElementLevelThreshold,
int innerElementCountThreshold) |
| Modifier and Type | Method and Description |
|---|---|
int |
getElementCountThreshold() |
int |
getInnerElementCountThreshold() |
int |
getInnerElementLevelThreshold() |
boolean |
isEffective() |
void |
setElementCountThreshold(int elementCountThreshold) |
void |
setInnerElementCountThreshold(int innerElementCountThreshold) |
void |
setInnerElementLevelThreshold(int innerElementLevelThreshold) |
public static final java.lang.String TOTAL_ELEMENT_COUNT
public static final java.lang.String INNER_ELEMENT_COUNT
public static final java.lang.String INNER_ELEMENT_LEVEL
public DocumentDepthProperties()
public DocumentDepthProperties(int elementCountThreshold,
int innerElementLevelThreshold,
int innerElementCountThreshold)
public boolean isEffective()
public void setElementCountThreshold(int elementCountThreshold)
public int getElementCountThreshold()
public void setInnerElementLevelThreshold(int innerElementLevelThreshold)
public int getInnerElementLevelThreshold()
public void setInnerElementCountThreshold(int innerElementCountThreshold)
public int getInnerElementCountThreshold()