Uses of Class
javax.swing.text.html.parser.Element
Packages that use Element
Package
Description
Provides the default HTML parser, along with support classes.
-
Uses of Element in javax.swing.text.html.parser
Fields in javax.swing.text.html.parser declared as ElementModifier and TypeFieldDescriptionDTD.appletThe element corresponding to applet.DTD.baseThe element corresponding to base.DTD.bodyThe element corresponding to body.DTD.headThe element corresponding to head.DTD.htmlThe element corresponding to html.DTD.isindexThe element corresponding to isindex.DTD.metaThe element corresponding to meta.DTD.pThe element corresponding to p.DTD.paramThe element corresponding to param.DTD.pcdataThe element corresponding to pcdata.DTD.titleThe element corresponding to title.Fields in javax.swing.text.html.parser with type parameters of type ElementModifier and TypeFieldDescriptionDTD.elementHashThe hash table contains the name of element and the corresponding element.DTD.elementsThe vector of elementsMethods in javax.swing.text.html.parser that return ElementModifier and TypeMethodDescriptionprotected ElementDTD.defElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, String[] exclusions, String[] inclusions, AttributeList atts)Creates and returns anElement.DTD.defineElement(String name, int type, boolean omitStart, boolean omitEnd, ContentModel content, BitSet exclusions, BitSet inclusions, AttributeList atts)Returns theElementwhich matches the specified parameters.ContentModel.first()Return the element that must be next.DTD.getElement(int index)Gets an element by index.DTD.getElement(String name)Gets an element by name.TagElement.getElement()Returns the element.Methods in javax.swing.text.html.parser with parameters of type ElementModifier and TypeMethodDescriptionprotected TagElementMakes a TagElement.protected TagElementMakes a TagElement.protected voidParser.markFirstTime(Element elem)Marks the first time a tag has been seen in a documentMethod parameters in javax.swing.text.html.parser with type arguments of type ElementModifier and TypeMethodDescriptionvoidContentModel.getElements(Vector<Element> elemVec)Update elemVec with the list of elements that are part of the this contentModel.Constructors in javax.swing.text.html.parser with parameters of type ElementModifierConstructorDescriptionContentModel(Element content)Create a content model for an element.TagElement(Element elem)Creates a generic HTML TagElement class withfictionalequals tofalse.TagElement(Element elem, boolean fictional)Creates a generic HTML TagElement class.