| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| 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 | 
DTD.getElement(String name)
Get an element by name.  | 
 Element | 
DTD.getElement(int index)
Get an element by index.  | 
 Element | 
DTD.defineElement(String name,
              int type,
              boolean omitStart,
              boolean omitEnd,
              ContentModel content,
              BitSet exclusions,
              BitSet inclusions,
              AttributeList atts)
Define an element.  | 
protected  Element | 
DTD.defElement(String name,
           int type,
           boolean omitStart,
           boolean omitEnd,
           ContentModel content,
           String[] exclusions,
           String[] inclusions,
           AttributeList atts)
Define an element.  | 
 Element | 
ContentModel.first()
Return the element that must be next.  | 
 Element | 
TagElement.getElement()
 | 
| 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 | |
ContentModel(Element content)
Create a content model for an element.  | 
|
TagElement(Element elem)
 | 
|
TagElement(Element elem,
           boolean fictional)
 | 
|
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.