Click or drag to resize

XmlFragmentReader Constructor

Overload List
  NameDescription
Public methodXmlFragmentReader(String, XmlReader)
Instantiates the reader using the given rootElementName for the virtual root node.
Public methodXmlFragmentReader(XmlQualifiedName, XmlReader)
Instantiates the reader using the given rootName for the virtual root node.
Public methodXmlFragmentReader(String, String, XmlReader)
Instantiates the reader using the given rootElementName and rootXmlNamespace for the virtual root node.
Top
See Also