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

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

Méthodes publiques

Méthode 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 méthode

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

StartTree() public méthode

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
Résultat System.Xml.XmlRawWriter

WriteItem() public méthode

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

XmlCachedSequenceWriter() public méthode

Constructor.
public XmlCachedSequenceWriter ( ) : System
Résultat System