| java.lang.Object sample.TestHTMLDOMFragment
TestHTMLDOMFragment | public class TestHTMLDOMFragment (Code) | | This program tests the NekoHTML parser's use of the HTML DOM
implementation to parse document fragments by printing the
class names of all the nodes in the parsed document.
author: Andy Clark version: $Id: TestHTMLDOMFragment.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.
|
|
|