Class XMLComment

java.lang.Object
   |
   +----XMLNode
           |
           +----XMLComment

public class XMLComment
extends XMLNode

Constructor Index

 o XMLComment(String)

Method Index

 o dumpTree(PrintStream)

Constructors

 o XMLComment
 public XMLComment(String s)

Methods

 o dumpTree
 public void dumpTree(PrintStream out)
Overrides:
dumpTree in class XMLNode