Modifier and Type | Field and Description |
---|---|
private int |
cdataCloseCount |
private char |
inAttribute |
private int |
tagStartIndex |
Constructor and Description |
---|
ParserState()
The constructor.
|
ParserState(ParserState other)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getCdataCloseCount() |
char |
getInAttribute() |
int |
getTagStartIndex() |
void |
setCdataCloseCount(int cdataCloseCount) |
void |
setInAttribute(char inAttribute) |
void |
setTagStartIndex(int tagStartIndex) |
private int tagStartIndex
private char inAttribute
private int cdataCloseCount
public ParserState()
public ParserState(ParserState other)
other
- is the state to continue with.public int getTagStartIndex()
public void setTagStartIndex(int tagStartIndex)
tagStartIndex
- is the tagStartIndex to setpublic char getInAttribute()
public void setInAttribute(char inAttribute)
inAttribute
- is the inAttribute to setpublic int getCdataCloseCount()
public void setCdataCloseCount(int cdataCloseCount)
cdataCloseCount
- is the cdataCloseCount to setCopyright © 2001–2016 mmm-Team. All rights reserved.