Frames | No Frames |
Methods with return type org.w3c.dom.Comment | |
Comment | UnImplNode.createComment(String data) Unimplemented. |
Classes implementing org.w3c.dom.Comment | |
class | DTMNodeProxy presents a DOM Node API front-end to the DTM model.
|
Methods with return type org.w3c.dom.Comment | |
Comment | DTMNodeProxy.createComment(String data) |
Methods with return type org.w3c.dom.Comment | |
Comment | Document.createComment(String data) Creates a Comment node given the specified string.
|