Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
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: