customContentHandler property

CustomContentHandler customContentHandler
final

allows overriding default behavior of the contentHandler in _handleAttribute which is responsible for special characters escaping, e.g.: _ becomes \_

Implementation

final CustomContentHandler customContentHandler;