C# 클래스 GlobalPhone.Nokogiri.Node

파일 보기 프로젝트 열기: GlobalPhone/GlobalPhone 1 사용 예제들

공개 메소드들

메소드 설명
Node ( XmlNode node ) : System
Search ( string selector ) : Node[]

this ( string id ) : string

비공개 메소드들

메소드 설명
GetNodesWithName ( XmlNode xmlNode, string selector ) : System.Xml.XmlNode[]
NodeOrNodes ( XmlNode node, string rest ) : object

메소드 상세

Node() 공개 메소드

public Node ( XmlNode node ) : System
node System.Xml.XmlNode
리턴 System

Search() 공개 메소드

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

this() 공개 메소드

public this ( string id ) : string
id string
리턴 string