Uses of Class
javax.swing.text.html.parser.Element
Package
Description
Provides the default HTML parser, along with support classes.
-
Uses of Element in javax.swing.text.html.parser
Modifier and TypeFieldDescriptionfinal Element
DTD.applet
The element corresponding to applet.final Element
DTD.base
The element corresponding to base.final Element
DTD.body
The element corresponding to body.final Element
DTD.head
The element corresponding to head.final Element
DTD.html
The element corresponding to html.final Element
DTD.isindex
The element corresponding to isindex.final Element
DTD.meta
The element corresponding to meta.final Element
DTD.p
The element corresponding to p.final Element
DTD.param
The element corresponding to param.final Element
DTD.pcdata
The element corresponding to pcdata.final Element
DTD.title
The element corresponding to title.Modifier and TypeFieldDescriptionDTD.elementHash
The hash table contains the name of element and the corresponding element.DTD.elements
The vector of elementsModifier and TypeMethodDescriptionprotected Element
DTD.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 theElement
which 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.Modifier and TypeMethodDescriptionprotected TagElement
Makes a TagElement.protected TagElement
Makes a TagElement.protected void
Parser.markFirstTime
(Element elem) Marks the first time a tag has been seen in a documentModifier and TypeMethodDescriptionvoid
ContentModel.getElements
(Vector<Element> elemVec) Update elemVec with the list of elements that are part of the this contentModel.ModifierConstructorDescriptionContentModel
(Element content) Create a content model for an element.TagElement
(Element elem) Creates a generic HTML TagElement class withfictional
equals tofalse
.TagElement
(Element elem, boolean fictional) Creates a generic HTML TagElement class.