HTML document structure nodes.
-
Get the document's current entity escape mode: xhtml
, the minimal named entities in XHTML / XML base
, which provides a limited set of named HTML entities and escapes other characters as numbered entities for maximum compatibility extended
, which uses the complete set of HTML named entities.
Entities.EscapeMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in the order they are declared.
Set the document's escape mode, which determines how characters are escaped when the output character set does not support a given character:- using either a named or a numbered escape.