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

◆ XPathDocument() [8/8]

System.Xml.XPath.XPathDocument.XPathDocument ( string uri,
XmlSpace space )
inline

Definition at line 100 of file XPathDocument.cs.

101 {
102 XmlTextReaderImpl xmlTextReaderImpl = SetupReader(new XmlTextReaderImpl(uri));
103 try
104 {
106 }
107 finally
108 {
109 xmlTextReaderImpl.Close();
110 }
111 }
XmlTextReaderImpl SetupReader(XmlTextReaderImpl reader)
void LoadFromReader(XmlReader reader, XmlSpace space)

References System.Xml.XPath.XPathDocument.LoadFromReader(), and System.Xml.XPath.XPathDocument.SetupReader().