XMLNode
public class XMLNodeBase class for all XML nodes
- 
                  
                  The document containing the element. DeclarationSwift public unowned let document: XMLDocument
- 
                  
                  The type of the XMLNode DeclarationSwift public var type: XMLNodeType
- 
                  
                  The element’s line number. DeclarationSwift public private(set) lazy var lineNumber: Int =
- 
                  
                  The element’s parent element. DeclarationSwift public private(set) lazy var parent: XMLElement? =
- 
                  
                  The element’s next sibling. DeclarationSwift public private(set) lazy var previousSibling: XMLElement? =
- 
                  
                  The element’s previous sibling. DeclarationSwift public private(set) lazy var nextSibling: XMLElement? =
- 
                  
                  A string representation of the element’s value. DeclarationSwift public private(set) lazy var stringValue : String =
- 
                  
                  The raw XML string of the element. DeclarationSwift public private(set) lazy var rawXML: String =
- 
                  
                  Convert this node to XMLElement if it is an element node DeclarationSwift public func toElement() -> XMLElement?
 XMLNode Class Reference
        XMLNode Class Reference