- java.lang.Object
-
- javax.swing.text.html.parser.Entity
-
- All Implemented Interfaces:
- DTDConstants
public final class Entity extends Object implements DTDConstants
An entity is described in a DTD using the ENTITY construct. It defines the type and value of the the entity.- See Also:
DTD
-
-
Field Summary
Fields Modifier and Type Field and Description char[]
data
String
name
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
-
-
Constructor Summary
Constructors Constructor and Description Entity(String name, int type, char[] data)
Creates an entity.
-
Method Summary
Methods Modifier and Type Method and Description char[]
getData()
Returns thedata
.String
getName()
Gets the name of the entity.String
getString()
Returns the data as aString
.int
getType()
Gets the type of the entity.boolean
isGeneral()
Returnstrue
if it is a general entity.boolean
isParameter()
Returnstrue
if it is a parameter entity.static int
name2type(String nm)
Convertsnm
string to the corresponding entity type.
-
-
-
Field Detail
-
name
public String name
-
type
public int type
-
data
public char[] data
-
-
Constructor Detail
-
Entity
public Entity(String name, int type, char[] data)
Creates an entity.- Parameters:
name
- the name of the entitytype
- the type of the entitydata
- the char array of data
-
-
Method Detail
-
getName
public String getName()
Gets the name of the entity.- Returns:
- the name of the entity, as a
String
-
getType
public int getType()
Gets the type of the entity.- Returns:
- the type of the entity
-
isParameter
public boolean isParameter()
Returnstrue
if it is a parameter entity.- Returns:
true
if it is a parameter entity
-
isGeneral
public boolean isGeneral()
Returnstrue
if it is a general entity.- Returns:
true
if it is a general entity
-
getData
public char[] getData()
Returns thedata
.- Returns:
- the
data
-
getString
public String getString()
Returns the data as aString
.- Returns:
- the data as a
String
-
name2type
public static int name2type(String nm)
Convertsnm
string to the corresponding entity type. If the string does not have a corresponding entity type, returns the type corresponding to "CDATA". Valid entity types are: "PUBLIC", "CDATA", "SDATA", "PI", "STARTTAG", "ENDTAG", "MS", "MD", "SYSTEM".- Parameters:
nm
- the string to be converted- Returns:
- the corresponding entity type, or the type corresponding to "CDATA", if none exists
-
-
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/Entity.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.