类 TableState
java.lang.Object
cool.document.qtmd.BaseState
cool.document.qtmd.ContentState
cool.document.qtmd.FormattingState
cool.document.qtmd.TableState
- 所有已实现的接口:
State
-
嵌套类概要
嵌套类修饰符和类型类说明static class在表格的格子里激活的状态。static classstatic interface在表格行结束之后的状态。static class表格行结束之后激活的状态。static class表格行结束后的状态。 -
字段概要
从类继承的字段 cool.document.qtmd.FormattingState
flag, isSingleline从类继承的字段 cool.document.qtmd.BaseState
buffer, stateAfterFinish -
构造器概要
构造器 -
方法概要
从类继承的方法 cool.document.qtmd.FormattingState
finish, handleFinishChar, isFinishChar, isSingleline, metNewline从类继承的方法 cool.document.qtmd.ContentState
checkHr, end, flushBuffer, stateAfterFinish从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 cool.document.qtmd.State
addChar, addChars, clearBuffer, isActivateChar, isNewline, metChar, metChars, metOtherChar
-
构造器详细资料
-
TableState
-
-
方法详细资料
-
dom
public org.jsoup.nodes.Element dom()- 覆盖:
dom在类中ContentState
-
metActivateChar
从接口复制的说明:State遇见激活字符的处理方法。通常是遇到激活字符(State.isActivateChar(char))时调用的方法。默认创建并返回一个“激活状态(ActivateState)”。- 指定者:
metActivateChar在接口中State- 覆盖:
metActivateChar在类中FormattingState- 返回:
-