org.htmlparser.tags
public class BaseHrefTag extends TagNode
Constructor Summary | |
---|---|
BaseHrefTag()
Create a new base tag. |
Method Summary | |
---|---|
void | doSemanticAction()
Perform the meaning of this tag.
|
String | getBaseUrl()
Get the value of the HREF attribute, if any. |
String[] | getIds()
Return the set of names handled by this tag. |
void | setBaseUrl(String base)
Set the value of the HREF attribute. |
Throws: ParserException If setting the base URL fails.
HREF
attribute, if any.Returns: The HREF
value, with the leading and trailing whitespace removed, if any.
Returns: The names to be matched that create tags of this type.
HREF
attribute.Parameters: base The new HREF
value.
HTML Parser is an open source library released under LGPL. | |