Package | Description |
---|---|
nu.validator.htmlparser.common |
This package provides common interfaces and enumerations.
|
nu.validator.htmlparser.impl |
This package contains the bulk of parser internals.
|
Modifier and Type | Method and Description |
---|---|
void |
TokenHandler.characters(char[] buf,
int start,
int length)
Receive character tokens.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TreeBuilder.accumulateCharacters(char[] buf,
int start,
int length) |
void |
TreeBuilder.characters(char[] buf,
int start,
int length) |
Copyright © 2017. All rights reserved.