Klasse Entity
java.lang.Object
org.jdrupes.mdoclet.internal.doclets.toolkit.Content
org.jdrupes.mdoclet.internal.doclets.formats.html.markup.Entity
A representation of HTML entities.
-
Feldübersicht
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungintGibt the number of characters of plain text content in this object zurück.booleanisEmpty()Returns true if the content is empty.static Entityof(CharSequence name) Creates an entity with a given name or numeric value.booleanWrites content to a writer, using a given newline sequence, which should be either \n or the platform line separator.
-
Felddetails
-
LESS_THAN
-
GREATER_THAN
-
AMPERSAND
-
NO_BREAK_SPACE
-
text
-
-
Methodendetails
-
of
Creates an entity with a given name or numeric value.- Parameter:
name- the name, or numeric value- Gibt zurück:
- the entity
-
write
Beschreibung aus Klasse kopiert:ContentWrites content to a writer, using a given newline sequence, which should be either \n or the platform line separator.- Angegeben von:
writein KlasseContent- Parameter:
writer- the writernewline- the newline sequence to useatNewline- whether the writer has just written a newline- Gibt zurück:
- whether the writer has just written a newline
- Löst aus:
IOException- if an error occurs while writing the output
-
isEmpty
Beschreibung aus Klasse kopiert:ContentReturns true if the content is empty. -
charCount
Beschreibung aus Klasse kopiert:ContentGibt the number of characters of plain text content in this object zurück.
-