Package nu.validator.htmlparser.impl
Class PushedLocation
java.lang.Object
nu.validator.htmlparser.impl.PushedLocation
-
Constructor Summary
ConstructorsConstructorDescriptionPushedLocation
(int line, int linePrev, int col, int colPrev, boolean nextCharOnNewLine, String publicId, String systemId, PushedLocation next) -
Method Summary
-
Constructor Details
-
PushedLocation
public PushedLocation(int line, int linePrev, int col, int colPrev, boolean nextCharOnNewLine, String publicId, String systemId, PushedLocation next) - Parameters:
line
-linePrev
-col
-colPrev
-nextCharOnNewLine
-publicId
-systemId
-next
-
-
-
Method Details
-
getLine
public int getLine()Returns the line.- Returns:
- the line
-
getLinePrev
public int getLinePrev()Returns the linePrev.- Returns:
- the linePrev
-
getCol
public int getCol()Returns the col.- Returns:
- the col
-
getColPrev
public int getColPrev()Returns the colPrev.- Returns:
- the colPrev
-
isNextCharOnNewLine
public boolean isNextCharOnNewLine()Returns the nextCharOnNewLine.- Returns:
- the nextCharOnNewLine
-
getPublicId
Returns the publicId.- Returns:
- the publicId
-
getSystemId
Returns the systemId.- Returns:
- the systemId
-
getNext
Returns the next.- Returns:
- the next
-