|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnu.validator.htmlparser.impl.PushedLocation
public class PushedLocation
| Field Summary | |
|---|---|
private int |
col
|
private int |
colPrev
|
private int |
line
|
private int |
linePrev
|
private PushedLocation |
next
|
private boolean |
nextCharOnNewLine
|
private String |
publicId
|
private String |
systemId
|
| Constructor Summary | |
|---|---|
PushedLocation(int line,
int linePrev,
int col,
int colPrev,
boolean nextCharOnNewLine,
String publicId,
String systemId,
PushedLocation next)
|
|
| Method Summary | |
|---|---|
int |
getCol()
Returns the col. |
int |
getColPrev()
Returns the colPrev. |
int |
getLine()
Returns the line. |
int |
getLinePrev()
Returns the linePrev. |
PushedLocation |
getNext()
Returns the next. |
String |
getPublicId()
Returns the publicId. |
String |
getSystemId()
Returns the systemId. |
boolean |
isNextCharOnNewLine()
Returns the nextCharOnNewLine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final int line
private final int linePrev
private final int col
private final int colPrev
private final boolean nextCharOnNewLine
private final String publicId
private final String systemId
private final PushedLocation next
| Constructor Detail |
|---|
public PushedLocation(int line,
int linePrev,
int col,
int colPrev,
boolean nextCharOnNewLine,
String publicId,
String systemId,
PushedLocation next)
line - linePrev - col - colPrev - nextCharOnNewLine - publicId - systemId - next - | Method Detail |
|---|
public int getLine()
public int getLinePrev()
public int getCol()
public int getColPrev()
public boolean isNextCharOnNewLine()
public String getPublicId()
public String getSystemId()
public PushedLocation getNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||