50515253545556
super(); } @Override protected void appendComment(Element parent, char[] buf, int start, int length) { parent.appendChild(new Comment(tokenizer, buf, start, length)); }
55565758596061
parent.appendChild(new Comment(tokenizer, buf, start, length)); } @Override protected void appendCommentToDocument(char[] buf, int start, int length) { document.appendChild(new Comment(tokenizer, buf, start, length)); }
48495051525354
53545556575859