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
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
Gibt the number of characters of plain text content in this object zurück.boolean
isEmpty()
Returns true if the content is empty.static Entity
of
(CharSequence name) Creates an entity with a given name or numeric value.boolean
Writes 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:Content
Writes content to a writer, using a given newline sequence, which should be either \n or the platform line separator.- Angegeben von:
write
in 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:Content
Returns true if the content is empty. -
charCount
Beschreibung aus Klasse kopiert:Content
Gibt the number of characters of plain text content in this object zurück.
-