Method | Description | |
---|---|---|
ExtractAttributes ( |
||
ExtractAttributes ( |
||
ExtractSequenceItems ( |
||
ExtractSequenceItems ( |
||
FindAttribute ( String targetNamespace, String parentTypeName, String attributeName, |
||
GetAttributeGroup ( String targetNamespace, String name, |
||
GetAttributes ( |
||
GetAttributes ( |
||
GetComplexType ( String targetNamespace, String typeName, |
||
GetElement ( String targetNamespace, String typeName, |
||
GetRestrictions ( String simpleTypeName, String targetNamespace ) : List |
||
GetRestrictions ( String name, List |
||
GetSchema ( String targetNamespace ) : |
||
GetSchemaName ( string content ) : string | ||
GetSimpleType ( String targetNamespace, String typeName, |
||
IsPhysicalType ( |
||
IsPhysicalType ( |
||
IsPhysicalType ( string nameSpace, string localName, string propertyName ) : bool | ||
SetSchemaLocation ( ) : void | ||
Validate ( string nameSpace, string elementName, object testSubject, |
||
ValidateAttribute ( |
||
ValidateComplexType ( |
||
ValidateElement ( |
||
ValidateToSchema ( object item ) : void | ||
ValidateXml ( string xml, string targetNamespace, StringBuilder sb ) : bool |
Method | Description | |
---|---|---|
OnError ( string message ) : void | ||
OnWarning ( string message ) : void |
Method | Description | |
---|---|---|
BuildParentTree ( System.Xml.Linq.XElement element, StringBuilder sb, int level ) : int | ||
ExtractContentItems ( |
||
ExtractSequenceItems ( XmlSchemaObject>.Dictionary |
||
GetNamespace ( |
||
LoadAttributes ( XmlSchemaObject>.Dictionary |
||
LoadSchemaItems ( ) : void | ||
ProcessPropertyInfo ( object testSubject, |
||
ProcessRestrictions ( string value, |
||
ProcessSequence ( |
||
SchemaManager ( ) : System | ||
ValidationCallback ( object sender, |
||
settings_ValidationEventHandler ( object sender, |
public static ExtractAttributes ( |
||
cce | ||
xmlSchemaObjects | XmlSchemaObject>.Dictionary | |
return | void |
public static ExtractAttributes ( |
||
cce | ||
xmlSchemaObjects | XmlSchemaObject>.Dictionary | |
return | void |
public static ExtractSequenceItems ( |
||
cce | ||
xmlSchemaObjects | XmlSchemaObject>.Dictionary | |
return | void |
public static ExtractSequenceItems ( |
||
cce | ||
xmlSchemaObjects | XmlSchemaObject>.Dictionary | |
return | void |
public static FindAttribute ( String targetNamespace, String parentTypeName, String attributeName, |
||
targetNamespace | String | |
parentTypeName | String | |
attributeName | String | |
attribute | ||
return | bool |
public static GetAttributeGroup ( String targetNamespace, String name, |
||
targetNamespace | String | |
name | String | |
attributeGroup | ||
return | bool |
public static GetAttributes ( |
||
complexType | ||
return | List |
public static GetAttributes ( |
||
element | ||
return | List |
public static GetComplexType ( String targetNamespace, String typeName, |
||
targetNamespace | String | |
typeName | String | |
complexType | ||
return | bool |
public static GetElement ( String targetNamespace, String typeName, |
||
targetNamespace | String | |
typeName | String | |
element | ||
return | bool |
public static GetRestrictions ( String simpleTypeName, String targetNamespace ) : List |
||
simpleTypeName | String | |
targetNamespace | String | |
return | List |
public GetRestrictions ( String name, List |
||
name | String | |
restrictions | List |
|
return | bool |
public static GetSchema ( String targetNamespace ) : |
||
targetNamespace | String | |
return |
public static GetSchemaName ( string content ) : string | ||
content | string | |
return | string |
public static GetSimpleType ( String targetNamespace, String typeName, |
||
targetNamespace | String | |
typeName | String | |
simpleType | ||
return | bool |
public static IsPhysicalType ( |
||
qualifiedName | ||
return | bool |
public static IsPhysicalType ( |
||
schemaType | ||
return | bool |
public static IsPhysicalType ( string nameSpace, string localName, string propertyName ) : bool | ||
nameSpace | string | |
localName | string | |
propertyName | string | |
return | bool |
protected OnWarning ( string message ) : void | ||
message | string | |
return | void |
public static Validate ( string nameSpace, string elementName, object testSubject, |
||
nameSpace | string | |
elementName | string | |
testSubject | object | |
schemaValidationResult | ||
return | bool |
public static ValidateAttribute ( |
||
attribute | ||
value | string | |
errors | ||
return | bool |
public static ValidateComplexType ( |
||
complexType | ||
testSubject | object | |
parentValidationResult | ||
return | bool |
public static ValidateElement ( |
||
element | ||
value | object | |
errors | ||
return | bool |
public static ValidateToSchema ( object item ) : void | ||
item | object | |
return | void |
public static ValidateXml ( string xml, string targetNamespace, StringBuilder sb ) : bool | ||
xml | string | |
targetNamespace | string | |
sb | StringBuilder | |
return | bool |