Uses of Class
javax.swing.text.html.parser.Element
Packages that use Element
-
Uses of Element in javax.swing.text.html.parser
Fields in javax.swing.text.html.parser declared as Element修饰符和类Field描述final ElementDTD.appletThe element corresponding to applet.final ElementDTD.baseThe element corresponding to base.final ElementDTD.bodyThe element corresponding to body.final ElementDTD.headThe element corresponding to head.final ElementDTD.htmlThe element corresponding to html.final ElementDTD.isindexThe element corresponding to isindex.final ElementDTD.metaThe element corresponding to meta.final ElementDTD.pThe element corresponding to p.final ElementDTD.paramThe element corresponding to param.final ElementDTD.pcdataThe element corresponding to pcdata.final ElementDTD.titleThe element corresponding to title.Fields in javax.swing.text.html.parser with type parameters of type Element修饰符和类Field描述DTD.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 Element修饰符和类方法描述protected 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 Element修饰符和类方法描述protected 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 Element修饰符和类方法描述voidContentModel.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 ElementModifierConstructor描述ContentModel(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.