Structs

The following structs are available globally.

  • Represents a CSS3 selector that can be converted to an XPath expression.

    See more

    Declaration

    Swift

    public struct CSSSelector
  • This is the set of HTML parser options that can be passed down to the HTMLDocument initializers.

    See more

    Declaration

    Swift

    public struct HTMLParserOptions: OptionSet
  • This is the set of XML parser options that can be passed down to the XMLDocument initializers.

    See more

    Declaration

    Swift

    public struct XMLParserOptions: OptionSet