C# Class Xml.Schema.Linq.AtomicSimpleTypeValidator

Inheritance: SimpleTypeValidator
Show file Open project: o2platform/O2.Platform.Projects

Public Methods

Method Description
AtomicSimpleTypeValidator ( XmlSchemaSimpleType type, RestrictionFacets facets ) : System

Private Methods

Method Description
TryMatchAtomicType ( object value, NameTable nameTable, Xml.Schema.Linq.XNamespaceResolver resolver ) : Exception
TryParseString ( object value, NameTable nameTable, Xml.Schema.Linq.XNamespaceResolver resolver, string &parsedString ) : Exception
TryParseValue ( object value, NameTable nameTable, Xml.Schema.Linq.XNamespaceResolver resolver, SimpleTypeValidator &matchingType, object &typedValue ) : Exception

Method Details

AtomicSimpleTypeValidator() public method

public AtomicSimpleTypeValidator ( XmlSchemaSimpleType type, RestrictionFacets facets ) : System
type System.Xml.Schema.XmlSchemaSimpleType
facets RestrictionFacets
return System