ScalableXPathDocument Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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