类 TableState.UnderTrActivateState
java.lang.Object
cool.document.qtmd.BaseState
cool.document.qtmd.NotStartState
cool.document.qtmd.ActivateState
cool.document.qtmd.TableState.UnderTrActivateState
- 所有已实现的接口:
MiddleState,State,TableState.TrFinishedState
- 封闭类:
- TableState
public static class TableState.UnderTrActivateState
extends ActivateState
implements TableState.TrFinishedState
表格行结束之后激活的状态。接下来可能是另一行,也可能是表格结束。
-
嵌套类概要
从类继承的嵌套类/接口 cool.document.qtmd.ActivateState
ActivateState.MultiEscapeState -
字段概要
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明charmetOtherChar(char c) 遇见其他字符(非激活字符(State.isActivateChar(char)})、换行符(State.isNewline(char)})、结束字符(State.isFinishChar(char)}))的处理方法。从类继承的方法 cool.document.qtmd.ActivateState
isFinishChar, metActivateChar, metDot, metHash, metLeftSquareBracket, metNewline从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cool.document.qtmd.MiddleState
dom, end, finish, flushBufferToPreState, preState, stateToRollback, willConsumeFinishChar从接口继承的方法 cool.document.qtmd.State
addChar, addChars, buffer, clearBuffer, flushBuffer, isActivateChar, isFinishChar, isNewline, metChar, metChars从接口继承的方法 cool.document.qtmd.TableState.TrFinishedState
finishTable, metActivateChar, metNewline, tableState
-
构造器详细资料
-
UnderTrActivateState
-
-
方法详细资料
-
metOtherChar
从接口复制的说明:State遇见其他字符(非激活字符(State.isActivateChar(char)})、换行符(State.isNewline(char)})、结束字符(State.isFinishChar(char)}))的处理方法。- 指定者:
metOtherChar在接口中State- 指定者:
metOtherChar在接口中TableState.TrFinishedState- 覆盖:
metOtherChar在类中ActivateState- 返回:
-
finishChar
public char finishChar()- 指定者:
finishChar在接口中TableState.TrFinishedState
-