public enum MarkupBuilder.CharFilter
Identifiers for built-in character filtering strategies.
| Enum constant | Description |
|---|---|
NONE |
Disable any additional predefined character filtering. |
XML_ALL |
Apply the most comprehensive predefined XML escaping rules. |
XML_STRICT |
Apply the standard XML escaping rules. |
Disable any additional predefined character filtering.
Apply the most comprehensive predefined XML escaping rules.
Apply the standard XML escaping rules.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.