Apache CXF API

org.apache.cxf.staxutils
Class DocumentDepthProperties

java.lang.Object
  extended by org.apache.cxf.staxutils.DocumentDepthProperties

public class DocumentDepthProperties
extends Object


Field Summary
static String INNER_ELEMENT_COUNT
           
static String INNER_ELEMENT_LEVEL
           
static String TOTAL_ELEMENT_COUNT
           
 
Constructor Summary
DocumentDepthProperties()
           
DocumentDepthProperties(int elementCountThreshold, int innerElementLevelThreshold, int innerElementCountThreshold)
           
 
Method Summary
 int getElementCountThreshold()
           
 int getInnerElementCountThreshold()
           
 int getInnerElementLevelThreshold()
           
 boolean isEffective()
           
 void setElementCountThreshold(int elementCountThreshold)
           
 void setInnerElementCountThreshold(int innerElementCountThreshold)
           
 void setInnerElementLevelThreshold(int innerElementLevelThreshold)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

DocumentDepthProperties

public DocumentDepthProperties()

DocumentDepthProperties

public DocumentDepthProperties(int elementCountThreshold,
                               int innerElementLevelThreshold,
                               int innerElementCountThreshold)
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()

Apache CXF API

Apache CXF