|
||||||||||
| 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
| Constructor Summary | |
|---|---|
PushedLocation(int line,
int linePrev,
int col,
int colPrev,
boolean nextCharOnNewLine,
java.lang.String publicId,
java.lang.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. |
java.lang.String |
getPublicId()
Returns the publicId. |
java.lang.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 |
| Constructor Detail |
|---|
public PushedLocation(int line,
int linePrev,
int col,
int colPrev,
boolean nextCharOnNewLine,
java.lang.String publicId,
java.lang.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 java.lang.String getPublicId()
public java.lang.String getSystemId()
public PushedLocation getNext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||