Apache CXF API

org.apache.cxf.staxutils
Class StaxUtils.StreamToDOMContext

java.lang.Object
  extended by org.apache.cxf.staxutils.StaxUtils.StreamToDOMContext
Enclosing class:
StaxUtils

public static class StaxUtils.StreamToDOMContext
extends Object


Constructor Summary
StaxUtils.StreamToDOMContext(boolean repairing, boolean recordLoc, boolean threshold)
           
 
Method Summary
 int decreaseCount()
           
 int getCount()
           
 int getStackSize()
           
 int incrementCount()
           
 boolean isRecordLoc()
           
 boolean isRepairing()
           
 boolean isStackEmpty()
           
 boolean isThreshold()
           
 Node popFromStack()
           
 Node pushToStack(Node node)
           
 void setRecordLoc(boolean recordLoc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaxUtils.StreamToDOMContext

public StaxUtils.StreamToDOMContext(boolean repairing,
                                    boolean recordLoc,
                                    boolean threshold)
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 Node pushToStack(Node node)

popFromStack

public Node popFromStack()

getStackSize

public int getStackSize()

isStackEmpty

public boolean isStackEmpty()

Apache CXF API

Apache CXF