|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.it.jsoup.JsoupTable
public class JsoupTable
Table in the JSoup world.
Constructor Summary | |
---|---|
JsoupTable(JSoupFinder root)
|
Method Summary | |
---|---|
java.lang.Iterable<JSoupFinder> |
allRows()
|
JSoupFinder |
headerRow()
|
JSoupFinder |
root()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JsoupTable(JSoupFinder root)
Method Detail |
---|
public JSoupFinder root()
public java.lang.Iterable<JSoupFinder> allRows()
public JSoupFinder headerRow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |