org.apache.cxf.staxutils
Class StaxUtils.StreamToDOMContext
java.lang.Object
org.apache.cxf.staxutils.StaxUtils.StreamToDOMContext
- Enclosing class:
- StaxUtils
public static class StaxUtils.StreamToDOMContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaxUtils.StreamToDOMContext
public StaxUtils.StreamToDOMContext(boolean repairing,
boolean recordLoc,
boolean threshold)
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 Node pushToStack(Node node)
popFromStack
public Node popFromStack()
getStackSize
public int getStackSize()
isStackEmpty
public boolean isStackEmpty()
Apache CXF