Package org.apache.cxf.staxutils
Class DocumentDepthProperties
- java.lang.Object
- 
- org.apache.cxf.staxutils.DocumentDepthProperties
 
- 
 public class DocumentDepthProperties extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringINNER_ELEMENT_COUNTstatic StringINNER_ELEMENT_LEVELstatic StringTOTAL_ELEMENT_COUNT
 - 
Constructor SummaryConstructors Constructor Description DocumentDepthProperties()DocumentDepthProperties(int elementCountThreshold, int innerElementLevelThreshold, int innerElementCountThreshold)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetElementCountThreshold()intgetInnerElementCountThreshold()intgetInnerElementLevelThreshold()booleanisEffective()voidsetElementCountThreshold(int elementCountThreshold)voidsetInnerElementCountThreshold(int innerElementCountThreshold)voidsetInnerElementLevelThreshold(int innerElementLevelThreshold)
 
- 
- 
- 
Field Detail- 
TOTAL_ELEMENT_COUNTpublic static final String TOTAL_ELEMENT_COUNT - See Also:
- Constant Field Values
 
 - 
INNER_ELEMENT_COUNTpublic static final String INNER_ELEMENT_COUNT - See Also:
- Constant Field Values
 
 - 
INNER_ELEMENT_LEVELpublic static final String INNER_ELEMENT_LEVEL - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
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() 
 
- 
 
-