Extensions
The following extensions are available globally.
-
- The
Queryableprotocol is adopted byXMLDocument,HTMLDocumentandXMLElement, denoting that they can search for elements using XPath or CSS selectors.
Declaration
Swift
public class XMLDocument - The
-
- The
Queryableprotocol is adopted byXMLDocument,HTMLDocumentandXMLElement, 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
Extensions Reference