Uses of Class
nu.validator.htmlparser.impl.TreeBuilder.Phase

Packages that use TreeBuilder.Phase
nu.validator.htmlparser.impl This package contains the bulk of parser internals. 
 

Uses of TreeBuilder.Phase in nu.validator.htmlparser.impl
 

Fields in nu.validator.htmlparser.impl declared as TreeBuilder.Phase
private  TreeBuilder.Phase TreeBuilder.phase
           
private  TreeBuilder.Phase TreeBuilder.previousPhaseBeforeTrailingEnd
           
 

Methods in nu.validator.htmlparser.impl that return TreeBuilder.Phase
static TreeBuilder.Phase TreeBuilder.Phase.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TreeBuilder.Phase[] TreeBuilder.Phase.values()
          Returns an array containing the constants of this enum type, in the order they're declared.