Class Feature
A representation of XML features that can be enabled or disabled.
TNOENT: Enables substitution of external entities.TNONET: Disables network access.TDTDLOAD: Disables loading of DTDs.
Import path
import codeql.ruby.frameworks.XmlParsingDirect supertypes
Known direct subtypes
Predicates
| getConstantName | Gets the name of this feature. |
| getValue | Gets the bitmask value for this feature. |
| toString | Gets the string representation of this feature. |