public class DocumentDepthProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
INNER_ELEMENT_COUNT |
static String |
INNER_ELEMENT_LEVEL |
static 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 String TOTAL_ELEMENT_COUNT
public static final String INNER_ELEMENT_COUNT
public static final 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()
Apache CXF