Contents

kind

Returns the kind of node the receiver is as a constant of type Kind Swift.enum.

Declaration

var kind: XMLNode.Kind { get }

Discussion

NSXMLNode objects can represent documents, elements, attributes, namespaces, text, processing instructions, comments, document type declarations, and specific declarations within DTDs. See Constants for a list of valid NSXMLNodeKind constants

See Also

Related Documentation

Managing XML Node Objects