Method | Description | |
---|---|---|
AddChoice ( ) : void | ||
AddLeafRange ( decimal min, decimal max ) : void | ||
AddName ( XmlQualifiedName name, object particle ) : void | ||
AddNamespaceList ( |
||
AddPlus ( ) : void | ||
AddQMark ( ) : void | ||
AddSequence ( ) : void | ||
AddStar ( ) : void | ||
CloseGroup ( ) : void | ||
CompleteValidation ( |
||
Exists ( XmlQualifiedName name ) : bool | ||
Finish ( ) : |
||
Finish ( bool useDFA ) : |
||
InitValidation ( |
||
OpenGroup ( ) : void | ||
ParticleContentValidator ( XmlSchemaContentType contentType ) : System | ||
ParticleContentValidator ( XmlSchemaContentType contentType, bool enableUpaCheck ) : System | ||
Start ( ) : void | ||
ValidateElement ( XmlQualifiedName name, |
Method | Description | |
---|---|---|
AddLeafNode ( |
||
BuildTransitionTable ( |
Algorithm 3.5 Construction of a DFA from a regular expression
|
|
CalculateTotalFollowposForRangeNodes ( |
||
CheckCMUPAWithLeafRangeNodes ( |
||
CheckUniqueParticleAttribution ( |
||
CheckUniqueParticleAttribution ( |
||
Closure ( |
||
Dump ( StringBuilder bb, |
||
GetApplicableMinMaxFollowPos ( |
public AddLeafRange ( decimal min, decimal max ) : void | ||
min | decimal | |
max | decimal | |
return | void |
public AddName ( XmlQualifiedName name, object particle ) : void | ||
name | XmlQualifiedName | |
particle | object | |
return | void |
public AddNamespaceList ( |
||
namespaceList | ||
particle | object | |
return | void |
public CompleteValidation ( |
||
context | ||
return | bool |
public Exists ( XmlQualifiedName name ) : bool | ||
name | XmlQualifiedName | |
return | bool |
public Finish ( bool useDFA ) : |
||
useDFA | bool | |
return |
public InitValidation ( |
||
context | ||
return | void |
public ParticleContentValidator ( XmlSchemaContentType contentType ) : System | ||
contentType | XmlSchemaContentType | |
return | System |
public ParticleContentValidator ( XmlSchemaContentType contentType, bool enableUpaCheck ) : System | ||
contentType | XmlSchemaContentType | |
enableUpaCheck | bool | |
return | System |
public ValidateElement ( XmlQualifiedName name, |
||
name | XmlQualifiedName | |
context | ||
errorCode | int | |
return | object |