Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ FinishAttributeValueIterator()

void System.Xml.XmlTextReaderImpl.FinishAttributeValueIterator ( )
inlineprivate

Definition at line 3047 of file XmlTextReaderImpl.cs.

3048 {
3049 if (_parsingFunction == ParsingFunction.InReadValueChunk)
3050 {
3052 }
3053 else if (_parsingFunction == ParsingFunction.InReadContentAsBinary)
3054 {
3056 }
3057 if (_parsingFunction == ParsingFunction.InReadAttributeValue)
3058 {
3060 {
3062 }
3065 _nextParsingFunction = ((_index <= 0) ? ParsingFunction.DocumentContent : ParsingFunction.ElementContent);
3066 }
3067 }
bool HandleEntityEnd(bool checkEntityNesting)

References System.Xml.XmlTextReaderImpl._attributeValueBaseEntityId, System.Xml.XmlTextReaderImpl._emptyEntityInAttributeResolved, System.Xml.XmlTextReaderImpl._index, System.Xml.XmlTextReaderImpl._nextParsingFunction, System.Xml.XmlTextReaderImpl._parsingFunction, System.Xml.XmlTextReaderImpl._ps, System.Xml.XmlTextReaderImpl.ParsingState.entityId, System.Xml.XmlTextReaderImpl.FinishReadContentAsBinary(), System.Xml.XmlTextReaderImpl.FinishReadValueChunk(), and System.Xml.XmlTextReaderImpl.HandleEntityEnd().

Referenced by System.Xml.XmlTextReaderImpl.MoveToAttribute(), System.Xml.XmlTextReaderImpl.MoveToAttribute(), System.Xml.XmlTextReaderImpl.MoveToAttribute(), System.Xml.XmlTextReaderImpl.MoveToElement(), System.Xml.XmlTextReaderImpl.MoveToFirstAttribute(), System.Xml.XmlTextReaderImpl.MoveToNextAttribute(), System.Xml.XmlTextReaderImpl.Read(), System.Xml.XmlTextReaderImpl.ReadAsync(), System.Xml.XmlTextReaderImpl.Skip(), and System.Xml.XmlTextReaderImpl.SkipAsync().