|
| void | Init () |
| |
| void | Reset () |
| |
| object | ValidateAttribute (string localName, string namespaceUri, XmlValueGetter attributeValueGetter, string attributeStringValue, XmlSchemaInfo schemaInfo) |
| |
| void | ValidateText (string elementStringValue, XmlValueGetter elementValueGetter) |
| |
| void | ValidateWhitespace (string elementStringValue, XmlValueGetter elementValueGetter) |
| |
| object | InternalValidateEndElement (XmlSchemaInfo schemaInfo, object typedValue) |
| |
| void | ProcessSchemaLocations (string xsiSchemaLocation, string xsiNoNamespaceSchemaLocation) |
| |
| object | ValidateElementContext (XmlQualifiedName elementName, out bool invalidElementInContext) |
| |
| XmlSchemaElement | GetSubstitutionGroupHead (XmlQualifiedName member) |
| |
| object | ValidateAtomicValue (string stringValue, out XmlSchemaSimpleType memberType) |
| |
| object | ValidateAtomicValue (object parsedValue, out XmlSchemaSimpleType memberType) |
| |
| string | GetTypeName (SchemaDeclBase decl) |
| |
| void | SaveTextValue (object value) |
| |
| void | Push (XmlQualifiedName elementName) |
| |
| void | Pop () |
| |
| void | AddXsiAttributes (ArrayList attList) |
| |
| SchemaElementDecl | FastGetElementDecl (XmlQualifiedName elementName, object particle) |
| |
| SchemaElementDecl | CheckXsiTypeAndNil (SchemaElementDecl elementDecl, string xsiType, string xsiNil, ref bool declFound) |
| |
| void | ThrowDeclNotFoundWarningOrError (bool declFound) |
| |
| void | CheckElementProperties () |
| |
| void | ValidateStartElementIdentityConstraints () |
| |
| SchemaAttDef | CheckIsXmlAttribute (XmlQualifiedName attQName) |
| |
| void | AddXmlNamespaceSchema () |
| |
| void | LoadSchema (string uri, string url) |
| |
| void | ProcessTokenizedType (XmlTokenizedType ttype, string name, bool attrValue) |
| |
| object | CheckAttributeValue (object value, SchemaAttDef attdef) |
| |
| object | CheckElementValue (string stringValue) |
| |
| void | CheckTokenizedTypes (XmlSchemaDatatype dtype, object typedValue, bool attrValue) |
| |
| object | FindId (string name) |
| |
| void | CheckForwardRefs () |
| |
| void | CheckStateTransition (ValidatorState toState, string methodName) |
| |
| void | ClearPSVI () |
| |
| void | CheckRequiredAttributes (SchemaElementDecl currentElementDecl) |
| |
| XmlSchemaElement | GetSchemaElement () |
| |
| void | AddIdentityConstraints () |
| |
| void | ElementIdentityConstraints () |
| |
| void | AttributeIdentityConstraints (string name, string ns, object obj, string sobj, XmlSchemaDatatype datatype) |
| |
| void | EndElementIdentityConstraints (object typedValue, string stringValue, XmlSchemaDatatype datatype) |
| |
| void | ProcessEntity (string name) |
| |
| void | SendValidationEvent (string code) |
| |
| void | SendValidationEvent (string code, string[] args) |
| |
| void | SendValidationEvent (string code, string arg) |
| |
| void | SendValidationEvent (string code, string arg1, string arg2) |
| |
| void | SendValidationEvent (string code, string[] args, Exception innerException, XmlSeverityType severity) |
| |
| void | SendValidationEvent (string code, string[] args, Exception innerException) |
| |
| void | SendValidationEvent (XmlSchemaValidationException e) |
| |
| void | SendValidationEvent (XmlSchemaException e) |
| |
| void | SendValidationEvent (string code, string msg, XmlSeverityType severity) |
| |
| void | SendValidationEvent (XmlSchemaValidationException e, XmlSeverityType severity) |
| |
Definition at line 10 of file XmlSchemaValidator.cs.