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

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

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

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 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.

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.

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

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

Fields of type javax.swing.text.html.parser.TagElement

TagElement

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

void
htmlValidator.checkContentModel(TagElement tElement, boolean first)
Check for mandatory elements, subsequent to the last tag:
boolean
Remove the given tag from the stack or (if found) from the list of the forcibly closed tags.
void
Add the given HTML tag to the stack of the opened tags.
Object
Check if this tag is valid for the current context.
void
Validate the parameters, report the error if the given parameter is not in the parameter set, valid for the given attribute.
void
Validate tag without storing in into the tag stack.

Uses in package gnu.xml.dom.html2

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

void
Handle the tag with no content.
void
Close the given tag.
void
Handle the start tag by inserting the HTML element.