Method | Description | |
---|---|---|
EndTree ( ) : void |
End construction of a new Xml tree (document or fragment).
|
|
StartTree ( XPathNodeType rootType, IXmlNamespaceResolver nsResolver, XmlNameTable nameTable ) : XmlRawWriter |
Start construction of a new Xml tree (document or fragment).
|
|
WriteItem ( XPathItem item ) : void |
Write a top-level item by reference.
|
|
XmlMergeSequenceWriter ( XmlRawWriter xwrt ) : System |
Constructor.
|
Method | Description | |
---|---|---|
CopyNamespaces ( |
Copy all or some (which depends on nsScope) of the namespaces on the navigator's current node to the raw writer.
|
|
CopyNode ( |
Copy the navigator subtree to the raw writer.
|
|
CopyShallowNode ( XPathNavigator nav ) : bool |
Begin shallow copy of the specified node to the writer. Returns true if the node might have content.
|
|
WriteString ( string value ) : void |
Write the string value of a top-level atomic value.
|
public StartTree ( XPathNodeType rootType, IXmlNamespaceResolver nsResolver, XmlNameTable nameTable ) : XmlRawWriter | ||
rootType | XPathNodeType | |
nsResolver | IXmlNamespaceResolver | |
nameTable | XmlNameTable | |
return | XmlRawWriter |
public XmlMergeSequenceWriter ( XmlRawWriter xwrt ) : System | ||
xwrt | XmlRawWriter | |
return | System |