Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlILStorageConverter.cs
Go to the documentation of this file.
5
7
9public static class XmlILStorageConverter
10{
12 {
13 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
14 }
15
17 {
18 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
19 }
20
22 {
23 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
24 }
25
27 {
28 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
29 }
30
32 {
33 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
34 }
35
37 {
38 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
39 }
40
42 {
43 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
44 }
45
47 {
48 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
49 }
50
55
57 {
58 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
59 }
60
62 {
63 return new XmlAtomicValue(runtime.GetXmlType(index).SchemaType, value);
64 }
65
67 {
69 {
70 return result;
71 }
73 }
74
88}
void Add(TKey key, TValue value)
static XmlAtomicValue TimeSpanToAtomicValue(TimeSpan value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue DecimalToAtomicValue(decimal value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue XmlQualifiedNameToAtomicValue(XmlQualifiedName value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue BooleanToAtomicValue(bool value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue DateTimeToAtomicValue(DateTime value, int index, XmlQueryRuntime runtime)
static IList< XPathNavigator > ItemsToNavigators(IList< XPathItem > listItems)
static XmlAtomicValue DoubleToAtomicValue(double value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue Int32ToAtomicValue(int value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue StringToAtomicValue(string value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue BytesToAtomicValue(byte[] value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue SingleToAtomicValue(float value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue Int64ToAtomicValue(long value, int index, XmlQueryRuntime runtime)
static IList< XPathItem > NavigatorsToItems(IList< XPathNavigator > listNavigators)