| 接口 | 说明 |
|---|---|
| Node |
Specifies the minimum requirements for nodes returned by the Lexer or Parser.
|
| NodeFactory |
This interface defines the methods needed to create new nodes.
|
| NodeFilter |
Implement this interface to select particular nodes.
|
| Remark |
This interface represents a comment in the HTML document.
|
| Tag |
This interface represents a tag (<xxx yyy="zzz">) in the HTML document.
|
| Text |
This interface represents a piece of the content of the HTML document.
|
| 类 | 说明 |
|---|---|
| Attribute | |
| Parser | |
| PrototypicalNodeFactory |