| Noemax.FastInfoset Namespace : XmlFastInfosetWriter Class |
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. |
![]() | MinVocabularyStringLength | Gets and sets the minimum number of characters that a string value must 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. |
![]() | Vocabulary | Sets and gets the vocabulary to be use when writing the Fast Infoset document. |
![]() | 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. |
![]() | Dispose | Overloaded. Overridden. |
![]() | Flush | Overridden. Flushes whatever is in the buffer into the underlying stream and flushes the underlying stream. |
![]() | FlushAsync | (Inherited from System.Xml.XmlWriter) |
![]() | 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. |
![]() | WriteAttributes | (Inherited from System.Xml.XmlWriter) |
![]() | WriteAttributesAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteAttributeString | Overloaded. (Inherited from System.Xml.XmlWriter) |
![]() | WriteAttributeStringAsync | (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. |
![]() | WriteBase64Async | (Inherited from System.Xml.XmlWriter) |
![]() | 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. |
![]() | WriteBinHexAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteCData | Overridden. Writes out a <![CDATA[...]]> block containing the specified text. |
![]() | WriteCDataAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteCharEntity | Overridden. Forces the generation of a character entity for the specified Unicode character value. |
![]() | WriteCharEntityAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteChars | Overridden. Writes text one buffer at a time. |
![]() | WriteCharsAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteComment | Overridden. Writes out a comment containing the specified text. |
![]() | WriteCommentAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteDocType | Overridden. This method is not supported and always throws a NotSupportedException. |
![]() | WriteDocTypeAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteElementData | Overloaded. Writes an element containing a single value. |
![]() | WriteElementString | Overloaded. (Inherited from System.Xml.XmlWriter) |
![]() | WriteElementStringAsync | (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. |
![]() | WriteEndDocumentAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteEndElement | Overridden. Closes one element and pops the corresponding namespace scope. |
![]() | WriteEndElementAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteEntityRef | Overridden. This method is not supported and always throws a NotSupportedException. |
![]() | WriteEntityRefAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteFullEndElement | Overridden. Closes one element and pops the corresponding namespace scope. |
![]() | WriteFullEndElementAsync | (Inherited from System.Xml.XmlWriter) |
![]() | 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. |
![]() | WriteNameAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteNmToken | Overridden. Writes out the specified name, ensuring it is a valid NmToken according to the W3C XML 1.0 recommendation. |
![]() | WriteNmTokenAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteNode | Overloaded. (Inherited from System.Xml.XmlWriter) |
![]() | WriteNodeAsync | Overloaded. (Inherited from System.Xml.XmlWriter) |
![]() | WriteProcessingInstruction | Overridden. Writes out a processing instruction. |
![]() | WriteProcessingInstructionAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteQualifiedName | Overridden. Writes out the namespace-qualified name. This method looks up the prefix that is in scope for the given namespace. |
![]() | WriteQualifiedNameAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteRaw | Overloaded. Overridden. This method is not supported. |
![]() | WriteRawAsync | Overloaded. (Inherited from System.Xml.XmlWriter) |
![]() | WriteStartAttribute | Overloaded. Overridden. Writes the start of an attribute. |
![]() | WriteStartDocument | Overloaded. Overridden. Writes the XML declaration with the version "1.0". |
![]() | WriteStartDocumentAsync | Overloaded. (Inherited from System.Xml.XmlWriter) |
![]() | WriteStartElement | Overloaded. Overridden. Writes the specified start tag. |
![]() | WriteStartElementAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteString | Overridden. Writes the given text content. |
![]() | WriteStringAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteSurrogateCharEntity | Overridden. Writes a Unicode surrogate char pair. |
![]() | WriteSurrogateCharEntityAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteValue | Overloaded. Overridden. Writes a single or multiple simple-typed values. |
![]() | WriteWhitespace | Overridden. Writes out the given white space. |
![]() | WriteWhitespaceAsync | (Inherited from System.Xml.XmlWriter) |
![]() | WriteXmlnsAttribute | Writes a namespace declaration attribute. |