Classes

The following classes are available globally.

  • Instances of this class represent HTML documents.

    See more

    Declaration

    Swift

    public final class HTMLDocument: HTMLDocumentType
  • Instances of this class represent XML documents.

    See more

    Declaration

    Swift

    public final class XMLDocument: XMLDocumentType
  • The basic unit of an XML document — the default implementation of the protocol Node

    See more

    Declaration

    Swift

    public final class XMLNode: XMLElement
  • Instances of this class represent an immutable collection of DOM nodes. An instance provides the interface similar to the Node’s one.

    See more

    Declaration

    Swift

    public final class XMLNodeSet