Package | Description |
---|---|
com.google.streamhtmlparser.util |
Modifier and Type | Method and Description |
---|---|
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–2017 Google. All rights reserved.