Package org.apache.cxf.staxutils
Class DocumentDepthProperties
java.lang.Object
org.apache.cxf.staxutils.DocumentDepthProperties
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDocumentDepthProperties
(int elementCountThreshold, int innerElementLevelThreshold, int innerElementCountThreshold) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
boolean
void
setElementCountThreshold
(int elementCountThreshold) void
setInnerElementCountThreshold
(int innerElementCountThreshold) void
setInnerElementLevelThreshold
(int innerElementLevelThreshold)
-
Field Details
-
TOTAL_ELEMENT_COUNT
- See Also:
-
INNER_ELEMENT_COUNT
- See Also:
-
INNER_ELEMENT_LEVEL
- See Also:
-
-
Constructor Details
-
DocumentDepthProperties
public DocumentDepthProperties() -
DocumentDepthProperties
public DocumentDepthProperties(int elementCountThreshold, int innerElementLevelThreshold, int innerElementCountThreshold)
-
-
Method Details
-
isEffective
public boolean isEffective() -
setElementCountThreshold
public void setElementCountThreshold(int elementCountThreshold) -
getElementCountThreshold
public int getElementCountThreshold() -
setInnerElementLevelThreshold
public void setInnerElementLevelThreshold(int innerElementLevelThreshold) -
getInnerElementLevelThreshold
public int getInnerElementLevelThreshold() -
setInnerElementCountThreshold
public void setInnerElementCountThreshold(int innerElementCountThreshold) -
getInnerElementCountThreshold
public int getInnerElementCountThreshold()
-