B
bigbinc
I have created a document using import org.w3c.dom.html.*;
import org.apache.html.dom.*; but I cant figure out the best way to
print the entire document. Should I cycle through all the nodes or is
there a function that prints the document completely.
Cycle through every node and print?
import org.apache.html.dom.*; but I cant figure out the best way to
print the entire document. Should I cycle through all the nodes or is
there a function that prints the document completely.
Cycle through every node and print?