| java.lang.Object sample.TestHTMLDOM
TestHTMLDOM | public class TestHTMLDOM (Code) | | This program tests the NekoHTML parser's use of the HTML DOM
implementation by printing the class names of all the nodes in
the parsed document.
author: Andy Clark version: $Id: TestHTMLDOM.java,v 1.3 2004/02/19 20:00:17 andyc Exp $ |
Method Summary | |
public static void | main(String[] argv) Main. | public static void | print(Node node, String indent) Prints a node's class name. |
print | public static void print(Node node, String indent)(Code) | | Prints a node's class name.
|
|
|