Package org.apache.cxf.staxutils
Class StaxUtils.StreamToDOMContext
java.lang.Object
org.apache.cxf.staxutils.StaxUtils.StreamToDOMContext
- Enclosing class:
- StaxUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getCount()
int
int
boolean
boolean
boolean
boolean
void
pushToStack
(Node node) void
setRecordLoc
(boolean recordLoc)
-
Constructor Details
-
StreamToDOMContext
public StreamToDOMContext(boolean repairing, boolean recordLoc, boolean threshold)
-
-
Method Details
-
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
-
popFromStack
-
getStackSize
public int getStackSize() -
isStackEmpty
public boolean isStackEmpty()
-