Click or drag to resize
IXmlQueryProcessorquery Method

[Missing <summary> documentation for "M:DXMLBase.IXmlQueryProcessor.query(System.Xml.XmlDocument)"]

Namespace: DXMLBase
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
XmlDocument query(
	XmlDocument doc
)

Parameters

doc
Type: System.XmlXmlDocument

[Missing <param name="doc"/> documentation for "M:DXMLBase.IXmlQueryProcessor.query(System.Xml.XmlDocument)"]

Return Value

Type: XmlDocument
the results of the query
See Also