ComputerDictionaries.org      Computer terms spelled out...
Home -› RS -› Element
Online dictionary
From all dictionaries     Only from this dictionary
 

Dictionaries by Category


High-Tech News

Definition Of:

Element

RSJDK Doc (JAVA)
- Variable in class javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit 
protected Element 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.
See also: , , , ,