Uses of Class javax.swing.text.html.parser.TagElement

Uses in package javax.swing.text.html.parser

Methods with parameter type javax.swing.text.html.parser.TagElement

void
Handle the tag with no content, like <br>.
void
Handle the tag with no content, like <br>.
void
The method is called when the HTML closing tag ((like </table>) is found or if the parser concludes that the one should be present in the current position.
void
The method is called when the HTML closing tag ((like </table>) is found or if the parser concludes that the one should be present in the current position.
void
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.
void
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.
void
The method is called when the HTML opening tag ((like <table>) is found or if the parser concludes that the one should be present in the current position.

Methods with return type javax.swing.text.html.parser.TagElement

TagElement
Constructs the tag from the given element.
TagElement
Parser.makeTag(Element element, boolean isSupposed)
Constructs the tag from the given element.