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