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 comp
()
| 364 | @return the document's current escape mode |
| 365 | */ |
| 366 | public Entities.EscapeMode escapeMode() { |
| 367 | return escapeMode; |
| 368 | } |
| 369 | |
| 370 | /** |
| 371 | * Set the document's escape mode, which determines how characters are escaped when the output character set |
no outgoing calls