Terraria v1.4.4.9
Terraria source code documentation
|
Definition at line 88 of file XmlLoader.cs.
References System.Xml.XmlLoader._doc, System.Xml.XmlLoader._preserveWhitespace, System.Xml.XmlLoader._reader, System.Xml.XmlDocument.AddXmlName(), System.Xml.XmlAttributeCollection.Append(), System.Xml.XmlDocument.CreateCDataSection(), System.Xml.XmlDocument.CreateComment(), System.Xml.XmlDocument.CreateElement(), System.Xml.XmlDocument.CreateProcessingInstruction(), System.Xml.XmlDocument.CreateSignificantWhitespace(), System.Xml.XmlDocument.CreateTextNode(), System.Xml.XmlDocument.CreateWhitespace(), System.Xml.Dictionary, System.Xml.XmlReader.IsEmptyElement, System.Xml.XmlLoader.LoadAttributeNode(), System.Xml.XmlLoader.LoadDeclarationNode(), System.Xml.XmlLoader.LoadDocumentTypeNode(), System.Xml.XmlLoader.LoadEntityReferenceNode(), System.Xml.XmlReader.LocalName, System.Xml.XmlReader.MoveToElement(), System.Xml.XmlReader.MoveToFirstAttribute(), System.Xml.XmlReader.MoveToNextAttribute(), System.Xml.XmlReader.Name, System.Xml.XmlReader.NamespaceURI, System.Xml.XmlReader.NodeType, System.Xml.XmlReader.Prefix, System.Xml.XmlReader.Read(), System.Xml.XmlReader.SchemaInfo, System.Xml.XmlLoader.UnexpectedNodeType(), and System.Xml.XmlReader.Value.
Referenced by System.Xml.XmlLoader.LoadDocSequence(), System.Xml.XmlLoader.LoadEntityReferenceNode(), System.Xml.XmlLoader.ParsePartialContent(), and System.Xml.XmlLoader.ReadCurrentNode().