 | XMLConstantsFEATURE_SECURE_PROCESSING Field |
Feature for secure processing.
instructs the
implementation to process XML securely. This may set limits on XML constructs to
avoid conditions such as denial of service attacks.
instructs the implementation to process XML acording the letter of the XML
specifications ingoring security issues such as limits on XML constructs to avoid
conditions such as denial of service attacks.
Namespace:
com.espertech.esper.compat
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic const string FEATURE_SECURE_PROCESSING = "http://javax.xml.XMLConstants/feature/secure-processing"
Field Value
Type:
String
See Also