Method | Description | |
---|---|---|
Close ( ) : |
Closes the writer and retrieves the created XPathDocument.
|
|
WriteStartElement ( string prefix, string localName, string ns ) : void |
See XmlWriter.WriteStartElement(string, string, string).
|
|
XPathDocumentWriter ( string baseUri ) : System |
Initializes a new instance of XPathDocumentWriter using the given baseUri.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Never disposes the underlying writer as it's not keeping in-memory state. This override also avoids an exception that is thrown otherwise by the base System.Xml.XmlRawWriter being used internally. |
Method | Description | |
---|---|---|
CreateDocument ( ) : |
||
GetWriter ( |
||
XPathDocumentWriter ( ) : System |
public WriteStartElement ( string prefix, string localName, string ns ) : void | ||
prefix | string | |
localName | string | |
ns | string | |
return | void |
public XPathDocumentWriter ( string baseUri ) : System | ||
baseUri | string | Base URI to used to construct the |
return | System |