Constructor and Description |
---|
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() |
void |
pushToStack(Node node) |
void |
setRecordLoc(boolean recordLoc) |
public 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 void pushToStack(Node node)
public Node popFromStack()
public int getStackSize()
public boolean isStackEmpty()
Apache CXF