Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XPathItem.cs
Go to the documentation of this file.
1
using
System.Xml.Schema
;
2
3
namespace
System.Xml.XPath
;
4
5
public
abstract
class
XPathItem
6
{
7
public
abstract
bool
IsNode
{
get
; }
8
9
public
abstract
XmlSchemaType
?
XmlType
{
get
; }
10
11
public
abstract
string
Value
{
get
; }
12
13
public
abstract
object
TypedValue
{
get
; }
14
15
public
abstract
Type
ValueType
{
get
; }
16
17
public
abstract
bool
ValueAsBoolean
{
get
; }
18
19
public
abstract
DateTime
ValueAsDateTime
{
get
; }
20
21
public
abstract
double
ValueAsDouble
{
get
; }
22
23
public
abstract
int
ValueAsInt
{
get
; }
24
25
public
abstract
long
ValueAsLong
{
get
; }
26
27
public
virtual
object
ValueAs
(
Type
returnType
)
28
{
29
return
ValueAs
(
returnType
,
null
);
30
}
31
32
public
abstract
object
ValueAs
(
Type
returnType
,
IXmlNamespaceResolver
?
nsResolver
);
33
}
System.Type
Definition
Type.cs:14
System.ValueType
Definition
ValueType.cs:10
System.Xml.Schema.XmlSchemaType
Definition
XmlSchemaType.cs:8
System.Xml.XPath.XPathItem.ValueAsBoolean
bool ValueAsBoolean
Definition
XPathItem.cs:17
System.Xml.XPath.XPathItem.Value
string Value
Definition
XPathItem.cs:11
System.Xml.XPath.XPathItem.ValueAsLong
long ValueAsLong
Definition
XPathItem.cs:25
System.Xml.XPath.XPathItem.ValueAsDateTime
DateTime ValueAsDateTime
Definition
XPathItem.cs:19
System.Xml.XPath.XPathItem.ValueAs
virtual object ValueAs(Type returnType)
Definition
XPathItem.cs:27
System.Xml.XPath.XPathItem.ValueAs
object ValueAs(Type returnType, IXmlNamespaceResolver? nsResolver)
System.Xml.XPath.XPathItem.ValueAsDouble
double ValueAsDouble
Definition
XPathItem.cs:21
System.Xml.XPath.XPathItem.TypedValue
object TypedValue
Definition
XPathItem.cs:13
System.Xml.XPath.XPathItem.IsNode
bool IsNode
Definition
XPathItem.cs:7
System.Xml.XPath.XPathItem.ValueAsInt
int ValueAsInt
Definition
XPathItem.cs:23
System.Xml.XPath.XPathItem.XmlType
XmlSchemaType? XmlType
Definition
XPathItem.cs:9
System.Xml.XPath.XPathItem
Definition
XPathItem.cs:6
System.Xml.IXmlNamespaceResolver
Definition
IXmlNamespaceResolver.cs:6
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.XPath
Definition
Extensions.cs:5
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.DateTime
Definition
DateTime.cs:15
source
System.Private.Xml
System.Xml.XPath
XPathItem.cs
Generated by
1.10.0