Package | Description |
---|---|
nu.validator.htmlparser.impl |
This package contains the bulk of parser internals.
|
Modifier and Type | Field and Description |
---|---|
private PushedLocation |
PushedLocation.next |
Modifier and Type | Method and Description |
---|---|
PushedLocation |
PushedLocation.getNext()
Returns the next.
|
Constructor and Description |
---|
PushedLocation(int line,
int linePrev,
int col,
int colPrev,
boolean nextCharOnNewLine,
java.lang.String publicId,
java.lang.String systemId,
PushedLocation next) |