Constructor and Description |
---|
StaxUtils.StreamToDOMContext(boolean repairing,
boolean recordLoc,
boolean threshold) |
Modifier and Type | Method and Description |
---|---|
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) |
public StaxUtils.StreamToDOMContext(boolean repairing, boolean recordLoc, boolean threshold)
public void setRecordLoc(boolean recordLoc)
public boolean isRecordLoc()
public boolean isRepairing()
public boolean isThreshold()
public int incrementCount()
public int decreaseCount()
public int getCount()
public Node popFromStack()
public int getStackSize()
public boolean isStackEmpty()
Apache CXF