C# Class GlobalPhone.Nokogiri.Node

Mostrar archivo Open project: GlobalPhone/GlobalPhone Class Usage Examples

Public Methods

Method Description
Node ( XmlNode node ) : System
Search ( string selector ) : Node[]

this ( string id ) : string

Private Methods

Method Description
GetNodesWithName ( XmlNode xmlNode, string selector ) : System.Xml.XmlNode[]
NodeOrNodes ( XmlNode node, string rest ) : object

Method Details

Node() public method

public Node ( XmlNode node ) : System
node System.Xml.XmlNode
return System

Search() public method

public Search ( string selector ) : Node[]
selector string xpath or css
return Node[]

this() public method

public this ( string id ) : string
id string
return string