|
| | QueryOutputWriter (XmlRawWriter writer, XmlWriterSettings settings) |
| |
| override void | WriteDocType (string name, string pubid, string sysid, string subset) |
| |
| override void | WriteStartElement (string prefix, string localName, string ns) |
| |
| override void | WriteStartAttribute (string prefix, string localName, string ns) |
| |
| override void | WriteEndAttribute () |
| |
| override void | WriteCData (string text) |
| |
| override void | WriteComment (string text) |
| |
| override void | WriteProcessingInstruction (string name, string text) |
| |
| override void | WriteWhitespace (string ws) |
| |
| override void | WriteString (string text) |
| |
| override void | WriteChars (char[] buffer, int index, int count) |
| |
| override void | WriteEntityRef (string name) |
| |
| override void | WriteCharEntity (char ch) |
| |
| override void | WriteSurrogateCharEntity (char lowChar, char highChar) |
| |
| override void | WriteRaw (char[] buffer, int index, int count) |
| |
| override void | WriteRaw (string data) |
| |
| override void | Close () |
| |
| override void | Flush () |
| |
| override void | WriteStartDocument () |
| |
| override void | WriteStartDocument (bool standalone) |
| |
| override void | WriteEndDocument () |
| |
| override void | WriteEndElement () |
| |
| override void | WriteFullEndElement () |
| |
| override void | WriteBase64 (byte[] buffer, int index, int count) |
| |
| override string | LookupPrefix (string ns) |
| |
| override void | WriteValue (string value) |
| |
| void | WriteAttributeString (string prefix, string localName, string ns, string value) |
| |
| virtual void | WriteBinHex (byte[] buffer, int index, int count) |
| |
| void | Dispose () |
| |
Definition at line 10 of file QueryOutputWriter.cs.