C# Class Mono.Xml.Schema.XsdWildcard

Datei anzeigen 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_oe property

public bool HasValueAny
return bool

HasValueLocal public_oe property

public bool HasValueLocal
return bool

HasValueOther public_oe property

public bool HasValueOther
return bool

HasValueTargetNamespace public_oe property

public bool HasValueTargetNamespace
return bool

ResolvedNamespaces public_oe property

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

ResolvedProcessing public_oe property

public XmlSchemaContentProcessing ResolvedProcessing
return XmlSchemaContentProcessing

SkipCompile public_oe property

public bool SkipCompile
return bool

TargetNamespace public_oe property

public string TargetNamespace
return string