Package org.apache.cxf.staxutils
Class StaxUtils.StreamToDOMContext
- java.lang.Object
-
- org.apache.cxf.staxutils.StaxUtils.StreamToDOMContext
-
-
Constructor Summary
Constructors Constructor Description StreamToDOMContext(boolean repairing, boolean recordLoc, boolean threshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
decreaseCount()
int
getCount()
int
getStackSize()
int
incrementCount()
boolean
isRecordLoc()
boolean
isRepairing()
boolean
isStackEmpty()
boolean
isThreshold()
Node
popFromStack()
void
pushToStack(Node node)
void
setRecordLoc(boolean recordLoc)
-
-
-
Method Detail
-
setRecordLoc
public void setRecordLoc(boolean recordLoc)
-
isRecordLoc
public boolean isRecordLoc()
-
isRepairing
public boolean isRepairing()
-
isThreshold
public boolean isThreshold()
-
incrementCount
public int incrementCount()
-
decreaseCount
public int decreaseCount()
-
getCount
public int getCount()
-
pushToStack
public void pushToStack(Node node)
-
popFromStack
public Node popFromStack()
-
getStackSize
public int getStackSize()
-
isStackEmpty
public boolean isStackEmpty()
-
-