This documentation is archived and is not being maintained.
XmlQueryOutput Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents an XmlWriter that provides additional functionality that is required for outputting the results of XSLT transformations.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
The XmlQueryOutput type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Settings | Gets the XmlWriterSettings object used to create this XmlWriter instance. (Inherited from XmlWriter.) |
![]() | WriteState | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteState.) |
![]() | XmlLang | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::XmlLang.) |
![]() | XmlSpace | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::XmlSpace.) |
| Name | Description | |
|---|---|---|
![]() | Close | Infrastructure. This method is implemented as empty and does nothing. (Overrides XmlWriter::Close().) |
![]() | Dispose(Boolean) | Releases the unmanaged resources used by the XmlWriter and optionally releases the managed resources. (Inherited from XmlWriter.) |
![]() | EndCopy | Infrastructure. Ends the shallow copy of the navigator's current node. This method should only be called for element and document nodes. |
![]() | EndTree | Infrastructure. Writes the end of the tree. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | Flush | Infrastructure. This method is implemented as empty and does nothing. (Overrides XmlWriter::Flush().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | LookupPrefix | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::LookupPrefix(String).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | StartCopy | Infrastructure. Begins the shallow copy of the navigator's current node to output. |
![]() | StartElementContentUnchecked | Infrastructure. Called after an element's attributes have been enumerated, but before any children have been enumerated. Well-formedness is assumed, so no additional checks are performed. |
![]() | StartTree | Infrastructure. Starts the construction of a new tree. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WriteAttributes | When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader. (Inherited from XmlWriter.) |
![]() | WriteAttributeString(String, String) | When overridden in a derived class, writes out the attribute with the specified local name and value. (Inherited from XmlWriter.) |
![]() | WriteAttributeString(String, String, String) | When overridden in a derived class, writes an attribute with the specified local name, namespace URI, and value. (Inherited from XmlWriter.) |
![]() | WriteAttributeString(String, String, String, String) | When overridden in a derived class, writes out the attribute with the specified prefix, local name, namespace URI, and value. (Inherited from XmlWriter.) |
![]() | WriteBase64 | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteBase64(array<Byte>, Int32, Int32).) |
![]() | WriteBinHex | When overridden in a derived class, encodes the specified binary bytes as BinHex and writes out the resulting text. (Inherited from XmlWriter.) |
![]() | WriteCData | Infrastructure. Empty implementation that does nothing. (Overrides XmlWriter::WriteCData(String).) |
![]() | WriteCharEntity | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteCharEntity(Char).) |
![]() | WriteChars | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteChars(array<Char>, Int32, Int32).) |
![]() | WriteComment | Infrastructure. Writes the comment. The method does not verify well-formedness. Other methods called by this one do the necessary checks. (Overrides XmlWriter::WriteComment(String).) |
![]() | WriteCommentString | Infrastructure. Cache the comment's string. |
![]() | WriteDocType | Infrastructure. Throws NotSupportedException. Should never be called. (Overrides XmlWriter::WriteDocType(String, String, String, String).) |
![]() | WriteElementString(String, String) | Writes an element with the specified local name and value. (Inherited from XmlWriter.) |
![]() | WriteElementString(String, String, String) | Writes an element with the specified local name, namespace URI, and value. (Inherited from XmlWriter.) |
![]() | WriteElementString(String, String, String, String) | Writes an element with the specified local name, namespace URI, and value. (Inherited from XmlWriter.) |
![]() | WriteEndAttribute | Infrastructure. Checks the attribute for well-formedness and writes the end of the attribute. (Overrides XmlWriter::WriteEndAttribute().) |
![]() | WriteEndAttributeUnchecked | Infrastructure. Writes the end of the attribute. There is an assumption of well-formedness, so no additional checks are performed. |
![]() | WriteEndComment | Infrastructure. Checks the comment for well-formedness and writes the end of the comment. |
![]() | WriteEndDocument | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteEndDocument().) |
![]() | WriteEndElement | Infrastructure. Checks the element for well-formedness and writes the end of the element. (Overrides XmlWriter::WriteEndElement().) |
![]() | WriteEndElementUnchecked(String) | Infrastructure. Writes the end of the element with local name. Well-formedness is assumed, so no additional checks are performed. |
![]() | WriteEndElementUnchecked(String, String, String) | Infrastructure. Writes the end of the element with prefix, local name, and namespace. No checks are performed. |
![]() | WriteEndNamespace | Infrastructure. Checks the namespace for well-formedness and writes the namespace. |
![]() | WriteEndProcessingInstruction | Infrastructure. Checks the processing instruction for well-formedness and writes the processing instruction. |
![]() | WriteEndRoot | Infrastructure. Writes the end of the root of the tree and resets the state. |
![]() | WriteEntityRef | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteEntityRef(String).) |
![]() | WriteFullEndElement | Infrastructure. Checks the element for well-formedness before writing the end of the element. (Overrides XmlWriter::WriteFullEndElement().) |
![]() | WriteItem | Infrastructure. Write an item to output. If currently constructing an Xml tree, then the item is always copied. At the top-level, the item's identity is preserved unless it is an atomic value. |
![]() | WriteName | When overridden in a derived class, writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name). (Inherited from XmlWriter.) |
![]() | WriteNamespaceDeclaration | Infrastructure. Checks the namespace declaration for well-formedness and writes the namespace declaration. |
![]() | WriteNamespaceDeclarationUnchecked | Infrastructure. Adds a new namespace declaration - xmlns:prefix="ns" - to the set of in-scope declarations. This method does not perform any additional checks. |
![]() | WriteNamespaceString | Infrastructure. Caches the namespace's text. |
![]() | WriteNmToken | When overridden in a derived class, writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name). (Inherited from XmlWriter.) |
![]() | WriteNode(XmlReader, Boolean) | When overridden in a derived class, copies everything from the reader to the writer and moves the reader to the start of the next sibling. (Inherited from XmlWriter.) |
![]() | WriteNode(XPathNavigator, Boolean) | Copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged. (Inherited from XmlWriter.) |
![]() | WriteProcessingInstruction | Infrastructure. Writes the processing instruction. No checks for well-formedness are done by this method; the called methods do checks if needed. (Overrides XmlWriter::WriteProcessingInstruction(String, String).) |
![]() | WriteProcessingInstructionString | Infrastructure. Caches the processing instruction's text. |
![]() | WriteQualifiedName | When overridden in a derived class, writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace. (Inherited from XmlWriter.) |
![]() | WriteRaw(String) | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteRaw(String).) |
![]() | WriteRaw(array<Char>, Int32, Int32) | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteRaw(array<Char>, Int32, Int32).) |
![]() | WriteRawUnchecked | Infrastructure. Writes a text block without escaping special characters. |
![]() | WriteStartAttribute(String) | Writes the start of an attribute with the specified local name. (Inherited from XmlWriter.) |
![]() | WriteStartAttribute(String, String) | Writes the start of an attribute with the specified local name and namespace URI. (Inherited from XmlWriter.) |
![]() | WriteStartAttribute(String, String, String) | Infrastructure. Checks the attribute for well-formedness before writing the start of the attribute. (Overrides XmlWriter::WriteStartAttribute(String, String, String).) |
![]() | WriteStartAttributeComputed(XmlQualifiedName) | Infrastructure. Writes an attribute with a name that is computed from a prefix:localName tag name and a set of prefix mappings. |
![]() | WriteStartAttributeComputed(XPathNavigator) | Infrastructure. Writes an attribute with a name that is computed from a prefix:localName tag name and a set of prefix mappings. |
![]() | WriteStartAttributeComputed(String, Int32) | Infrastructure. Writes an attribute with a name that is computed from a prefix:localName tag name and a set of prefix mappings. |
![]() | WriteStartAttributeComputed(String, String) | Infrastructure. Writes an attribute with a name that is computed from a "prefix:localName" tag name and a set of prefix mappings. |
![]() | WriteStartAttributeLocalName | Infrastructure. Writes the start of the attribute with an empty prefix, namespace, and null schema type. |
![]() | WriteStartAttributeUnchecked(String) | Infrastructure. Writes the start of the attribute with local name. |
![]() | WriteStartAttributeUnchecked(String, String, String) | Infrastructure. Writes the start of the attribute with prefix, local name and ns without checks for well-formedness. |
![]() | WriteStartComment | Infrastructure. Checks the start of the comment for well-formedness and writes the start of the comment. |
![]() | WriteStartDocument() | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteStartDocument().) |
![]() | WriteStartDocument(Boolean) | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteStartDocument(Boolean).) |
![]() | WriteStartElement(String) | When overridden in a derived class, writes out a start tag with the specified local name. (Inherited from XmlWriter.) |
![]() | WriteStartElement(String, String) | When overridden in a derived class, writes the specified start tag and associates it with the given namespace. (Inherited from XmlWriter.) |
![]() | WriteStartElement(String, String, String) | Infrastructure. Writes start element after checks that ensure well-formedness. (Overrides XmlWriter::WriteStartElement(String, String, String).) |
![]() | WriteStartElementComputed(XmlQualifiedName) | Infrastructure. Writes an element with a name that is computed from a prefix:localName tag name and a set of prefix mappings. |
![]() | WriteStartElementComputed(XPathNavigator) | Infrastructure. Writes an element with a name that is computed from a prefix:localName tag name and a set of prefix mappings. |
![]() | WriteStartElementComputed(String, Int32) | Infrastructure. Writes an element with a name that is computed from a prefix:localName tag name and a set of prefix mappings. |
![]() | WriteStartElementComputed(String, String) | Infrastructure. Writes an element with a name that is computed from a prefix:localName tag name and a set of prefix mappings. |
![]() | WriteStartElementLocalName | Infrastructure. Writes the local name with an empty prefix and namespace. |
![]() | WriteStartElementUnchecked(String) | Infrastructure. Writes the start of an element. There is an assumption of well-formedness, so no additional checks are performed. |
![]() | WriteStartElementUnchecked(String, String, String) | Infrastructure. Writes an element with a name that is computed from a prefix:localName tag name and a set of prefix mappings. |
![]() | WriteStartNamespace | Infrastructure. Checks for well-formedness and writes the start of the namespace. |
![]() | WriteStartProcessingInstruction | Infrastructure. Checks the comment for well-formedness and writes the start of the processing instruction. |
![]() | WriteStartRoot | Infrastructure. Checks the root of the tree for well-formedness and writes the root of the tree. |
![]() | WriteString | Infrastructure. Checks the string for well-formedness and writes text. (Overrides XmlWriter::WriteString(String).) |
![]() | WriteStringUnchecked | Infrastructure. Writes text. Well-formedness is assumed, so no checks are performed. |
![]() | WriteSurrogateCharEntity | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteSurrogateCharEntity(Char, Char).) |
![]() | WriteValue(Boolean) | Writes a Boolean value. (Inherited from XmlWriter.) |
![]() | WriteValue(DateTime) | Writes a DateTime value. (Inherited from XmlWriter.) |
![]() | WriteValue(Decimal) | Writes a Decimal value. (Inherited from XmlWriter.) |
![]() | WriteValue(Double) | Writes a Double value. (Inherited from XmlWriter.) |
![]() | WriteValue(Int32) | Writes a Int32 value. (Inherited from XmlWriter.) |
![]() | WriteValue(Int64) | Writes a Int64 value. (Inherited from XmlWriter.) |
![]() | WriteValue(Object) | Writes the object value. (Inherited from XmlWriter.) |
![]() | WriteValue(Single) | Writes a single-precision floating-point number. (Inherited from XmlWriter.) |
![]() | WriteValue(String) | Writes a String value. (Inherited from XmlWriter.) |
![]() | WriteWhitespace | Infrastructure. Throws NotSupportedException. (Overrides XmlWriter::WriteWhitespace(String).) |
![]() | XsltCopyOf | Infrastructure. Copies a node by value to output according to the following Xslt rules: identity is never preserved, if the item is an Rtf, preserve serialization hints when copying, and if the item is a root node, copy the children of the root. |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose | For a description of this member, see IDisposable::Dispose. (Inherited from XmlWriter.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
