|
void | SetOutput (Stream stream, bool includeComments, string[] inclusivePrefixes) |
|
void | Flush () |
|
void | Close () |
|
void | WriteDeclaration () |
|
void | WriteComment (string value) |
|
void | WriteStartElement (string prefix, string localName) |
|
void | WriteStartElement (byte[] prefixBuffer, int prefixOffset, int prefixLength, byte[] localNameBuffer, int localNameOffset, int localNameLength) |
|
void | WriteEndStartElement (bool isEmpty) |
|
void | WriteEndElement (string prefix, string localName) |
|
void | WriteXmlnsAttribute (string prefix, string ns) |
|
void | WriteXmlnsAttribute (byte[] prefixBuffer, int prefixOffset, int prefixLength, byte[] nsBuffer, int nsOffset, int nsLength) |
|
void | WriteStartAttribute (string prefix, string localName) |
|
void | WriteStartAttribute (byte[] prefixBuffer, int prefixOffset, int prefixLength, byte[] localNameBuffer, int localNameOffset, int localNameLength) |
|
void | WriteEndAttribute () |
|
void | WriteCharEntity (int ch) |
|
void | WriteEscapedText (string value) |
|
void | WriteEscapedText (byte[] chars, int offset, int count) |
|
void | WriteEscapedText (char[] chars, int offset, int count) |
|
void | WriteText (int ch) |
|
void | WriteText (byte[] chars, int offset, int count) |
|
void | WriteText (string value) |
|
void | WriteText (char[] chars, int offset, int count) |
|
Definition at line 10 of file XmlCanonicalWriter.cs.