Example #1
0
        public void Insert(Token.Comment commentToken)
        {
            Comment comment = new Comment(commentToken.Data.ToString(), _baseUri);

            InsertNode(comment);
        }
Example #2
0
 public void CreateCommentPending()
 {
     _commentPending = new Token.Comment();
 }