| ComputerDictionaries.org Computer terms spelled out... |
|
|
|
|
Dictionaries by Category
High-Tech News
|
| Definition Of: |
Element
- class javax.swing.text.html.parser.. Element public final class Element extends Object implements DTDConstants , Serializable Tree:java.lang.Object - javax.swing.text.html.parser.Element An element as described in a DTD using the ELEMENT construct. This is essentiall the description of a tag. It describes the type, content model, attributes, attribute types etc. It is used to correctly parse a document by the Parser.
|
| |
|