|
| | XmlTextReaderImpl (string url) |
| |
| | XmlTextReaderImpl (string url, XmlNameTable nt) |
| |
| override string | GetAttribute (string name) |
| |
| override string | GetAttribute (string localName, string namespaceURI) |
| |
| override string | GetAttribute (int i) |
| |
| override bool | MoveToAttribute (string name) |
| |
| override bool | MoveToAttribute (string localName, string namespaceURI) |
| |
| override void | MoveToAttribute (int i) |
| |
| override bool | MoveToFirstAttribute () |
| |
| override bool | MoveToNextAttribute () |
| |
| override bool | MoveToElement () |
| |
| override bool | Read () |
| |
| override void | Close () |
| |
| override void | Skip () |
| |
| override string | LookupNamespace (string prefix) |
| |
| override bool | ReadAttributeValue () |
| |
| override void | ResolveEntity () |
| |
| override string | ReadString () |
| |
| override int | ReadContentAsBase64 (byte[] buffer, int index, int count) |
| |
| override int | ReadContentAsBinHex (byte[] buffer, int index, int count) |
| |
| override int | ReadElementContentAsBase64 (byte[] buffer, int index, int count) |
| |
| override int | ReadElementContentAsBinHex (byte[] buffer, int index, int count) |
| |
| override int | ReadValueChunk (char[] buffer, int index, int count) |
| |
| bool | HasLineInfo () |
| |
| override Task< string > | GetValueAsync () |
| |
| override Task< bool > | ReadAsync () |
| |
| override async Task | SkipAsync () |
| |
| override Task< int > | ReadContentAsBase64Async (byte[] buffer, int index, int count) |
| |
| override async Task< int > | ReadContentAsBinHexAsync (byte[] buffer, int index, int count) |
| |
| override Task< int > | ReadElementContentAsBase64Async (byte[] buffer, int index, int count) |
| |
| override async Task< int > | ReadElementContentAsBinHexAsync (byte[] buffer, int index, int count) |
| |
| override async Task< int > | ReadValueChunkAsync (char[] buffer, int index, int count) |
| |
| virtual object | ReadContentAsObject () |
| |
| virtual bool | ReadContentAsBoolean () |
| |
| virtual DateTime | ReadContentAsDateTime () |
| |
| virtual DateTimeOffset | ReadContentAsDateTimeOffset () |
| |
| virtual double | ReadContentAsDouble () |
| |
| virtual float | ReadContentAsFloat () |
| |
| virtual decimal | ReadContentAsDecimal () |
| |
| virtual int | ReadContentAsInt () |
| |
| virtual long | ReadContentAsLong () |
| |
| virtual string | ReadContentAsString () |
| |
| virtual object | ReadContentAs (Type returnType, IXmlNamespaceResolver? namespaceResolver) |
| |
| virtual object | ReadElementContentAsObject () |
| |
| virtual object | ReadElementContentAsObject (string localName, string namespaceURI) |
| |
| virtual bool | ReadElementContentAsBoolean () |
| |
| virtual bool | ReadElementContentAsBoolean (string localName, string namespaceURI) |
| |
| virtual DateTime | ReadElementContentAsDateTime () |
| |
| virtual DateTime | ReadElementContentAsDateTime (string localName, string namespaceURI) |
| |
| virtual double | ReadElementContentAsDouble () |
| |
| virtual double | ReadElementContentAsDouble (string localName, string namespaceURI) |
| |
| virtual float | ReadElementContentAsFloat () |
| |
| virtual float | ReadElementContentAsFloat (string localName, string namespaceURI) |
| |
| virtual decimal | ReadElementContentAsDecimal () |
| |
| virtual decimal | ReadElementContentAsDecimal (string localName, string namespaceURI) |
| |
| virtual int | ReadElementContentAsInt () |
| |
| virtual int | ReadElementContentAsInt (string localName, string namespaceURI) |
| |
| virtual long | ReadElementContentAsLong () |
| |
| virtual long | ReadElementContentAsLong (string localName, string namespaceURI) |
| |
| virtual string | ReadElementContentAsString () |
| |
| virtual string | ReadElementContentAsString (string localName, string namespaceURI) |
| |
| virtual object | ReadElementContentAs (Type returnType, IXmlNamespaceResolver namespaceResolver) |
| |
| virtual object | ReadElementContentAs (Type returnType, IXmlNamespaceResolver namespaceResolver, string localName, string namespaceURI) |
| |
| string? | GetAttribute (string name, string? namespaceURI) |
| |
| bool | MoveToAttribute (string name, string? ns) |
| |
| virtual XmlNodeType | MoveToContent () |
| |
| virtual void | ReadStartElement () |
| |
| virtual void | ReadStartElement (string name) |
| |
| virtual void | ReadStartElement (string localname, string ns) |
| |
| virtual string | ReadElementString () |
| |
| virtual string | ReadElementString (string name) |
| |
| virtual string | ReadElementString (string localname, string ns) |
| |
| virtual void | ReadEndElement () |
| |
| virtual bool | IsStartElement () |
| |
| virtual bool | IsStartElement (string name) |
| |
| virtual bool | IsStartElement (string localname, string ns) |
| |
| virtual bool | ReadToFollowing (string name) |
| |
| virtual bool | ReadToFollowing (string localName, string namespaceURI) |
| |
| virtual bool | ReadToDescendant (string name) |
| |
| virtual bool | ReadToDescendant (string localName, string namespaceURI) |
| |
| virtual bool | ReadToNextSibling (string name) |
| |
| virtual bool | ReadToNextSibling (string localName, string namespaceURI) |
| |
| virtual string | ReadInnerXml () |
| |
| virtual string | ReadOuterXml () |
| |
| virtual XmlReader | ReadSubtree () |
| |
| void | Dispose () |
| |
| virtual async Task< object > | ReadContentAsObjectAsync () |
| |
| virtual Task< string > | ReadContentAsStringAsync () |
| |
| virtual async Task< object > | ReadContentAsAsync (Type returnType, IXmlNamespaceResolver? namespaceResolver) |
| |
| virtual async Task< object > | ReadElementContentAsObjectAsync () |
| |
| virtual async Task< string > | ReadElementContentAsStringAsync () |
| |
| virtual async Task< object > | ReadElementContentAsAsync (Type returnType, IXmlNamespaceResolver namespaceResolver) |
| |
| virtual async Task< XmlNodeType > | MoveToContentAsync () |
| |
| virtual async Task< string > | ReadInnerXmlAsync () |
| |
| virtual async Task< string > | ReadOuterXmlAsync () |
| |
|
| delegate void | OnDefaultAttributeUseDelegate (IDtdDefaultAttributeInfo defaultAttribute, XmlTextReaderImpl coreReader) |
| |
| | XmlTextReaderImpl () |
| |
| | XmlTextReaderImpl (XmlNameTable nt) |
| |
| | XmlTextReaderImpl (Stream input) |
| |
| | XmlTextReaderImpl (Stream input, XmlNameTable nt) |
| |
| | XmlTextReaderImpl (string url, Stream input) |
| |
| | XmlTextReaderImpl (string url, Stream input, XmlNameTable nt) |
| |
| | XmlTextReaderImpl (TextReader input) |
| |
| | XmlTextReaderImpl (TextReader input, XmlNameTable nt) |
| |
| | XmlTextReaderImpl (string url, TextReader input) |
| |
| | XmlTextReaderImpl (string url, TextReader input, XmlNameTable nt) |
| |
| | XmlTextReaderImpl (Stream xmlFragment, XmlNodeType fragType, XmlParserContext context) |
| |
| | XmlTextReaderImpl (string xmlFragment, XmlNodeType fragType, XmlParserContext context) |
| |
| | XmlTextReaderImpl (string xmlFragment, XmlParserContext context) |
| |
| | XmlTextReaderImpl (string uriStr, XmlReaderSettings settings, XmlParserContext context, XmlResolver uriResolver) |
| |
| | XmlTextReaderImpl (Stream stream, byte[] bytes, int byteCount, XmlReaderSettings settings, Uri baseUri, string baseUriStr, XmlParserContext context, bool closeInput) |
| |
| | XmlTextReaderImpl (TextReader input, XmlReaderSettings settings, string baseUriStr, XmlParserContext context) |
| |
| | XmlTextReaderImpl (string xmlFragment, XmlParserContext context, XmlReaderSettings settings) |
| |
| void | MoveOffEntityReference () |
| |
| IDictionary< string, string > | GetNamespacesInScope (XmlNamespaceScope scope) |
| |
| string | LookupPrefix (string namespaceName) |
| |
| void | ResetState () |
| |
| TextReader | GetRemainder () |
| |
| int | ReadChars (char[] buffer, int index, int count) |
| |
| int | ReadBase64 (byte[] array, int offset, int len) |
| |
| int | ReadBinHex (byte[] array, int offset, int len) |
| |
| void | DtdParserProxy_OnNewLine (int pos) |
| |
| int | DtdParserProxy_ReadData () |
| |
| int | DtdParserProxy_ParseNumericCharRef (StringBuilder internalSubsetBuilder) |
| |
| int | DtdParserProxy_ParseNamedCharRef (bool expand, StringBuilder internalSubsetBuilder) |
| |
| void | DtdParserProxy_ParsePI (StringBuilder sb) |
| |
| void | DtdParserProxy_ParseComment (StringBuilder sb) |
| |
| bool | DtdParserProxy_PushEntity (IDtdEntityInfo entity, out int entityId) |
| |
| bool | DtdParserProxy_PopEntity (out IDtdEntityInfo oldEntity, out int newEntityId) |
| |
| bool | DtdParserProxy_PushExternalSubset (string systemId, string publicId) |
| |
| void | DtdParserProxy_PushInternalDtd (string baseUri, string internalDtd) |
| |
| void | DtdParserProxy_Throw (Exception e) |
| |
| void | DtdParserProxy_OnSystemId (string systemId, LineInfo keywordLineInfo, LineInfo systemLiteralLineInfo) |
| |
| void | DtdParserProxy_OnPublicId (string publicId, LineInfo keywordLineInfo, LineInfo publicLiteralLineInfo) |
| |
| void | Close (bool closeInput) |
| |
| void | SetDtdInfo (IDtdInfo newDtdInfo) |
| |
| void | ChangeCurrentNodeType (XmlNodeType newNodeType) |
| |
| XmlResolver | GetResolver () |
| |
| bool | AddDefaultAttributeNonDtd (SchemaAttDef attrDef) |
| |
| Task< int > | DtdParserProxy_ReadDataAsync () |
| |
| async Task< int > | DtdParserProxy_ParseNumericCharRefAsync (StringBuilder internalSubsetBuilder) |
| |
| Task< int > | DtdParserProxy_ParseNamedCharRefAsync (bool expand, StringBuilder internalSubsetBuilder) |
| |
| async Task | DtdParserProxy_ParsePIAsync (StringBuilder sb) |
| |
| async Task | DtdParserProxy_ParseCommentAsync (StringBuilder sb) |
| |
| async Task<(int, bool)> | DtdParserProxy_PushEntityAsync (IDtdEntityInfo entity) |
| |
| async Task< bool > | DtdParserProxy_PushExternalSubsetAsync (string systemId, string publicId) |
| |
| bool | CanReadContentAs () |
| |
| void | CheckElement (string localName, string namespaceURI) |
| |
| Exception | CreateReadContentAsException (string methodName) |
| |
| Exception | CreateReadElementContentAsException (string methodName) |
| |
| string | InternalReadContentAsString () |
| |
| async Task< string > | InternalReadContentAsStringAsync () |
| |
|
| | XmlTextReaderImpl (XmlResolver resolver, XmlReaderSettings settings, XmlParserContext context) |
| |
| void | FinishInitUriString () |
| |
| void | FinishInitStream () |
| |
| void | FinishInitTextReader () |
| |
| void | FinishInit () |
| |
| IDictionary< string, string > IXmlNamespaceResolver. | GetNamespacesInScope (XmlNamespaceScope scope) |
| |
| string IXmlNamespaceResolver. | LookupNamespace (string prefix) |
| |
| string IXmlNamespaceResolver. | LookupPrefix (string namespaceName) |
| |
| XmlResolver | GetTempResolver () |
| |
| void | Throw (int pos, string res, string arg) |
| |
| void | Throw (int pos, string res, string[] args) |
| |
| void | Throw (int pos, string res) |
| |
| void | Throw (string res) |
| |
| void | Throw (string res, int lineNo, int linePos) |
| |
| void | Throw (string res, string arg) |
| |
| void | Throw (string res, string arg, int lineNo, int linePos) |
| |
| void | Throw (string res, string[] args) |
| |
| void | Throw (string res, string arg, Exception innerException) |
| |
| void | Throw (string res, string[] args, Exception innerException) |
| |
| void | Throw (Exception e) |
| |
| void | ReThrow (Exception e, int lineNo, int linePos) |
| |
| void | ThrowWithoutLineInfo (string res) |
| |
| void | ThrowWithoutLineInfo (string res, string arg) |
| |
| void | ThrowWithoutLineInfo (string res, string[] args, Exception innerException) |
| |
| void | ThrowInvalidChar (char[] data, int length, int invCharPos) |
| |
| void | SetErrorState () |
| |
| void | SendValidationEvent (XmlSeverityType severity, string code, string arg, int lineNo, int linePos) |
| |
| void | SendValidationEvent (XmlSeverityType severity, XmlSchemaException exception) |
| |
| void | FinishAttributeValueIterator () |
| |
| void | InitStreamInput (Stream stream, Encoding encoding) |
| |
| void | InitStreamInput (string baseUriStr, Stream stream, Encoding encoding) |
| |
| void | InitStreamInput (Uri baseUri, Stream stream, Encoding encoding) |
| |
| void | InitStreamInput (Uri baseUri, string baseUriStr, Stream stream, Encoding encoding) |
| |
| void | InitStreamInput (Uri baseUri, string baseUriStr, Stream stream, byte[] bytes, int byteCount, Encoding encoding) |
| |
| void | InitTextReaderInput (string baseUriStr, TextReader input) |
| |
| void | InitTextReaderInput (string baseUriStr, Uri baseUri, TextReader input) |
| |
| void | InitStringInput (string baseUriStr, Encoding originalEncoding, string str) |
| |
| void | InitFragmentReader (XmlNodeType fragmentType, XmlParserContext parserContext, bool allowXmlDeclFragment) |
| |
| void | ProcessDtdFromParserContext (XmlParserContext context) |
| |
| void | OpenUrl () |
| |
| Encoding | DetectEncoding () |
| |
| void | SetupEncoding (Encoding encoding) |
| |
| void | EatPreamble () |
| |
| void | SwitchEncoding (Encoding newEncoding) |
| |
| Encoding | CheckEncoding (string newEncodingName) |
| |
| void | UnDecodeChars () |
| |
| void | SwitchEncodingToUTF8 () |
| |
| int | ReadData () |
| |
| int | GetChars (int maxCharsCount) |
| |
| void | InvalidCharRecovery (ref int bytesCount, out int charsCount) |
| |
| void | ShiftBuffer (int sourcePos, int destPos, int count) |
| |
| bool | ParseXmlDeclaration (bool isTextDecl) |
| |
| bool | ParseDocumentContent () |
| |
| bool | ParseElementContent () |
| |
| void | ThrowUnclosedElements () |
| |
| void | ParseElement () |
| |
| void | AddDefaultAttributesAndNormalize () |
| |
| void | ParseEndElement () |
| |
| void | ThrowTagMismatch (NodeData startTag) |
| |
| void | ParseAttributes () |
| |
| void | ElementNamespaceLookup () |
| |
| void | AttributeNamespaceLookup () |
| |
| void | AttributeDuplCheck () |
| |
| void | OnDefaultNamespaceDecl (NodeData attr) |
| |
| void | OnNamespaceDecl (NodeData attr) |
| |
| void | OnXmlReservedAttribute (NodeData attr) |
| |
| void | ParseAttributeValueSlow (int curPos, char quoteChar, NodeData attr) |
| |
| void | AddAttributeChunkToList (NodeData attr, NodeData chunk, ref NodeData lastChunk) |
| |
| bool | ParseText () |
| |
| bool | ParseText (out int startPos, out int endPos, ref int outOrChars) |
| |
| void | FinishPartialValue () |
| |
| void | FinishOtherValueIterator () |
| |
| void | SkipPartialTextValue () |
| |
| void | FinishReadValueChunk () |
| |
| void | FinishReadContentAsBinary () |
| |
| void | FinishReadElementContentAsBinary () |
| |
| bool | ParseRootLevelWhitespace () |
| |
| void | ParseEntityReference () |
| |
| EntityType | HandleEntityReference (bool isInAttributeValue, EntityExpandType expandType, out int charRefEndPos) |
| |
| EntityType | HandleGeneralEntityReference (string name, bool isInAttributeValue, bool pushFakeEntityIfNullResolver, int entityStartLinePos) |
| |
| bool | HandleEntityEnd (bool checkEntityNesting) |
| |
| void | SetupEndEntityNodeInContent () |
| |
| void | SetupEndEntityNodeInAttribute () |
| |
| bool | ParsePI () |
| |
| bool | ParsePI (StringBuilder piInDtdStringBuilder) |
| |
| bool | ParsePIValue (out int outStartPos, out int outEndPos) |
| |
| bool | ParseComment () |
| |
| void | ParseCData () |
| |
| void | ParseCDataOrComment (XmlNodeType type) |
| |
| bool | ParseCDataOrComment (XmlNodeType type, out int outStartPos, out int outEndPos) |
| |
| bool | ParseDoctypeDecl () |
| |
| void | ParseDtd () |
| |
| void | SkipDtd () |
| |
| void | SkipPublicOrSystemIdLiteral () |
| |
| void | SkipUntil (char stopChar, bool recognizeLiterals) |
| |
| int | EatWhitespaces (StringBuilder sb) |
| |
| int | ParseCharRefInline (int startPos, out int charCount, out EntityType entityType) |
| |
| int | ParseNumericCharRef (bool expand, StringBuilder internalSubsetBuilder, out EntityType entityType) |
| |
| int | ParseNumericCharRefInline (int startPos, bool expand, StringBuilder internalSubsetBuilder, out int charCount, out EntityType entityType) |
| |
| int | ParseNamedCharRef (bool expand, StringBuilder internalSubsetBuilder) |
| |
| int | ParseNamedCharRefInline (int startPos, bool expand, StringBuilder internalSubsetBuilder) |
| |
| int | ParseName () |
| |
| int | ParseQName (out int colonPos) |
| |
| int | ParseQName (bool isQName, int startOffset, out int colonPos) |
| |
| bool | ReadDataInName (ref int pos) |
| |
| string | ParseEntityName () |
| |
| NodeData | AddNode (int nodeIndex, int nodeDepth) |
| |
| NodeData | AllocNode (int nodeIndex, int nodeDepth) |
| |
| NodeData | AddAttributeNoChecks (string name, int attrDepth) |
| |
| NodeData | AddAttribute (int endNamePos, int colonPos) |
| |
| NodeData | AddAttribute (string localName, string prefix, string nameWPrefix) |
| |
| void | PopElementContext () |
| |
| void | OnNewLine (int pos) |
| |
| void | OnEof () |
| |
| string | LookupNamespace (NodeData node) |
| |
| void | AddNamespace (string prefix, string uri, NodeData attr) |
| |
| void | ResetAttributes () |
| |
| void | FullAttributeCleanup () |
| |
| void | PushXmlContext () |
| |
| void | PopXmlContext () |
| |
| XmlNodeType | GetWhitespaceType () |
| |
| XmlNodeType | GetTextNodeType (int orChars) |
| |
| void | PushExternalEntityOrSubset (string publicId, string systemId, Uri baseUri, string entityName) |
| |
| bool | OpenAndPush (Uri uri) |
| |
| bool | PushExternalEntity (IDtdEntityInfo entity) |
| |
| void | PushInternalEntity (IDtdEntityInfo entity) |
| |
| void | PopEntity () |
| |
| void | RegisterEntity (IDtdEntityInfo entity) |
| |
| void | UnregisterEntity () |
| |
| void | PushParsingState () |
| |
| void | PopParsingState () |
| |
| void | InitIncrementalRead (IncrementalReadDecoder decoder) |
| |
| int | IncrementalRead (Array array, int index, int count) |
| |
| int | IncrementalRead () |
| |
| void | FinishIncrementalRead () |
| |
| bool | ParseFragmentAttribute () |
| |
| bool | ParseAttributeValueChunk () |
| |
| void | ParseXmlDeclarationFragment () |
| |
| void | ThrowUnexpectedToken (int pos, string expectedToken) |
| |
| void | ThrowUnexpectedToken (string expectedToken1) |
| |
| void | ThrowUnexpectedToken (int pos, string expectedToken1, string expectedToken2) |
| |
| void | ThrowUnexpectedToken (string expectedToken1, string expectedToken2) |
| |
| string | ParseUnexpectedToken (int pos) |
| |
| string | ParseUnexpectedToken () |
| |
| void | ThrowExpectingWhitespace (int pos) |
| |
| int | GetIndexOfAttributeWithoutPrefix (string name) |
| |
| int | GetIndexOfAttributeWithPrefix (string name) |
| |
| bool | ZeroEndingStream (int pos) |
| |
| void | ParseDtdFromParserContext () |
| |
| bool | InitReadContentAsBinary () |
| |
| bool | InitReadElementContentAsBinary () |
| |
| bool | MoveToNextContentNode (bool moveIfOnContentNode) |
| |
| void | SetupReadContentAsBinaryState (ParsingFunction inReadBinaryFunction) |
| |
| void | SetupFromParserContext (XmlParserContext context, XmlReaderSettings settings) |
| |
| bool | AddDefaultAttributeDtd (IDtdDefaultAttributeInfo defAttrInfo, bool definedInDtd, NodeData[] nameSortedNodeData) |
| |
| NodeData | AddDefaultAttributeInternal (string localName, string ns, string prefix, string value, int lineNo, int linePos, int valueLineNo, int valueLinePos, bool isXmlAttribute) |
| |
| int | ReadContentAsBinary (byte[] buffer, int index, int count) |
| |
| int | ReadElementContentAsBinary (byte[] buffer, int index, int count) |
| |
| void | InitBase64Decoder () |
| |
| void | InitBinHexDecoder () |
| |
| bool | UriEqual (Uri uri1, string uri1Str, string uri2Str, XmlResolver resolver) |
| |
| void | RegisterConsumedCharacters (long characters, bool inEntityReference) |
| |
| void | CheckAsyncCall () |
| |
| async Task< string > | _GetValueAsync () |
| |
| Task | FinishInitAsync () |
| |
| async Task | FinishInitUriStringAsync () |
| |
| async Task | FinishInitStreamAsync () |
| |
| async Task | FinishInitTextReaderAsync () |
| |
| Task< bool > | ReadAsync_SwitchToInteractiveXmlDecl () |
| |
| async Task< bool > | _ReadAsync_SwitchToInteractiveXmlDecl (Task< bool > task) |
| |
| Task< bool > | ReadAsync_SwitchToInteractiveXmlDecl_Helper (bool finish) |
| |
| async Task< int > | ReadContentAsBase64_AsyncHelper (Task< bool > task, byte[] buffer, int index, int count) |
| |
| async Task< int > | ReadElementContentAsBase64Async_Helper (Task< bool > task, byte[] buffer, int index, int count) |
| |
| Task | InitStreamInputAsync (Uri baseUri, Stream stream, Encoding encoding) |
| |
| async Task | InitStreamInputAsync (Uri baseUri, string baseUriStr, Stream stream, byte[] bytes, int byteCount, Encoding encoding) |
| |
| Task | InitTextReaderInputAsync (string baseUriStr, TextReader input) |
| |
| Task | InitTextReaderInputAsync (string baseUriStr, Uri baseUri, TextReader input) |
| |
| Task | ProcessDtdFromParserContextAsync (XmlParserContext context) |
| |
| Task | SwitchEncodingAsync (Encoding newEncoding) |
| |
| Task | SwitchEncodingToUTF8Async () |
| |
| async Task< int > | ReadDataAsync () |
| |
| async Task< bool > | ParseXmlDeclarationAsync (bool isTextDecl) |
| |
| Task< bool > | ParseDocumentContentAsync () |
| |
| Task< bool > | ParseDocumentContentAsync_CData () |
| |
| async Task< bool > | ParseDocumentContentAsync_ParseEntity () |
| |
| Task< bool > | ParseDocumentContentAsync_WhiteSpace () |
| |
| async Task< bool > | _ParseDocumentContentAsync_WhiteSpace (Task< bool > task) |
| |
| async Task< bool > | ParseDocumentContentAsync_ReadData (bool needMoreChars) |
| |
| Task< bool > | ParseElementContentAsync () |
| |
| async Task< bool > | ParseElementContent_ReadData () |
| |
| Task | ParseElementAsync () |
| |
| Task | ParseElementAsync_ContinueWithSetElement (Task<(int, int)> task) |
| |
| async Task | _ParseElementAsync_ContinueWithSetElement (Task<(int, int)> task) |
| |
| Task | ParseElementAsync_SetElement (int colonPos, int pos) |
| |
| Task | ParseElementAsync_NoAttributes () |
| |
| async Task | ParseElementAsync_ReadData (int pos) |
| |
| Task | ParseEndElementAsync () |
| |
| async Task | _ParseEndElmentAsync () |
| |
| async Task | ParseEndElmentAsync_PrepareData () |
| |
| Task | ParseEndElementAsync_CheckNameAndParse () |
| |
| Task | ParseEndElementAsync_Finish (int nameLen, NodeData startTagNode, LineInfo endTagLineInfo) |
| |
| async Task | ParseEndElementAsync_Finish (Task task, int nameLen, NodeData startTagNode, LineInfo endTagLineInfo) |
| |
| Task | ParseEndElementAsync_CheckEndTag (int nameLen, NodeData startTagNode, LineInfo endTagLineInfo) |
| |
| async Task | ParseEndElementAsync_ReadData () |
| |
| async Task | ThrowTagMismatchAsync (NodeData startTag) |
| |
| async Task | ParseAttributesAsync () |
| |
| async Task | ParseAttributeValueSlowAsync (int curPos, char quoteChar, NodeData attr) |
| |
| Task< bool > | ParseTextAsync () |
| |
| async Task< bool > | _ParseTextAsync (Task<(int, int, int, bool)> parseTask) |
| |
| Task< bool > | ParseTextAsync_IgnoreNode () |
| |
| ValueTask<(int, int, int, bool)> | ParseTextAsync (int outOrChars) |
| |
| async Task<(int, int, int, bool)> | ParseTextAsync_AsyncFunc (Task<(int, int, int, bool)> task) |
| |
| Task<(int, int, int, bool)> | ParseTextAsync (int outOrChars, char[] chars, int pos, int rcount, int rpos, int orChars, char c) |
| |
| async Task<(int, int, int, bool)> | ParseTextAsync_ParseEntity (int outOrChars, char[] chars, int pos, int rcount, int rpos, int orChars, char c) |
| |
| async Task<(int, int, int, bool)> | ParseTextAsync_Surrogate (int outOrChars, char[] chars, int pos, int rcount, int rpos, int orChars, char c) |
| |
| async Task<(int, int, int, bool)> | ParseTextAsync_ReadData (int outOrChars, char[] chars, int pos, int rcount, int rpos, int orChars, char c) |
| |
| bool | ParseText_NoValue (int outOrChars, int pos) |
| |
| bool | ParseText_PartialValue (int pos, int rcount, int rpos, int orChars, char c) |
| |
| async Task | FinishPartialValueAsync () |
| |
| async Task | FinishOtherValueIteratorAsync () |
| |
| async Task | SkipPartialTextValueAsync () |
| |
| Task | FinishReadValueChunkAsync () |
| |
| async Task | FinishReadContentAsBinaryAsync () |
| |
| async Task | FinishReadElementContentAsBinaryAsync () |
| |
| async Task< bool > | ParseRootLevelWhitespaceAsync () |
| |
| async Task | ParseEntityReferenceAsync () |
| |
| async Task<(int, EntityType)> | HandleEntityReferenceAsync (bool isInAttributeValue, EntityExpandType expandType) |
| |
| async Task< EntityType > | HandleGeneralEntityReferenceAsync (string name, bool isInAttributeValue, bool pushFakeEntityIfNullResolver, int entityStartLinePos) |
| |
| Task< bool > | ParsePIAsync () |
| |
| async Task< bool > | ParsePIAsync (StringBuilder piInDtdStringBuilder) |
| |
| async Task<(int, int, bool)> | ParsePIValueAsync () |
| |
| async Task< bool > | ParseCommentAsync () |
| |
| Task | ParseCDataAsync () |
| |
| async Task | ParseCDataOrCommentAsync (XmlNodeType type) |
| |
| async Task<(int, int, bool)> | ParseCDataOrCommentTupleAsync (XmlNodeType type) |
| |
| async Task< bool > | ParseDoctypeDeclAsync () |
| |
| async Task | ParseDtdAsync () |
| |
| async Task | SkipDtdAsync () |
| |
| Task | SkipPublicOrSystemIdLiteralAsync () |
| |
| async Task | SkipUntilAsync (char stopChar, bool recognizeLiterals) |
| |
| async Task< int > | EatWhitespacesAsync (StringBuilder sb) |
| |
| async Task<(EntityType, int)> | ParseNumericCharRefAsync (bool expand, StringBuilder internalSubsetBuilder) |
| |
| async Task< int > | ParseNamedCharRefAsync (bool expand, StringBuilder internalSubsetBuilder) |
| |
| async Task< int > | ParseNameAsync () |
| |
| Task<(int, int)> | ParseQNameAsync () |
| |
| async Task<(int, int)> | ParseQNameAsync (bool isQName, int startOffset) |
| |
| async Task<(int, bool)> | ReadDataInNameAsync (int pos) |
| |
| async Task< string > | ParseEntityNameAsync () |
| |
| async Task | PushExternalEntityOrSubsetAsync (string publicId, string systemId, Uri baseUri, string entityName) |
| |
| async Task< bool > | OpenAndPushAsync (Uri uri) |
| |
| async Task< bool > | PushExternalEntityAsync (IDtdEntityInfo entity) |
| |
| async Task< bool > | ZeroEndingStreamAsync (int pos) |
| |
| async Task | ParseDtdFromParserContextAsync () |
| |
| async Task< bool > | InitReadContentAsBinaryAsync () |
| |
| async Task< bool > | InitReadElementContentAsBinaryAsync () |
| |
| async Task< bool > | MoveToNextContentNodeAsync (bool moveIfOnContentNode) |
| |
| async Task< int > | ReadContentAsBinaryAsync (byte[] buffer, int index, int count) |
| |
| async Task< int > | ReadElementContentAsBinaryAsync (byte[] buffer, int index, int count) |
| |
| void | WriteNode (XmlWriter xtw, bool defattr) |
| |
| void | WriteAttributeValue (XmlWriter xtw) |
| |
| XmlWriter | CreateWriterForInnerOuterXml (StringWriter sw) |
| |
| void | SetNamespacesFlag (XmlTextWriter xtw) |
| |
| bool | SkipSubtree () |
| |
| bool | SetupReadElementContentAsXxx (string methodName) |
| |
| void | FinishReadElementContentAsXxx () |
| |
| async Task | WriteNodeAsync (XmlWriter xtw, bool defattr) |
| |
| async Task< bool > | SkipSubtreeAsync () |
| |
| async Task< bool > | SetupReadElementContentAsXxxAsync (string methodName) |
| |
| Task | FinishReadElementContentAsXxxAsync () |
| |
Definition at line 13 of file XmlTextReaderImpl.cs.