Package org.apache.cxf.staxutils
Class StaxUtils.StreamToDOMContext
java.lang.Object
org.apache.cxf.staxutils.StaxUtils.StreamToDOMContext
- Enclosing class:
- StaxUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintintgetCount()intintbooleanbooleanbooleanbooleanvoidpushToStack(Node node) voidsetRecordLoc(boolean recordLoc) 
- 
Constructor Details- 
StreamToDOMContextpublic StreamToDOMContext(boolean repairing, boolean recordLoc, boolean threshold) 
 
- 
- 
Method Details- 
setRecordLocpublic void setRecordLoc(boolean recordLoc) 
- 
isRecordLocpublic boolean isRecordLoc()
- 
isRepairingpublic boolean isRepairing()
- 
isThresholdpublic boolean isThreshold()
- 
incrementCountpublic int incrementCount()
- 
decreaseCountpublic int decreaseCount()
- 
getCountpublic int getCount()
- 
pushToStack
- 
popFromStack
- 
getStackSizepublic int getStackSize()
- 
isStackEmptypublic boolean isStackEmpty()
 
-