CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

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.XmlParsing

Direct 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.