|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
javax.swing.text.html.parser | 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 Element | |
Element |
DTD.pcdata
|
Element |
DTD.html
|
Element |
DTD.meta
|
Element |
DTD.base
|
Element |
DTD.isindex
|
Element |
DTD.head
|
Element |
DTD.body
|
Element |
DTD.applet
|
Element |
DTD.param
|
Element |
DTD.p
|
Element |
DTD.title
|
Methods in javax.swing.text.html.parser that return Element | |
Element |
TagElement.getElement()
|
Element |
DTD.getElement(String name)
Gets an element by name. |
Element |
DTD.getElement(int index)
Gets an element by index. |
Element |
DTD.defineElement(String name,
int type,
boolean omitStart,
boolean omitEnd,
ContentModel content,
BitSet exclusions,
BitSet inclusions,
AttributeList atts)
Returns the Element which matches the
specified parameters. |
protected Element |
DTD.defElement(String name,
int type,
boolean omitStart,
boolean omitEnd,
ContentModel content,
String[] exclusions,
String[] inclusions,
AttributeList atts)
Creates and returns an Element . |
Element |
ContentModel.first()
Return the element that must be next. |
Methods in javax.swing.text.html.parser with parameters of type Element | |
protected TagElement |
Parser.makeTag(Element elem,
boolean fictional)
Makes a TagElement. |
protected TagElement |
Parser.makeTag(Element elem)
|
protected void |
Parser.markFirstTime(Element elem)
Marks the first time a tag has been seen in a document |
Constructors in javax.swing.text.html.parser with parameters of type Element | |
TagElement(Element elem)
|
|
TagElement(Element elem,
boolean fictional)
|
|
ContentModel(Element content)
Create a content model for an element. |
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.