_atomizeNames | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_base64Encoder | System.Xml.XmlRawWriter | protected |
_doc | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_elemIdMap | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_elemNameIndex | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_idAttrName | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_idxNmsp | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_idxParent | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_idxSibling | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_infoTable | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_lineInfo | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_lineNumBase | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_linePosBase | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_nameTable | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_nmspPageFact | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_nodePageFact | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_pageNmsp | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_pageParent | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_pageSibling | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_resolver | System.Xml.XmlRawWriter | protected |
_stkNmsp | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_textBldr | MS.Internal.Xml.Cache.XPathDocumentBuilder | private |
_writeNodeBuffer | System.Xml.XmlWriter | private |
AddSibling(XPathNodeType xptyp, string localName, string namespaceUri, string prefix, string baseUri) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlineprivate |
CachedTextNode() | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlineprivate |
Close() | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlinevirtual |
System::Xml::XmlRawWriter.Close(WriteState currentState) | System.Xml.XmlRawWriter | inlinepackagevirtual |
ComputeLineInfo(bool isTextNode, out int lineNumOffset, out int linePosOffset) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlineprivate |
Create(string outputFileName) | System.Xml.XmlWriter | inlinestatic |
Create(string outputFileName, XmlWriterSettings? settings) | System.Xml.XmlWriter | inlinestatic |
Create(Stream output) | System.Xml.XmlWriter | inlinestatic |
Create(Stream output, XmlWriterSettings? settings) | System.Xml.XmlWriter | inlinestatic |
Create(TextWriter output) | System.Xml.XmlWriter | inlinestatic |
Create(TextWriter output, XmlWriterSettings? settings) | System.Xml.XmlWriter | inlinestatic |
Create(StringBuilder output) | System.Xml.XmlWriter | inlinestatic |
Create(StringBuilder output, XmlWriterSettings? settings) | System.Xml.XmlWriter | inlinestatic |
Create(XmlWriter output) | System.Xml.XmlWriter | inlinestatic |
Create(XmlWriter output, XmlWriterSettings? settings) | System.Xml.XmlWriter | inlinestatic |
CreateIdTables(IDtdInfo dtdInfo) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
Dispose() | System.Xml.XmlWriter | inline |
Dispose(bool disposing) | System.Xml.XmlWriter | inlineprotectedvirtual |
DisposeAsync() | System.Xml.XmlWriter | inline |
DisposeAsyncCore(WriteState currentState) | System.Xml.XmlRawWriter | inlinepackagevirtual |
System::Xml::XmlWriter.DisposeAsyncCore() | System.Xml.XmlWriter | inlineprotectedvirtual |
Flush() | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
FlushAsync() | System.Xml.XmlWriter | inlinevirtual |
Initialize(XPathDocument doc, IXmlLineInfo lineInfo, string baseUri, XPathDocument.LoadFlags flags) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
LinkSimilarElements(XPathNode[] pagePrev, int idxPrev, XPathNode[] pageNext, int idxNext) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlineprivate |
LookupPrefix(string ns) | System.Xml.XmlRawWriter | inline |
NamespaceResolver | System.Xml.XmlRawWriter | package |
NewNamespaceNode(out XPathNode[] page, string prefix, string namespaceUri, XPathNode[] pageElem, int idxElem) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlineprivate |
NewNode(out XPathNode[] page, XPathNodeType xptyp, string localName, string namespaceUri, string prefix, string baseUri) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlineprivate |
OnRootElement(ConformanceLevel conformanceLevel) | System.Xml.XmlRawWriter | inlinepackagevirtual |
Settings | System.Xml.XmlWriter | |
StartElementContent() | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlinepackage |
SupportsNamespaceDeclarationInChunks | System.Xml.XmlRawWriter | package |
WriteAttributes(XmlReader reader, bool defattr) | System.Xml.XmlRawWriter | inlinevirtual |
WriteAttributesAsync(XmlReader reader, bool defattr) | System.Xml.XmlRawWriter | inlinevirtual |
WriteAttributeString(string localName, string? ns, string? value) | System.Xml.XmlWriter | inline |
WriteAttributeString(string localName, string? value) | System.Xml.XmlWriter | inline |
WriteAttributeString(string? prefix, string localName, string? ns, string? value) | System.Xml.XmlWriter | inline |
WriteAttributeStringAsync(string? prefix, string localName, string? ns, string? value) | System.Xml.XmlWriter | inline |
WriteAttributeStringAsyncHelper(Task task, string value) | System.Xml.XmlWriter | inlineprivate |
WriteBase64(byte[] buffer, int index, int count) | System.Xml.XmlRawWriter | inline |
WriteBase64Async(byte[] buffer, int index, int count) | System.Xml.XmlRawWriter | inlinevirtual |
WriteBinHex(byte[] buffer, int index, int count) | System.Xml.XmlWriter | inlinevirtual |
WriteBinHexAsync(byte[] buffer, int index, int count) | System.Xml.XmlWriter | inlinevirtual |
WriteCData(string text) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
System::Xml::XmlWriter.WriteCData(string? text) | System.Xml.XmlWriter | |
WriteCDataAsync(string text) | System.Xml.XmlRawWriter | inline |
System::Xml::XmlWriter.WriteCDataAsync(string? text) | System.Xml.XmlWriter | inlinevirtual |
WriteCharEntity(char ch) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteCharEntityAsync(char ch) | System.Xml.XmlRawWriter | inlinevirtual |
WriteChars(char[] buffer, int index, int count) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteCharsAsync(char[] buffer, int index, int count) | System.Xml.XmlRawWriter | inlinevirtual |
WriteComment(string text) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
System::Xml::XmlRawWriter.WriteComment(string? text) | System.Xml.XmlWriter | |
WriteCommentAsync(string? text) | System.Xml.XmlWriter | inlinevirtual |
WriteDocType(string name, string pubid, string sysid, string subset) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
System::Xml::XmlWriter.WriteDocType(string name, string? pubid, string? sysid, string? subset) | System.Xml.XmlWriter | |
WriteDocTypeAsync(string name, string pubid, string sysid, string subset) | System.Xml.XmlRawWriter | inline |
System::Xml::XmlWriter.WriteDocTypeAsync(string name, string? pubid, string? sysid, string? subset) | System.Xml.XmlWriter | inlinevirtual |
WriteElementString(string localName, string? value) | System.Xml.XmlWriter | inline |
WriteElementString(string localName, string? ns, string? value) | System.Xml.XmlWriter | inline |
WriteElementString(string? prefix, string localName, string? ns, string? value) | System.Xml.XmlWriter | inline |
WriteElementStringAsync(string? prefix, string localName, string? ns, string value) | System.Xml.XmlWriter | inline |
WriteEndAttribute() | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteEndAttributeAsync() | System.Xml.XmlWriter | inlinepackagevirtual |
WriteEndBase64() | System.Xml.XmlRawWriter | inlinepackagevirtual |
WriteEndBase64Async() | System.Xml.XmlRawWriter | inlinepackagevirtual |
WriteEndDocument() | System.Xml.XmlRawWriter | inline |
WriteEndDocumentAsync() | System.Xml.XmlRawWriter | inlinevirtual |
WriteEndElement() | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteEndElement(string prefix, string localName, string namespaceName) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlinepackage |
WriteEndElement(bool allowShortcutTag) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteEndElementAsync() | System.Xml.XmlRawWriter | inlinevirtual |
WriteEndElementAsync(string prefix, string localName, string ns) | System.Xml.XmlRawWriter | inlinepackagevirtual |
WriteEndNamespaceDeclaration() | System.Xml.XmlRawWriter | inlinepackagevirtual |
WriteEndNamespaceDeclarationAsync() | System.Xml.XmlRawWriter | inlinepackagevirtual |
WriteEntityRef(string name) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteEntityRefAsync(string name) | System.Xml.XmlWriter | inlinevirtual |
WriteFullEndElement() | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteFullEndElement(string prefix, string localName, string namespaceName) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlinepackagevirtual |
WriteFullEndElementAsync() | System.Xml.XmlRawWriter | inlinevirtual |
WriteFullEndElementAsync(string prefix, string localName, string ns) | System.Xml.XmlRawWriter | inlinepackagevirtual |
WriteLocalNamespaces(XPathNavigator nsNav) | System.Xml.XmlWriter | inlineprivate |
WriteLocalNamespacesAsync(XPathNavigator nsNav) | System.Xml.XmlWriter | inlineprivate |
WriteName(string name) | System.Xml.XmlRawWriter | inlinevirtual |
WriteNameAsync(string name) | System.Xml.XmlRawWriter | inlinevirtual |
WriteNamespaceDeclaration(string prefix, string namespaceName) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlinepackage |
WriteNamespaceDeclarationAsync(string prefix, string ns) | System.Xml.XmlRawWriter | inlinepackagevirtual |
WriteNmToken(string name) | System.Xml.XmlRawWriter | inlinevirtual |
WriteNmTokenAsync(string name) | System.Xml.XmlRawWriter | inlinevirtual |
WriteNode(XmlReader reader, bool defattr) | System.Xml.XmlRawWriter | inlinevirtual |
WriteNode(XPathNavigator navigator, bool defattr) | System.Xml.XmlRawWriter | inlinevirtual |
WriteNodeAsync(XmlReader reader, bool defattr) | System.Xml.XmlRawWriter | inlinevirtual |
WriteNodeAsync(XPathNavigator navigator, bool defattr) | System.Xml.XmlRawWriter | inlinevirtual |
WriteNodeAsync_CallAsyncReader(XmlReader reader, bool defattr) | System.Xml.XmlWriter | inlinepackage |
WriteNodeAsync_CallSyncReader(XmlReader reader, bool defattr) | System.Xml.XmlWriter | inlinepackage |
WriteProcessingInstruction(string name, string text) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteProcessingInstruction(string name, string text, string baseUri) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
System::Xml::XmlRawWriter.WriteProcessingInstruction(string name, string? text) | System.Xml.XmlWriter | |
WriteProcessingInstructionAsync(string name, string? text) | System.Xml.XmlWriter | inlinevirtual |
WriteQualifiedName(string localName, string ns) | System.Xml.XmlRawWriter | inline |
WriteQualifiedName(string prefix, string localName, string ns) | System.Xml.XmlRawWriter | inlinepackagevirtual |
System::Xml::XmlWriter.WriteQualifiedName(string localName, string? ns) | System.Xml.XmlWriter | inlinevirtual |
WriteQualifiedNameAsync(string localName, string ns) | System.Xml.XmlRawWriter | inline |
WriteQualifiedNameAsync(string prefix, string localName, string ns) | System.Xml.XmlRawWriter | inlinepackagevirtual |
System::Xml::XmlWriter.WriteQualifiedNameAsync(string localName, string? ns) | System.Xml.XmlWriter | inlinevirtual |
WriteRaw(string data) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteRaw(char[] buffer, int index, int count) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteRawAsync(char[] buffer, int index, int count) | System.Xml.XmlRawWriter | inlinevirtual |
WriteRawAsync(string data) | System.Xml.XmlRawWriter | inlinevirtual |
WriteStartAttribute(string prefix, string localName, string namespaceName) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
System::Xml::XmlRawWriter.WriteStartAttribute(string localName, string? ns) | System.Xml.XmlWriter | inline |
System::Xml::XmlRawWriter.WriteStartAttribute(string? prefix, string localName, string? ns) | System.Xml.XmlWriter | |
System::Xml::XmlRawWriter.WriteStartAttribute(string localName) | System.Xml.XmlWriter | inline |
WriteStartAttributeAsync(string? prefix, string localName, string? ns) | System.Xml.XmlWriter | inlinepackagevirtual |
WriteStartDocument() | System.Xml.XmlRawWriter | inline |
WriteStartDocument(bool standalone) | System.Xml.XmlRawWriter | inline |
WriteStartDocumentAsync() | System.Xml.XmlRawWriter | inlinevirtual |
WriteStartDocumentAsync(bool standalone) | System.Xml.XmlRawWriter | inlinevirtual |
WriteStartElement(string prefix, string localName, string ns) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteStartElement(string prefix, string localName, string ns, string baseUri) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
System::Xml::XmlRawWriter.WriteStartElement(string localName, string? ns) | System.Xml.XmlWriter | inline |
System::Xml::XmlRawWriter.WriteStartElement(string? prefix, string localName, string? ns) | System.Xml.XmlWriter | |
System::Xml::XmlRawWriter.WriteStartElement(string localName) | System.Xml.XmlWriter | inline |
WriteStartElementAsync(string? prefix, string localName, string? ns) | System.Xml.XmlWriter | inlinevirtual |
WriteStartNamespaceDeclaration(string prefix) | System.Xml.XmlRawWriter | inlinepackagevirtual |
WriteStartNamespaceDeclarationAsync(string prefix) | System.Xml.XmlRawWriter | inlinepackagevirtual |
WriteState | System.Xml.XmlRawWriter | |
WriteString(string text) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteString(string text, TextBlockType textType) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
System::Xml::XmlRawWriter.WriteString(string? text) | System.Xml.XmlWriter | |
WriteStringAsync(string? text) | System.Xml.XmlWriter | inlinevirtual |
WriteSurrogateCharEntity(char lowChar, char highChar) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
WriteSurrogateCharEntityAsync(char lowChar, char highChar) | System.Xml.XmlRawWriter | inlinevirtual |
WriteValue(object value) | System.Xml.XmlRawWriter | inlinevirtual |
WriteValue(string value) | System.Xml.XmlRawWriter | inline |
WriteValue(DateTimeOffset value) | System.Xml.XmlRawWriter | inlinevirtual |
System::Xml::XmlWriter.WriteValue(string? value) | System.Xml.XmlWriter | inlinevirtual |
System::Xml::XmlWriter.WriteValue(bool value) | System.Xml.XmlWriter | inlinevirtual |
System::Xml::XmlWriter.WriteValue(DateTime value) | System.Xml.XmlWriter | inlinevirtual |
System::Xml::XmlWriter.WriteValue(double value) | System.Xml.XmlWriter | inlinevirtual |
System::Xml::XmlWriter.WriteValue(float value) | System.Xml.XmlWriter | inlinevirtual |
System::Xml::XmlWriter.WriteValue(decimal value) | System.Xml.XmlWriter | inlinevirtual |
System::Xml::XmlWriter.WriteValue(int value) | System.Xml.XmlWriter | inlinevirtual |
System::Xml::XmlWriter.WriteValue(long value) | System.Xml.XmlWriter | inlinevirtual |
WriteWhitespace(string ws) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |
System::Xml::XmlWriter.WriteWhitespace(string? ws) | System.Xml.XmlWriter | |
WriteWhitespaceAsync(string ws) | System.Xml.XmlRawWriter | inline |
System::Xml::XmlWriter.WriteWhitespaceAsync(string? ws) | System.Xml.XmlWriter | inlinevirtual |
WriteXmlDeclaration(XmlStandalone standalone) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlinepackagevirtual |
WriteXmlDeclaration(string xmldecl) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inlinepackagevirtual |
WriteXmlDeclarationAsync(XmlStandalone standalone) | System.Xml.XmlRawWriter | inlinepackagevirtual |
WriteXmlDeclarationAsync(string xmldecl) | System.Xml.XmlRawWriter | inlinepackagevirtual |
XmlLang | System.Xml.XmlRawWriter | |
XmlSpace | System.Xml.XmlRawWriter | |
XPathDocumentBuilder(XPathDocument doc, IXmlLineInfo lineInfo, string baseUri, XPathDocument.LoadFlags flags) | MS.Internal.Xml.Cache.XPathDocumentBuilder | inline |