/** �R�����g���������܂��B */
private void handleComment(int offset, int end, String text) {
closeAutocloseTags();
FuzzyXMLNode parent = getParent();
FuzzyXMLCommentImpl comment = new FuzzyXMLCommentImpl(parent, text, offset, end - offset);
if (parent == null) {
_roots.add(comment);
}
else {