public void CreateCommentPending() { _commentPending = new Token.Comment(); }
public void Insert(Token.Comment commentToken) { Comment comment = new Comment(commentToken.Data.ToString(), _baseUri); InsertNode(comment); }