Package | Description |
---|---|
org.tinygroup.htmlparser | |
org.tinygroup.htmlparser.node |
Modifier and Type | Method and Description |
---|---|
static HtmlNodeType |
HtmlNodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlNodeType[] |
HtmlNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HtmlNode(HtmlNodeType nodeType)
构造方法
|
HtmlNode(HtmlNodeType nodeType,
String nodeName)
构造方法
|
HtmlNode(String nodeName,
HtmlNodeType nodeType)
构造方法
|
Copyright © 2006–2018 TinyGroup. All rights reserved.