Mvp.Xml Library API Documentation
Syntax
| C# |
|---|
public class XPathDocumentWriter |
| Visual Basic (Declaration) |
|---|
Public Class XPathDocumentWriter |
| Visual C++ |
|---|
public ref class XPathDocumentWriter |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| XPathDocumentWriterXPathDocumentWriterNew | Overloaded. |
Public Methods
| Name | Description | |
|---|---|---|
| Close |
Closes the writer and retrieves the created XPathDocument.
| |
| Equals | (Inherited from Object.) | |
| Flush |
See Flush()().
(Inherited from XmlWrappingWriter.) | |
| 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 |
See LookupPrefix(String).
(Inherited from XmlWrappingWriter.) | |
| ToString | (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 | Overloaded. | |
| WriteBase64 | (Inherited from XmlWrappingWriter.) | |
| WriteBinHex | When overridden in a derived class, encodes the specified binary bytes as BinHex and writes out the resulting text. (Inherited from XmlWriter.) | |
| WriteCData |
See WriteCData(String).
(Inherited from XmlWrappingWriter.) | |
| WriteCharEntity | (Inherited from XmlWrappingWriter.) | |
| WriteChars | (Inherited from XmlWrappingWriter.) | |
| WriteComment |
See WriteComment(String).
(Inherited from XmlWrappingWriter.) | |
| WriteDocType | (Inherited from XmlWrappingWriter.) | |
| WriteElementString | Overloaded. | |
| WriteEndAttribute | (Inherited from XmlWrappingWriter.) | |
| WriteEndDocument |
See WriteEndDocument()().
(Inherited from XmlWrappingWriter.) | |
| WriteEndElement |
See WriteEndElement()().
(Inherited from XmlWrappingWriter.) | |
| WriteEntityRef | (Inherited from XmlWrappingWriter.) | |
| WriteFullEndElement | (Inherited from XmlWrappingWriter.) | |
| 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.) | |
| 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 | Overloaded. | |
| WriteProcessingInstruction | (Inherited from XmlWrappingWriter.) | |
| 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 | Overloaded. | |
| WriteStartAttribute | Overloaded. | |
| WriteStartDocument | Overloaded. | |
| WriteStartElement | Overloaded. | |
| WriteString |
See WriteString(String).
(Inherited from XmlWrappingWriter.) | |
| WriteSurrogateCharEntity | (Inherited from XmlWrappingWriter.) | |
| WriteValue | Overloaded. | |
| WriteWhitespace | (Inherited from XmlWrappingWriter.) |
Protected Methods
| Name | Description | |
|---|---|---|
| Dispose |
Never disposes the underlying writer as it's not
keeping in-memory state.
(Overrides XmlWrappingWriter..::Dispose(Boolean).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Public Properties
| Name | Description | |
|---|---|---|
| Settings |
See Settings.
(Inherited from XmlWrappingWriter.) | |
| WriteState |
Reports Start always,
as the underlying writer is always writing to
the XPathDocument directly.
(Overrides XmlWrappingWriter..::WriteState.) | |
| XmlLang |
See XmlLang.
(Inherited from XmlWrappingWriter.) | |
| XmlSpace |
See XmlSpace.
(Inherited from XmlWrappingWriter.) |
Protected Properties
| Name | Description | |
|---|---|---|
| BaseWriter |
Gets or sets the underlying writer this instance is wrapping.
(Inherited from XmlWrappingWriter.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IDisposable..::Dispose | (Inherited from XmlWriter.) |
See Also
Mvp.Xml.Common.XPath Namespace