Constructors
Fields
element
FieldNo description is available for this element.
Type
HTMElement
Modifiers
protected final
found
FieldNo description is available for this element.
Type
List
Modifiers
protected
Methods
get (String)
Abstract MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | string |
Return Type
String
Modifiers
protected abstract
classes (String...)
Abstract MethodFilter the current query by classes.
Index | Type | Name |
---|---|---|
1 | String[] | string |
Return Type
Navigator
Modifiers
public abstract varargs
id (String)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | value |
Return Type
Navigator
Modifiers
public
source ()
MethodNo description is available for this element.
Return Type
HTMElement
Modifiers
public
close ()
MethodNo description is available for this element.
Return Type
void
Modifiers
public
comments ()
Abstract MethodNo description is available for this element.
Return Type
Navigator
Modifiers
public abstract
reset ()
MethodNo description is available for this element.
Return Type
Navigator
Modifiers
public
search (String, String)
Abstract MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | string |
2 | String | string |
Return Type
Navigator
Modifiers
public abstract
found ()
MethodNo description is available for this element.
Return Type
boolean
Modifiers
public
findAll ()
MethodNo description is available for this element.
Return Type
HTMElement[]
Modifiers
public
tag (HTMElement)
Abstract MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | HTMElement | element |
Return Type
Navigator
Modifiers
public abstract
tag (String)
Abstract MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | string |
Return Type
Navigator
Modifiers
public abstract
findOne ()
MethodNo description is available for this element.
Return Type
HTMElement
Modifiers
public