Package org.apache.cxf.staxutils
Class DocumentDepthProperties
- java.lang.Object
-
- org.apache.cxf.staxutils.DocumentDepthProperties
-
public class DocumentDepthProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
INNER_ELEMENT_COUNT
static String
INNER_ELEMENT_LEVEL
static String
TOTAL_ELEMENT_COUNT
-
Constructor Summary
Constructors Constructor Description DocumentDepthProperties()
DocumentDepthProperties(int elementCountThreshold, int innerElementLevelThreshold, int innerElementCountThreshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getElementCountThreshold()
int
getInnerElementCountThreshold()
int
getInnerElementLevelThreshold()
boolean
isEffective()
void
setElementCountThreshold(int elementCountThreshold)
void
setInnerElementCountThreshold(int innerElementCountThreshold)
void
setInnerElementLevelThreshold(int innerElementLevelThreshold)
-
-
-
Field Detail
-
TOTAL_ELEMENT_COUNT
public static final String TOTAL_ELEMENT_COUNT
- See Also:
- Constant Field Values
-
INNER_ELEMENT_COUNT
public static final String INNER_ELEMENT_COUNT
- See Also:
- Constant Field Values
-
INNER_ELEMENT_LEVEL
public static final String INNER_ELEMENT_LEVEL
- See Also:
- Constant Field Values
-
-
Method Detail
-
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()
-
-