The following tables list the members exposed by XmlFastInfosetWriter.
| Name | Description | |
|---|---|---|
| XmlFastInfosetWriter Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
| AttributeStringsIndexed | Returns the number of the attribute value strings indexed in FastInfoset vocabulary. | |
| ContentStringsIndexed | Returns the number of the element content strings indexed in FastInfoset vocabulary. | |
| IgnoreComments | Gets and sets whether this writer should ignore calls to the WriteComment method. | |
| IgnoreProcessingInstructions | Gets and sets whether this writer should ignore calls to the WriteProcessingInstruction method. | |
| MaxVocabularyStringIndex | Gets and sets the maximum number of strings that may be added to the vocabulary. | |
| MaxVocabularyStringLength | Gets and sets the maximum number of characters that a string value may contain in order to be added to the vocabulary. | |
| OtherStringsIndexed | Returns the number of the comment and Processing Instruction value strings indexed in FastInfoset vocabulary. | |
| Profile | XmlFastInfosetWriterProfile that defines the way how primitive data-type are going to be serialized. | |
| Settings | Overridden. Gets the XmlWriterSettings object used to create this XmlWriter instance. | |
| WriteState | Overridden. Gets the state of the writer. | |
| XmlLang | Overridden. Gets the current xml:lang scope. | |
| XmlSpace | Overridden. Gets an XmlSpace representing the current xml:space scope. |
| 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 | Sets the vocabulary to be used when writing a Fast Infoset document. | |
| 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 <![CDATA[...]]> 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.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. | |
| WriteGuid | Writes GUID value. | |
| 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 | Writes a namespace declaration attribute. |
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from System.Xml.XmlWriter) |