- java.lang.Object
-
- javax.swing.text.html.parser.Element
-
- All Implemented Interfaces:
- Serializable, DTDConstants
public final class Element extends Object implements DTDConstants, Serializable
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:
DTD
,AttributeList
-
-
Field Summary
Fields Modifier and Type Field and Description AttributeList
atts
ContentModel
content
Object
data
A field to store user data.BitSet
exclusions
BitSet
inclusions
int
index
String
name
boolean
oEnd
boolean
oStart
int
type
-
Fields inherited from interface javax.swing.text.html.parser.DTDConstants
ANY, CDATA, CONREF, CURRENT, DEFAULT, EMPTY, ENDTAG, ENTITIES, ENTITY, FIXED, GENERAL, ID, IDREF, IDREFS, IMPLIED, MD, MODEL, MS, NAME, NAMES, NMTOKEN, NMTOKENS, NOTATION, NUMBER, NUMBERS, NUTOKEN, NUTOKENS, PARAMETER, PI, PUBLIC, RCDATA, REQUIRED, SDATA, STARTTAG, SYSTEM
-
-
Method Summary
Methods Modifier and Type Method and Description AttributeList
getAttribute(String name)
Get an attribute by name.AttributeList
getAttributeByValue(String name)
Get an attribute by value.AttributeList
getAttributes()
Get the attributes.ContentModel
getContent()
Get content modelint
getIndex()
Get index.String
getName()
Get the name of the element.int
getType()
Get type.boolean
isEmpty()
Check if emptystatic int
name2type(String nm)
boolean
omitEnd()
Return true if the end tag can be omitted.boolean
omitStart()
Return true if the start tag can be omitted.String
toString()
Convert to a string.
-
-
-
Field Detail
-
index
public int index
-
name
public String name
-
oStart
public boolean oStart
-
oEnd
public boolean oEnd
-
inclusions
public BitSet inclusions
-
exclusions
public BitSet exclusions
-
type
public int type
-
content
public ContentModel content
-
atts
public AttributeList atts
-
data
public Object data
A field to store user data. Mostly used to store style sheets.
-
-
Method Detail
-
getName
public String getName()
Get the name of the element.
-
omitStart
public boolean omitStart()
Return true if the start tag can be omitted.
-
omitEnd
public boolean omitEnd()
Return true if the end tag can be omitted.
-
getType
public int getType()
Get type.
-
getContent
public ContentModel getContent()
Get content model
-
getAttributes
public AttributeList getAttributes()
Get the attributes.
-
getIndex
public int getIndex()
Get index.
-
isEmpty
public boolean isEmpty()
Check if empty
-
toString
public String toString()
Convert to a string.
-
getAttribute
public AttributeList getAttribute(String name)
Get an attribute by name.
-
getAttributeByValue
public AttributeList getAttributeByValue(String name)
Get an attribute by value.
-
name2type
public static int name2type(String nm)
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/swing/text/html/parser/element.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.