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

◆ ReadAttributeValue()

override bool System.Xml.Xsl.XsltOld.ReaderOutput.ReadAttributeValue ( )
inline

Definition at line 439 of file ReaderOutput.cs.

440 {
441 if (ReadState != ReadState.Interactive || NodeType != XmlNodeType.Attribute)
442 {
443 return false;
444 }
445 if (_attributeValue == null)
446 {
447 _attributeValue = new BuilderInfo();
448 _attributeValue.NodeType = XmlNodeType.Text;
449 }
451 {
452 return false;
453 }
457 return true;
458 }

References System.Xml.Xsl.XsltOld.ReaderOutput._attributeValue, System.Xml.Xsl.XsltOld.ReaderOutput._currentInfo, System.Xml.Dictionary, System.Xml.Xsl.XsltOld.ReaderOutput.NodeType, and System.Xml.Xsl.XsltOld.BuilderInfo.Value.