类 TableState.TableRowEndedState
java.lang.Object
cool.document.qtmd.BaseState
cool.document.qtmd.NotStartState
cool.document.qtmd.TableState.TableRowEndedState
- 所有已实现的接口:
MiddleState,State,TableState.TrFinishedState
- 封闭类:
- TableState
public static class TableState.TableRowEndedState
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, metActivateChar, metOtherChar, tableState
-
构造器详细资料
-
TableRowEndedState
-
-
方法详细资料
-
metNewline
从接口复制的说明:State遇见换行符的处理方法。通常是遇到换行符(State.isNewline(char))时调用的方法。默认加到缓冲中。- 指定者:
metNewline在接口中State- 指定者:
metNewline在接口中TableState.TrFinishedState- 返回:
-
finishChar
public char finishChar()- 指定者:
finishChar在接口中TableState.TrFinishedState
-