ScalableXPathDocument Constructors

Definition

Overloads

ScalableXPathDocument(XmlReader)
ScalableXPathDocument(XmlReader, Boolean)

ScalableXPathDocument(XmlReader)

public:
 ScalableXPathDocument(System::Xml::XmlReader ^ reader);
public ScalableXPathDocument (System.Xml.XmlReader reader);
new Microsoft.BizTalk.ScalableTransformation.ScalableXPathDocument : System.Xml.XmlReader -> Microsoft.BizTalk.ScalableTransformation.ScalableXPathDocument
Public Sub New (reader As XmlReader)

Parameters

reader
XmlReader

Applies to

ScalableXPathDocument(XmlReader, Boolean)

public:
 ScalableXPathDocument(System::Xml::XmlReader ^ reader, bool whitespaceCorrect);
public ScalableXPathDocument (System.Xml.XmlReader reader, bool whitespaceCorrect);
new Microsoft.BizTalk.ScalableTransformation.ScalableXPathDocument : System.Xml.XmlReader * bool -> Microsoft.BizTalk.ScalableTransformation.ScalableXPathDocument
Public Sub New (reader As XmlReader, whitespaceCorrect As Boolean)

Parameters

reader
XmlReader
whitespaceCorrect
Boolean

Applies to