C# Class Mono.Xml.Schema.XsdWildcard

Show file Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
HasValueAny bool
HasValueLocal bool
HasValueOther bool
HasValueTargetNamespace bool
ResolvedNamespaces System.Collections.Specialized.StringCollection
ResolvedProcessing XmlSchemaContentProcessing
SkipCompile bool
TargetNamespace string

Public Methods

Method Description
Compile ( string nss, ValidationEventHandler h, XmlSchema schema ) : void
ExamineAttributeWildcardIntersection ( XmlSchemaAny other, ValidationEventHandler h, XmlSchema schema ) : bool
Reset ( ) : void
ValidateWildcardAllowsNamespaceName ( string ns, ValidationEventHandler h, XmlSchema schema, bool raiseError ) : bool
XsdWildcard ( XmlSchemaObject wildcard ) : System

Private Methods

Method Description
ValidateWildcardSubset ( XsdWildcard other, ValidationEventHandler h, XmlSchema schema, bool raiseError ) : bool
ValidateWildcardSubset ( XsdWildcard other, ValidationEventHandler h, XmlSchema schema ) : void

Method Details

Compile() public method

public Compile ( string nss, ValidationEventHandler h, XmlSchema schema ) : void
nss string
h ValidationEventHandler
schema System.Xml.Schema.XmlSchema
return void

ExamineAttributeWildcardIntersection() public method

public ExamineAttributeWildcardIntersection ( XmlSchemaAny other, ValidationEventHandler h, XmlSchema schema ) : bool
other System.Xml.Schema.XmlSchemaAny
h ValidationEventHandler
schema System.Xml.Schema.XmlSchema
return bool

Reset() public method

public Reset ( ) : void
return void

ValidateWildcardAllowsNamespaceName() public method

public ValidateWildcardAllowsNamespaceName ( string ns, ValidationEventHandler h, XmlSchema schema, bool raiseError ) : bool
ns string
h ValidationEventHandler
schema System.Xml.Schema.XmlSchema
raiseError bool
return bool

XsdWildcard() public method

public XsdWildcard ( XmlSchemaObject wildcard ) : System
wildcard System.Xml.Schema.XmlSchemaObject
return System

Property Details

HasValueAny public property

public bool HasValueAny
return bool

HasValueLocal public property

public bool HasValueLocal
return bool

HasValueOther public property

public bool HasValueOther
return bool

HasValueTargetNamespace public property

public bool HasValueTargetNamespace
return bool

ResolvedNamespaces public property

public StringCollection,System.Collections.Specialized ResolvedNamespaces
return System.Collections.Specialized.StringCollection

ResolvedProcessing public property

public XmlSchemaContentProcessing ResolvedProcessing
return XmlSchemaContentProcessing

SkipCompile public property

public bool SkipCompile
return bool

TargetNamespace public property

public string TargetNamespace
return string