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




source
The item whose metadata will be converted, or a stand-alone XML file that will be converted. (In, Required)
xslt
An W3C-compliant XSLT 1.0 stylesheet file that defines the transformation that will be performed. (In, Required)
output
A file that will be created containing the converted metadata. (Out, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal source As Object, _
   ByVal xslt As Object, _
   ByVal output As Object _
)
Visual Basic (Usage)Copy Code
Dim source As Object
Dim xslt As Object
Dim output As Object
 
Dim instance As XSLTransform(source, xslt, output)
C# 
public XSLTransform( 
   object source,
   object xslt,
   object output
)

Parameters

source
The item whose metadata will be converted, or a stand-alone XML file that will be converted. (In, Required)
xslt
An W3C-compliant XSLT 1.0 stylesheet file that defines the transformation that will be performed. (In, Required)
output
A file that will be created containing the converted metadata. (Out, Required)

See Also

© 2010 All Rights Reserved.