Java™ Platform
Standard Ed. 6

Uses of Class
javax.swing.text.html.parser.Element

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)
           
 


Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.