OSDN Git Service

Merge commit '2234b50cfbe7c86237086a3bf4e62397814a390e'
[jindolf/JinParser.git] / src / main / java / jp / sourceforge / jindolf / parser / HtmlAdapter.java
index 3a146f5..f874786 100644 (file)
-/*\r
- * html handler adapter\r
- *\r
- * Copyright(c) 2009 olyutorskii\r
- * $Id: HtmlAdapter.java 1014 2010-03-16 10:43:28Z olyutorskii $\r
- */\r
-\r
-package jp.sourceforge.jindolf.parser;\r
-\r
-import jp.sourceforge.jindolf.corelib.EventFamily;\r
-import jp.sourceforge.jindolf.corelib.GameRole;\r
-import jp.sourceforge.jindolf.corelib.PeriodType;\r
-import jp.sourceforge.jindolf.corelib.SysEventType;\r
-import jp.sourceforge.jindolf.corelib.TalkType;\r
-import jp.sourceforge.jindolf.corelib.Team;\r
-import jp.sourceforge.jindolf.corelib.VillageState;\r
-\r
-/**\r
- * インタフェース{@link HtmlHandler}の抽象アダプタクラス。\r
- * このクラスのメソッド自身は何もしない。\r
- */\r
-public abstract class HtmlAdapter implements HtmlHandler{\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void startParse(DecodedContent content)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param titleRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void pageTitle(DecodedContent content, SeqRange titleRange)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param loginRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void loginName(DecodedContent content, SeqRange loginRange)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param type {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void pageType(PageType type)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param villageRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void villageName(DecodedContent content, SeqRange villageRange)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param month {@inheritDoc}\r
-     * @param day {@inheritDoc}\r
-     * @param hour {@inheritDoc}\r
-     * @param minute {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void commitTime(int month, int day, int hour, int minute)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param anchorRange {@inheritDoc}\r
-     * @param periodType {@inheritDoc}\r
-     * @param day {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void periodLink(DecodedContent content,\r
-                            SeqRange anchorRange,\r
-                            PeriodType periodType, int day)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param anchorRange {@inheritDoc}\r
-     * @param villageRange {@inheritDoc}\r
-     * @param hour {@inheritDoc}\r
-     * @param minute {@inheritDoc}\r
-     * @param state {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void villageRecord(DecodedContent content,\r
-                                SeqRange anchorRange,\r
-                                SeqRange villageRange,\r
-                                int hour, int minute,\r
-                                VillageState state )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void endParse() throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void startTalk() throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void endTalk() throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param talkNo {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void talkNo(int talkNo) throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param idRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void talkId(DecodedContent content, SeqRange idRange)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param avatarRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void talkAvatar(DecodedContent content, SeqRange avatarRange)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param hour {@inheritDoc}\r
-     * @param minute {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void talkTime(int hour, int minute) throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param urlRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void talkIconUrl(DecodedContent content, SeqRange urlRange)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param type {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void talkType(TalkType type) throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param textRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void talkText(DecodedContent content, SeqRange textRange)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void talkBreak() throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param eventFamily {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void startSysEvent(EventFamily eventFamily)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param type {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventType(SysEventType type) throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void endSysEvent() throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param entryNo {@inheritDoc}\r
-     * @param avatarRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventOnStage(DecodedContent content,\r
-                                  int entryNo,\r
-                                  SeqRange avatarRange )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param role {@inheritDoc}\r
-     * @param num {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventOpenRole(GameRole role, int num)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param avatarRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventSurvivor(DecodedContent content,\r
-                                   SeqRange avatarRange)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param voteByRange {@inheritDoc}\r
-     * @param voteToRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventCounting(DecodedContent content,\r
-                                   SeqRange voteByRange,\r
-                                   SeqRange voteToRange )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param voteByRange {@inheritDoc}\r
-     * @param voteToRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventCounting2(DecodedContent content,\r
-                                    SeqRange voteByRange,\r
-                                    SeqRange voteToRange )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param avatarRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventSuddenDeath(DecodedContent content,\r
-                                       SeqRange avatarRange )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param avatarRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventMurdered(DecodedContent content,\r
-                                   SeqRange avatarRange )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param avatarRange {@inheritDoc}\r
-     * @param anchorRange {@inheritDoc}\r
-     * @param loginRange {@inheritDoc}\r
-     * @param isLiving {@inheritDoc}\r
-     * @param role {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventPlayerList(DecodedContent content,\r
-                                     SeqRange avatarRange,\r
-                                     SeqRange anchorRange,\r
-                                     SeqRange loginRange,\r
-                                     boolean isLiving,\r
-                                     GameRole role)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param avatarRange {@inheritDoc}\r
-     * @param votes {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventExecution(DecodedContent content,\r
-                                    SeqRange avatarRange,\r
-                                    int votes )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param avatarRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventVanish(DecodedContent content,\r
-                                 SeqRange avatarRange )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param judgeByRange {@inheritDoc}\r
-     * @param judgeToRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventJudge(DecodedContent content,\r
-                                SeqRange judgeByRange,\r
-                                SeqRange judgeToRange )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param guardByRange {@inheritDoc}\r
-     * @param guardToRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventGuard(DecodedContent content,\r
-                                SeqRange guardByRange,\r
-                                SeqRange guardToRange )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param hour {@inheritDoc}\r
-     * @param minute {@inheritDoc}\r
-     * @param minLimit {@inheritDoc}\r
-     * @param maxLimit {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventAskEntry(int hour, int minute,\r
-                                   int minLimit, int maxLimit)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param hour {@inheritDoc}\r
-     * @param minute {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventAskCommit(int hour, int minute)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param avatarRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventNoComment(DecodedContent content,\r
-                                    SeqRange avatarRange )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param winner {@inheritDoc}\r
-     * @param hour {@inheritDoc}\r
-     * @param minute {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventStayEpilogue(Team winner, int hour, int minute)\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param contentRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventContent(DecodedContent content,\r
-                                  SeqRange contentRange )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventContentBreak() throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-    /**\r
-     * {@inheritDoc}\r
-     * @param content {@inheritDoc}\r
-     * @param anchorRange {@inheritDoc}\r
-     * @param contentRange {@inheritDoc}\r
-     * @throws HtmlParseException {@inheritDoc}\r
-     */\r
-    public void sysEventContentAnchor(DecodedContent content,\r
-                                         SeqRange anchorRange,\r
-                                         SeqRange contentRange )\r
-            throws HtmlParseException{\r
-        return;\r
-    }\r
-\r
-}\r
+/*
+ * html handler adapter
+ *
+ * License : The MIT License
+ * Copyright(c) 2009 olyutorskii
+ */
+
+package jp.sourceforge.jindolf.parser;
+
+import jp.sourceforge.jindolf.corelib.EventFamily;
+import jp.sourceforge.jindolf.corelib.GameRole;
+import jp.sourceforge.jindolf.corelib.PeriodType;
+import jp.sourceforge.jindolf.corelib.SysEventType;
+import jp.sourceforge.jindolf.corelib.TalkType;
+import jp.sourceforge.jindolf.corelib.Team;
+import jp.sourceforge.jindolf.corelib.VillageState;
+
+/**
+ * インタフェース{@link HtmlHandler}の抽象アダプタクラス。
+ * このクラスのメソッド自身は何もしない。
+ */
+public abstract class HtmlAdapter implements HtmlHandler{
+
+    /**
+     * コンストラクタ。
+     */
+    protected HtmlAdapter(){
+        super();
+        return;
+    }
+
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void startParse(DecodedContent content)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param titleRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void pageTitle(DecodedContent content, SeqRange titleRange)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param loginRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void loginName(DecodedContent content, SeqRange loginRange)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param type {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void pageType(PageType type)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param villageRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void villageName(DecodedContent content, SeqRange villageRange)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param month {@inheritDoc}
+     * @param day {@inheritDoc}
+     * @param hour {@inheritDoc}
+     * @param minute {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void commitTime(int month, int day, int hour, int minute)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param anchorRange {@inheritDoc}
+     * @param periodType {@inheritDoc}
+     * @param day {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void periodLink(DecodedContent content,
+                            SeqRange anchorRange,
+                            PeriodType periodType, int day)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param anchorRange {@inheritDoc}
+     * @param villageRange {@inheritDoc}
+     * @param hour {@inheritDoc}
+     * @param minute {@inheritDoc}
+     * @param state {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void villageRecord(DecodedContent content,
+                                SeqRange anchorRange,
+                                SeqRange villageRange,
+                                int hour, int minute,
+                                VillageState state )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void endParse() throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void startTalk() throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void endTalk() throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param talkNo {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void talkNo(int talkNo) throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param idRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void talkId(DecodedContent content, SeqRange idRange)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param avatarRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void talkAvatar(DecodedContent content, SeqRange avatarRange)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param hour {@inheritDoc}
+     * @param minute {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void talkTime(int hour, int minute) throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param urlRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void talkIconUrl(DecodedContent content, SeqRange urlRange)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param type {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void talkType(TalkType type) throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param textRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void talkText(DecodedContent content, SeqRange textRange)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void talkBreak() throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param eventFamily {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void startSysEvent(EventFamily eventFamily)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param type {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventType(SysEventType type) throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void endSysEvent() throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param entryNo {@inheritDoc}
+     * @param avatarRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventOnStage(DecodedContent content,
+                                  int entryNo,
+                                  SeqRange avatarRange )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param role {@inheritDoc}
+     * @param num {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventOpenRole(GameRole role, int num)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param avatarRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventSurvivor(DecodedContent content,
+                                   SeqRange avatarRange)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param voteByRange {@inheritDoc}
+     * @param voteToRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventCounting(DecodedContent content,
+                                   SeqRange voteByRange,
+                                   SeqRange voteToRange )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param voteByRange {@inheritDoc}
+     * @param voteToRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventCounting2(DecodedContent content,
+                                    SeqRange voteByRange,
+                                    SeqRange voteToRange )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param avatarRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventSuddenDeath(DecodedContent content,
+                                       SeqRange avatarRange )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param avatarRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventMurdered(DecodedContent content,
+                                   SeqRange avatarRange )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param avatarRange {@inheritDoc}
+     * @param anchorRange {@inheritDoc}
+     * @param loginRange {@inheritDoc}
+     * @param isLiving {@inheritDoc}
+     * @param role {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventPlayerList(DecodedContent content,
+                                     SeqRange avatarRange,
+                                     SeqRange anchorRange,
+                                     SeqRange loginRange,
+                                     boolean isLiving,
+                                     GameRole role)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param avatarRange {@inheritDoc}
+     * @param votes {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventExecution(DecodedContent content,
+                                    SeqRange avatarRange,
+                                    int votes )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param avatarRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventVanish(DecodedContent content,
+                                 SeqRange avatarRange )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param avatarRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventCheckout(DecodedContent content,
+                                   SeqRange avatarRange )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param judgeByRange {@inheritDoc}
+     * @param judgeToRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventJudge(DecodedContent content,
+                                SeqRange judgeByRange,
+                                SeqRange judgeToRange )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param guardByRange {@inheritDoc}
+     * @param guardToRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventGuard(DecodedContent content,
+                                SeqRange guardByRange,
+                                SeqRange guardToRange )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param hour {@inheritDoc}
+     * @param minute {@inheritDoc}
+     * @param minLimit {@inheritDoc}
+     * @param maxLimit {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventAskEntry(int hour, int minute,
+                                   int minLimit, int maxLimit)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param hour {@inheritDoc}
+     * @param minute {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventAskCommit(int hour, int minute)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param avatarRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventNoComment(DecodedContent content,
+                                    SeqRange avatarRange )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param winner {@inheritDoc}
+     * @param hour {@inheritDoc}
+     * @param minute {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventStayEpilogue(Team winner, int hour, int minute)
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param contentRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventContent(DecodedContent content,
+                                  SeqRange contentRange )
+            throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventContentBreak() throws HtmlParseException{
+        return;
+    }
+
+    /**
+     * {@inheritDoc}
+     * @param content {@inheritDoc}
+     * @param anchorRange {@inheritDoc}
+     * @param contentRange {@inheritDoc}
+     * @throws HtmlParseException {@inheritDoc}
+     */
+    @Override
+    public void sysEventContentAnchor(DecodedContent content,
+                                         SeqRange anchorRange,
+                                         SeqRange contentRange )
+            throws HtmlParseException{
+        return;
+    }
+
+}