com.atlassian.confluence.it.jsoup
Class JsoupTable

java.lang.Object
  extended by com.atlassian.confluence.it.jsoup.JsoupTable

public class JsoupTable
extends Object

Table in the JSoup world.

Since:
v4.3

Constructor Summary
JsoupTable(JSoupFinder root)
           
 
Method Summary
 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

JsoupTable

public JsoupTable(JSoupFinder root)
Method Detail

root

public JSoupFinder root()

allRows

public Iterable<JSoupFinder> allRows()

headerRow

public JSoupFinder headerRow()


Copyright © 2003-2013 Atlassian. All Rights Reserved.