com.atlassian.confluence.it.jsoup
Class JsoupTable

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

public class JsoupTable
extends java.lang.Object

Table in the JSoup world.

Since:
v4.3

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

JsoupTable

public JsoupTable(JSoupFinder root)
Method Detail

root

public JSoupFinder root()

allRows

public java.lang.Iterable<JSoupFinder> allRows()

headerRow

public JSoupFinder headerRow()


Copyright © 2003-2014 Atlassian. All Rights Reserved.