| | Name | Description |
 | Clear |
Clears the internal state of
XmlFastInfosetWriter.
|
 | Close | Overridden.
Changes the
WriteState
to Closed.
|
  | Create | Overloaded.
Creates a new
XmlWriter
instance for writing Fast Infoset encoded XML into the specified stream.
|
 | Flush | Overridden.
Flushes whatever is in the buffer into the underlying stream and flushes the
underlying stream.
|
 | Init | Overloaded.
Initializes an instance of the
XmlFastInfosetWriter
class preparing to write into the specified stream.
|
 | LookupPrefix | Overridden.
Returns the closest prefix defined in the current namespace scope for the namespace URI
|
 | SetVocabulary | |
 | WriteAttributes | (Inherited from System.Xml.XmlWriter) |
 | WriteAttributeString | Overloaded. (Inherited from System.Xml.XmlWriter) |
 | WriteBase64 | Overridden.
Encodes the binary bytes using Fast Infoset's binary encoding of Base64 values
and writes the result at the current position in the content.
|
 | WriteBinHex | Overridden.
Encodes the binary bytes using Fast Infoset's binary encoding of hexadecimal
values and writes the result at the current position in the content.
|
 | WriteCData | Overridden. Writes out a block containing the specified text. |
 | WriteCharEntity | Overridden.
Forces the generation of a character entity for the specified Unicode character value.
|
 | WriteChars | Overridden.
Writes text one buffer at a time.
|
 | WriteComment | Overridden.
Writes out a comment containing the specified text.
|
 | WriteDocType | Overridden.
This method is not supported and always throws a
NotSupportedException.
|
 | WriteElementData | Overloaded. Writes an element containing a single value. |
 | WriteElementString | Overloaded. (Inherited from System.Xml.XmlWriter) |
 | WriteEndAttribute | Overridden.
Closes the previous
WriteStartAttribute call.
|
 | WriteEndDocument | Overridden.
Closes any open elements or attributes and changes the
WriteState
to Start.
|
 | WriteEndElement | Overridden.
Closes one element and pops the corresponding namespace scope.
|
 | WriteEntityRef | Overridden.
This method is not supported and always throws a
NotSupportedException.
|
 | WriteFullEndElement | Overridden.
Closes one element and pops the corresponding namespace scope.
|
 | WriteName | Overridden.
Writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation.
|
 | WriteNmToken | Overridden.
Writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation.
|
 | WriteNode | Overloaded. (Inherited from System.Xml.XmlWriter) |
 | WriteProcessingInstruction | Overridden. Writes out a processing instruction. |
 | WriteQualifiedName | Overridden.
Writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace.
|
 | WriteRaw | Overloaded. Overridden. This method is not supported. |
 | WriteStartAttribute | Overloaded. Overridden.
Writes the start of an attribute.
|
 | WriteStartDocument | Overloaded. Overridden.
Writes the XML declaration with the version "1.0".
|
 | WriteStartElement | Overloaded. Overridden.
Writes the specified start tag.
|
 | WriteString | Overridden.
Writes the given text content.
|
 | WriteSurrogateCharEntity | Overridden. Writes a Unicode surrogate char pair. |
 | WriteValue | Overloaded. Overridden. Writes a single or multiple simple-typed values. |
 | WriteWhitespace | Overridden.
Writes out the given white space.
|
 | WriteXmlnsAttribute | |