C# Class exo_jcr.webdav.csclient.Search.XPathQuery

Inheritance: DavQuery
ファイルを表示 Open project: exodev/jcr-msofficeplugin

Public Methods

Method Description
XPathQuery ( ) : System
setQuery ( String query ) : void
toXml ( XmlTextWriter writer ) : void

Method Details

XPathQuery() public method

public XPathQuery ( ) : System
return System

setQuery() public method

public setQuery ( String query ) : void
query String
return void

toXml() public method

public toXml ( XmlTextWriter writer ) : void
writer System.Xml.XmlTextWriter
return void