Uses of Class
com.google.streamhtmlparser.util.EntityResolver.Status

Packages that use EntityResolver.Status
com.google.streamhtmlparser.util   
 

Uses of EntityResolver.Status in com.google.streamhtmlparser.util
 

Methods in com.google.streamhtmlparser.util that return EntityResolver.Status
 EntityResolver.Status EntityResolver.processChar(char input)
          Processes a character from the input stream and decodes any html entities from that processed input stream.
static EntityResolver.Status EntityResolver.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EntityResolver.Status[] EntityResolver.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010-2012 Google. All Rights Reserved.