Home | History | Annotate | Download | only in dom

Lines Matching refs:Comment

23 #include "Comment.h"
29 inline Comment::Comment(Document* document, const String& text)
34 PassRefPtr<Comment> Comment::create(Document* document, const String& text)
36 return adoptRef(new Comment(document, text));
39 String Comment::nodeName() const
44 Node::NodeType Comment::nodeType() const
49 PassRefPtr<Node> Comment::cloneNode(bool /*deep*/)
54 bool Comment::childTypeAllowed(NodeType) const