Extensions

The following extensions are available globally.

    • The Queryable protocol is adopted by XMLDocument, HTMLDocument and XMLElement, denoting that they can search for elements using XPath or CSS selectors.
    See more

    Declaration

    Swift

    public class XMLDocument
    • The Queryable protocol is adopted by XMLDocument, HTMLDocument and XMLElement, denoting that they can search for elements using XPath or CSS selectors.
    See more

    Declaration

    Swift

    public class XMLElement : XMLNode
  • An enumerable set of XML nodes

    See more

    Declaration

    Swift

    public class NodeSet : SequenceType
  • Define a Swifty typealias for libxml’s node type enum

    See more

    Declaration

    Swift

    public typealias XMLNodeType = xmlElementType