C# Class System.Xml.Xsl.Runtime.XmlCachedSequenceWriter

An implementation of XmlSequenceWriter that builds a cached XPath/XQuery sequence.
Inheritance: XmlSequenceWriter
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

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.

XmlCachedSequenceWriter ( ) : System

Constructor.

Method Details

EndTree() public method

End construction of a new Xml tree (document or fragment).
public EndTree ( ) : void
return void

StartTree() public method

Start construction of a new Xml tree (document or fragment).
public StartTree ( XPathNodeType rootType, IXmlNamespaceResolver nsResolver, XmlNameTable nameTable ) : XmlRawWriter
rootType XPathNodeType
nsResolver IXmlNamespaceResolver
nameTable System.Xml.XmlNameTable
return System.Xml.XmlRawWriter

WriteItem() public method

Write a top-level item by reference.
public WriteItem ( XPathItem item ) : void
item System.Xml.XPath.XPathItem
return void

XmlCachedSequenceWriter() public method

Constructor.
public XmlCachedSequenceWriter ( ) : System
return System