Uses of Class
nu.validator.htmlparser.annotation.Const

Packages that use Const
nu.validator.htmlparser.common This package provides common interfaces and enumerations. 
nu.validator.htmlparser.impl This package contains the bulk of parser internals. 
 

Uses of Const in nu.validator.htmlparser.common
 

Method parameters in nu.validator.htmlparser.common with annotations of type Const
 void TokenHandler.characters(char[] buf, int start, int length)
          Receive character tokens.
 

Uses of Const in nu.validator.htmlparser.impl
 

Method parameters in nu.validator.htmlparser.impl with annotations of type Const
protected  void TreeBuilder.accumulateCharacters(char[] buf, int start, int length)
           
 void TreeBuilder.characters(char[] buf, int start, int length)