Class StaxUtils.StreamToDOMContext

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

public static class StaxUtils.StreamToDOMContext extends Object
  • 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

      public void pushToStack(Node node)
    • popFromStack

      public Node popFromStack()
    • getStackSize

      public int getStackSize()
    • isStackEmpty

      public boolean isStackEmpty()