Windward Engine API Reference
SaxonDataSourceImpl Constructor(Stream,Stream)
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > SaxonDataSourceImpl Class > SaxonDataSourceImpl Constructor : SaxonDataSourceImpl Constructor(Stream,Stream)




xml
schema

Glossary Item Box

Creates an xpath 2.0 datasource with a schema

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal xml As Stream, _
   ByVal schema As Stream _
)
Visual Basic (Usage)Copy Code
Dim xml As Stream
Dim schema As Stream
 
Dim instance As New SaxonDataSourceImpl(xml, schema)
C# 
public SaxonDataSourceImpl( 
   Stream xml,
   Stream schema
)
Managed Extensions for C++ 
public: SaxonDataSourceImpl( 
   Stream* xml,
   Stream* schema
)
C++/CLI 
public:
SaxonDataSourceImpl( 
   Stream^ xml,
   Stream^ schema
)

Parameters

xml
schema

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.