类 TableState.UnderTrState
java.lang.Object
cool.document.qtmd.BaseState
cool.document.qtmd.NotStartState
cool.document.qtmd.TableState.UnderTrState
- 所有已实现的接口:
MiddleState,State,TableState.TrFinishedState
- 封闭类:
- TableState
public static class TableState.UnderTrState
extends NotStartState
implements TableState.TrFinishedState
表格行结束后的状态。接下来可能是激活-另一行,也可能是表格结束。
-
字段概要
-
构造器概要
构造器 -
方法概要
从类继承的方法 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, metNewline, metOtherChar, tableState
-
构造器详细资料
-
UnderTrState
-
-
方法详细资料
-
metActivateChar
从接口复制的说明:State遇见激活字符的处理方法。通常是遇到激活字符(State.isActivateChar(char))时调用的方法。默认创建并返回一个“激活状态(ActivateState)”。- 指定者:
metActivateChar在接口中State- 指定者:
metActivateChar在接口中TableState.TrFinishedState- 返回:
-
finishChar
public char finishChar()- 指定者:
finishChar在接口中TableState.TrFinishedState
-