ESRI.ArcGIS.ConversionTools
XMLSchemaValidator Constructor(Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ConversionTools Namespace > XMLSchemaValidator Class > XMLSchemaValidator Constructor : XMLSchemaValidator Constructor(Object,String)




source
The item whose metadata will be validated, or a stand-alone XML file that will be validated. (In, Required)
schemaurl
The XML Schema or XML DTD that describes the structure and content of a valid XML document. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal source As Object, _
   ByVal schemaurl As String _
)
Visual Basic (Usage)Copy Code
Dim source As Object
Dim schemaurl As String
 
Dim instance As XMLSchemaValidator(source, schemaurl)
C# 
public XMLSchemaValidator( 
   object source,
   string schemaurl
)

Parameters

source
The item whose metadata will be validated, or a stand-alone XML file that will be validated. (In, Required)
schemaurl
The XML Schema or XML DTD that describes the structure and content of a valid XML document. (In, Required)

See Also

© 2010 All Rights Reserved.