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