Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Static Public Member Functions
|
List of all members
System.Xml.Schema.Extensions Class Reference
Static Public Member Functions
static ?
IXmlSchemaInfo
GetSchemaInfo
(
this
XElement
source
)
static ?
IXmlSchemaInfo
GetSchemaInfo
(
this
XAttribute
source
)
static
void
Validate
(
this
XDocument
source
,
XmlSchemaSet
schemas,
ValidationEventHandler
? validationEventHandler)
static
void
Validate
(
this
XDocument
source
,
XmlSchemaSet
schemas,
ValidationEventHandler
? validationEventHandler,
bool
addSchemaInfo)
static
void
Validate
(
this
XElement
source
,
XmlSchemaObject
partialValidationType
,
XmlSchemaSet
schemas,
ValidationEventHandler
? validationEventHandler)
static
void
Validate
(
this
XElement
source
,
XmlSchemaObject
partialValidationType
,
XmlSchemaSet
schemas,
ValidationEventHandler
? validationEventHandler,
bool
addSchemaInfo)
static
void
Validate
(
this
XAttribute
source
,
XmlSchemaObject
partialValidationType
,
XmlSchemaSet
schemas,
ValidationEventHandler
? validationEventHandler)
static
void
Validate
(
this
XAttribute
source
,
XmlSchemaObject
partialValidationType
,
XmlSchemaSet
schemas,
ValidationEventHandler
? validationEventHandler,
bool
addSchemaInfo)
Detailed Description
Definition at line
5
of file
Extensions.cs
.
The documentation for this class was generated from the following file:
source/System.Private.Xml.Linq/System.Xml.Schema/
Extensions.cs
System
Xml
Schema
Extensions
Generated by
1.10.0