Extensions
The following extensions are available globally.
-
- The
Queryable
protocol is adopted byXMLDocument
,HTMLDocument
andXMLElement
, denoting that they can search for elements using XPath or CSS selectors.
Declaration
Swift
public class XMLDocument
- The
-
- The
Queryable
protocol is adopted byXMLDocument
,HTMLDocument
andXMLElement
, denoting that they can search for elements using XPath or CSS selectors.
Declaration
Swift
public class XMLElement : XMLNode
- The
-
An enumerable set of XML nodes
See moreDeclaration
Swift
public class NodeSet : SequenceType
-
Define a Swifty typealias for libxml’s node type enum
See moreDeclaration
Swift
public typealias XMLNodeType = xmlElementType