org.apache.cxf.staxutils
Class DocumentDepthProperties
java.lang.Object
org.apache.cxf.staxutils.DocumentDepthProperties
public class DocumentDepthProperties
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DocumentDepthProperties
public DocumentDepthProperties()
DocumentDepthProperties
public DocumentDepthProperties(int elementCountThreshold,
int innerElementLevelThreshold,
int innerElementCountThreshold)
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()
Apache CXF