func nodes(forXPath : String) -> [XMLNode]
Returns the nodes resulting from executing an XPath query upon the receiver.
XPathクエリをレシーバ上で遂行する結果としてのノードを返します。
func objects(forXQuery : String) -> [Any]
Returns the objects resulting from executing an XQuery query upon the receiver.
XQueryクエリをレシーバ上で遂行する結果としてのオブジェクトを返します。
func objects(forXQuery : String, constants: [String : Any]?) -> [Any]
Returns the objects resulting from executing an XQuery query upon the receiver.
XQueryクエリをレシーバ上で遂行する結果としてのオブジェクトを返します。