메소드 | 설명 | |
---|---|---|
BrokenSchemeRule ( |
Constructs a BrokenSchemeRule with the given name and that applies in the circumstances defines by its Precondition.
|
|
BrokenSchemeRule ( string name, string elementName, string attributeName ) : System |
Constructs a
|
메소드 | 설명 | |
---|---|---|
Validate ( |
Validates all the elements registered at construction using the NodeIndex to locate them as quickly as possible.
|
|
Validate ( |
Validates the data content of a set of elements by locating the scheme identified by the scheme attribute.
|
public BrokenSchemeRule ( |
||
precondition | A |
|
name | string | The unique name for the rule. |
elementNames | string | An array of element names using the same scheme type for validation. |
attributeName | string | The name of the attribute containing the scheme URI. |
리턴 | System |
public BrokenSchemeRule ( string name, string elementName, string attributeName ) : System | ||
name | string | The unique name for the rule. |
elementName | string | An element name that uses a scheme for validation. |
attributeName | string | The name of the attribute containing the scheme URI. |
리턴 | System |
protected Validate ( |
||
nodeIndex | The |
|
errorHandler | ValidationErrorHandler | The |
리턴 | bool |
protected Validate ( |
||
list | An |
|
errorHandler | ValidationErrorHandler | The |
리턴 | bool |