Package org.apache.cxf.staxutils
Class DocumentDepthProperties
java.lang.Object
org.apache.cxf.staxutils.DocumentDepthProperties
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDocumentDepthProperties(int elementCountThreshold, int innerElementLevelThreshold, int innerElementCountThreshold) 
- 
Method SummaryModifier and TypeMethodDescriptionintintintbooleanvoidsetElementCountThreshold(int elementCountThreshold) voidsetInnerElementCountThreshold(int innerElementCountThreshold) voidsetInnerElementLevelThreshold(int innerElementLevelThreshold) 
- 
Field Details- 
TOTAL_ELEMENT_COUNT- See Also:
 
- 
INNER_ELEMENT_COUNT- See Also:
 
- 
INNER_ELEMENT_LEVEL- See Also:
 
 
- 
- 
Constructor Details- 
DocumentDepthPropertiespublic DocumentDepthProperties()
- 
DocumentDepthPropertiespublic DocumentDepthProperties(int elementCountThreshold, int innerElementLevelThreshold, int innerElementCountThreshold) 
 
- 
- 
Method Details- 
isEffectivepublic boolean isEffective()
- 
setElementCountThresholdpublic void setElementCountThreshold(int elementCountThreshold) 
- 
getElementCountThresholdpublic int getElementCountThreshold()
- 
setInnerElementLevelThresholdpublic void setInnerElementLevelThreshold(int innerElementLevelThreshold) 
- 
getInnerElementLevelThresholdpublic int getInnerElementLevelThreshold()
- 
setInnerElementCountThresholdpublic void setInnerElementCountThreshold(int innerElementCountThreshold) 
- 
getInnerElementCountThresholdpublic int getInnerElementCountThreshold()
 
-