Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
M
S
T
W
G
getAttribute(String)
- Method in class it.sauronsoftware.grab4j.html.
HTMLTag
This method returns the value of an attribute of the tag.
getAttributeSelectors()
- Method in class it.sauronsoftware.grab4j.html.search.
Condition
This method returns the restrictions on attributes.
getCondition(int)
- Method in class it.sauronsoftware.grab4j.html.search.
Criteria
This method returns a criteria condition.
getConditionCount()
- Method in class it.sauronsoftware.grab4j.html.search.
Criteria
This method returns the number of the conditions in the criteria.
getDocument()
- Method in class it.sauronsoftware.grab4j.html.
HTMLElement
This method returns the document owner of the element.
getElement(int)
- Method in class it.sauronsoftware.grab4j.html.
HTMLDocument
This method returns the element at the given index.
getElement(int)
- Method in class it.sauronsoftware.grab4j.html.
HTMLElement
This method returns a sub-element.
getElementById(String)
- Method in class it.sauronsoftware.grab4j.html.
HTMLDocument
This method explores recursively the document elements, searching the first occurrence of an element with the given value in its "id" attribute.
getElementById(String)
- Method in class it.sauronsoftware.grab4j.html.
HTMLElement
This method explores recursively the element children, searching the first occurrence of an element with the given value in its "id" attribute.
getElementCount()
- Method in class it.sauronsoftware.grab4j.html.
HTMLDocument
This method returns the number of the first-level elements in the document.
getElementCount()
- Method in class it.sauronsoftware.grab4j.html.
HTMLElement
This method returns the number of the sub-elements owned by the element.
getElements()
- Method in class it.sauronsoftware.grab4j.html.
HTMLDocument
This method returns an array with all the document first-level elements.
getElements()
- Method in class it.sauronsoftware.grab4j.html.
HTMLElement
This method returns an array with the sub-elements.
getElementsByAttribute(String, String)
- Method in class it.sauronsoftware.grab4j.html.
HTMLDocument
This method searches recursively inside the document elements, selecting the ones whose have a given attribute with a given value.
getElementsByAttribute(String, String)
- Method in class it.sauronsoftware.grab4j.html.
HTMLElement
This method searches recursively inside the element children, selecting the ones whose have a given attribute with a given value.
getElementsByTag(String)
- Method in class it.sauronsoftware.grab4j.html.
HTMLDocument
This method searches recursively inside the document elements, selecting the ones whose name is equal to the given tag name.
getElementsByTag(String)
- Method in class it.sauronsoftware.grab4j.html.
HTMLElement
This method searches recursively inside the element children, selecting the ones whose name is equal to the given tag name.
getImageURL()
- Method in class it.sauronsoftware.grab4j.html.
HTMLImage
This method extracts and returns the image source URL.
getIndexSelector()
- Method in class it.sauronsoftware.grab4j.html.search.
Condition
This method returns the restriction on the tag index.
getInnerHTML()
- Method in class it.sauronsoftware.grab4j.html.
HTMLTag
This method returns the HTML code in the tag contents.
getInnerText()
- Method in class it.sauronsoftware.grab4j.html.
HTMLTag
This method extracts a plain text from the tag contents.
getInnerText()
- Method in class it.sauronsoftware.grab4j.html.
HTMLText
This method returns the text inside the node.
getLinkURL()
- Method in class it.sauronsoftware.grab4j.html.
HTMLLink
This method extracts and returns the link URL.
getNameSelector()
- Method in class it.sauronsoftware.grab4j.html.search.
AttributeSelector
This method returns the attribute name.
getNextElement()
- Method in class it.sauronsoftware.grab4j.html.
HTMLElement
This method returns the next element.
getOuterHTML()
- Method in class it.sauronsoftware.grab4j.html.
HTMLTag
This method returns the HTML code with the tag and its contents.
getParentElement()
- Method in class it.sauronsoftware.grab4j.html.
HTMLElement
This method returns the parent element.
getPattern()
- Method in class it.sauronsoftware.grab4j.html.search.
WildcardPattern
This method returns the pattern as a string.
getPreviousElement()
- Method in class it.sauronsoftware.grab4j.html.
HTMLElement
This method returns the previous element.
getTagName()
- Method in class it.sauronsoftware.grab4j.html.
HTMLTag
This method returns the tag name.
getTagSelector()
- Method in class it.sauronsoftware.grab4j.html.search.
Condition
This method returns a pattern representing the restriction on the name of the tag.
getText()
- Method in class it.sauronsoftware.grab4j.html.
HTMLText
This method returns the text inside the node.
getURL()
- Method in class it.sauronsoftware.grab4j.html.
HTMLDocument
This method returns the document source URL.
getValueSelector()
- Method in class it.sauronsoftware.grab4j.html.search.
AttributeSelector
This method returns the attribute value pattern.
grab(URL, String)
- Static method in class it.sauronsoftware.grab4j.
WebGrabber
This method fetches, parses and grabs a HTML document.
grab(URL, Reader)
- Static method in class it.sauronsoftware.grab4j.
WebGrabber
This method fetches, parses and grabs a HTML document.
grab(URL, File)
- Static method in class it.sauronsoftware.grab4j.
WebGrabber
This method fetches, parses and grabs a HTML document.
grab(HTMLDocument, Reader)
- Static method in class it.sauronsoftware.grab4j.
WebGrabber
This method grabs a HTML document.
grab(HTMLDocument, File)
- Static method in class it.sauronsoftware.grab4j.
WebGrabber
This method grabs a HTML document.
grab(HTMLDocument, String)
- Static method in class it.sauronsoftware.grab4j.
WebGrabber
This method grabs a HTML document.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
M
S
T
W