| 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| 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.applet
 | 
 Element | 
DTD.base
 | 
 Element | 
DTD.body
 | 
 Element | 
DTD.head
 | 
 Element | 
DTD.html
 | 
 Element | 
DTD.isindex
 | 
 Element | 
DTD.meta
 | 
 Element | 
DTD.p
 | 
 Element | 
DTD.param
 | 
 Element | 
DTD.pcdata
 | 
 Element | 
DTD.title
 | 
| Fields in javax.swing.text.html.parser with type parameters of type Element | |
|---|---|
 Hashtable<String,Element> | 
DTD.elementHash
 | 
 Vector<Element> | 
DTD.elements
 | 
| Methods in javax.swing.text.html.parser that return Element | |
|---|---|
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 | 
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. | 
 Element | 
ContentModel.first()
Return the element that must be next.  | 
 Element | 
TagElement.getElement()
 | 
 Element | 
DTD.getElement(int index)
Gets an element by index.  | 
 Element | 
DTD.getElement(String name)
Gets an element by name.  | 
| Methods in javax.swing.text.html.parser with parameters of type Element | |
|---|---|
protected  TagElement | 
Parser.makeTag(Element elem)
 | 
protected  TagElement | 
Parser.makeTag(Element elem,
        boolean fictional)
Makes a TagElement.  | 
protected  void | 
Parser.markFirstTime(Element elem)
Marks the first time a tag has been seen in a document  | 
| Method parameters in javax.swing.text.html.parser with type arguments of type Element | |
|---|---|
 void | 
ContentModel.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 Element | |
|---|---|
ContentModel(Element content)
Create a content model for an element.  | 
|
TagElement(Element elem)
 | 
|
TagElement(Element elem,
           boolean fictional)
 | 
|
  | 
JavaTM 2 Platform Standard Ed. 5.0  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.