HTMLElement
, HTMLSegment
, ScriptingEventHandler
public class TextBlock extends BlockElement
Modifier and Type | Field | Description |
---|---|---|
static HTMLElementPredicate |
MATCH_CLASS |
Predicate to match part or all of a block's class attribute.
|
static HTMLElementPredicate |
MATCH_TAG |
Predicate to match the tag associated with a block (case insensitive).
|
Constructor | Description |
---|---|
TextBlock(WebResponse response,
FrameSelector frame,
java.net.URL baseURL,
java.lang.String baseTarget,
org.w3c.dom.Node rootNode,
java.lang.String characterSet) |
Modifier and Type | Method | Description |
---|---|---|
WebList[] |
getLists() |
Returns any lists embedded in this text block.
|
doEvent, doEventScript, equals, getAttribute, getAttributeValue, getClassName, getDOM, getID, getName, getNode, getParentDelegate, getScriptingHandler, getTagName, getText, getTitle, handleEvent, hashCode, isSupportedAttribute, newScriptable, removeAttribute, setAttribute
getApplets, getElementNames, getElementsWithAttribute, getElementsWithName, getElementWithID, getFirstMatchingForm, getFirstMatchingLink, getFirstMatchingTable, getForms, getFormWithID, getFormWithName, getImages, getImageWithAltText, getImageWithName, getImageWithSource, getLinks, getLinkWith, getLinkWithImageText, getMatchingForms, getMatchingLinks, getMatchingTables, getTables, getTableStartingWith, getTableStartingWithPrefix, getTableWithID, getTableWithSummary, getTextBlocks
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getApplets, getElementNames, getElementsWithAttribute, getElementsWithName, getElementWithID, getFirstMatchingForm, getFirstMatchingLink, getFirstMatchingTable, getFirstMatchingTextBlock, getForms, getFormWithID, getFormWithName, getFrames, getImages, getImageWithAltText, getImageWithName, getImageWithSource, getLinks, getLinkWith, getLinkWithID, getLinkWithImageText, getLinkWithName, getMatchingForms, getMatchingLinks, getMatchingTables, getNextTextBlock, getTables, getTableStartingWith, getTableStartingWithPrefix, getTableWithID, getTableWithSummary, getTextBlocks, isWebLink, toString
public static final HTMLElementPredicate MATCH_CLASS
public static final HTMLElementPredicate MATCH_TAG
public TextBlock(WebResponse response, FrameSelector frame, java.net.URL baseURL, java.lang.String baseTarget, org.w3c.dom.Node rootNode, java.lang.String characterSet)
public WebList[] getLists()