All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.Comment

public interface Comment
extends Node
Represents the content of comments: <!-- ... -->


Method Index

 o getData()
 o setData(String)

Methods

 o getData
 public abstract String getData()
 o setData
 public abstract void setData(String arg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index