Package org.apache.cxf.staxutils
Class StaxUtils.StreamToDOMContext
- java.lang.Object
- 
- org.apache.cxf.staxutils.StaxUtils.StreamToDOMContext
 
- 
- 
Constructor SummaryConstructors Constructor Description StreamToDOMContext(boolean repairing, boolean recordLoc, boolean threshold)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intdecreaseCount()intgetCount()intgetStackSize()intincrementCount()booleanisRecordLoc()booleanisRepairing()booleanisStackEmpty()booleanisThreshold()NodepopFromStack()voidpushToStack(Node node)voidsetRecordLoc(boolean recordLoc)
 
- 
- 
- 
Method Detail- 
setRecordLocpublic void setRecordLoc(boolean recordLoc) 
 - 
isRecordLocpublic boolean isRecordLoc() 
 - 
isRepairingpublic boolean isRepairing() 
 - 
isThresholdpublic boolean isThreshold() 
 - 
incrementCountpublic int incrementCount() 
 - 
decreaseCountpublic int decreaseCount() 
 - 
getCountpublic int getCount() 
 - 
pushToStackpublic void pushToStack(Node node) 
 - 
popFromStackpublic Node popFromStack() 
 - 
getStackSizepublic int getStackSize() 
 - 
isStackEmptypublic boolean isStackEmpty() 
 
- 
 
-