XmlDocumentSchema.XmlDocumentSchema Constructor
.NET Framework 3.0
Creates an instance of the XmlDocumentSchema class using a specified XmlDocument and an XPath string.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public XmlDocumentSchema ( XmlDocument xmlDocument, String xPath )
public function XmlDocumentSchema ( xmlDocument : XmlDocument, xPath : String )
Not applicable.
Parameters
- xmlDocument
An instance of an XmlDocument object.
- xPath
An XPath string identifying the child nodes of the document root.
Community Additions
ADD
Show: