Writes the node to the specified PrintWriter . @param out the writer receiving the output
(PrintWriter out)
| 810 | * @param out the writer receiving the output |
| 811 | */ |
| 812 | public void print(PrintWriter out) { |
| 813 | new NodePrinter(out).print(this); |
| 814 | } |
| 815 | |
| 816 | /** |
| 817 | * Converts the text of this GPathResult to an Integer object. |