C# Class XmlSchema

Inheritance: XmlSchemaObject
ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
AddAnnotation void
AddCompiledInfo void
Clone XmlSchema,
Compile void
Compile void
CompileSchema bool
CompileSchemaInSet void
DeepClone XmlSchema,
GetExternalSchemasList void
SetIsCompiled void
SetUnhandledAttributes void

Public Methods

Method Description
Read ( Stream stream, ValidationEventHandler validationEventHandler ) : XmlSchema
Read ( TextReader reader, ValidationEventHandler validationEventHandler ) : XmlSchema
Read ( XmlReader reader, ValidationEventHandler validationEventHandler ) : XmlSchema
Write ( Stream stream ) : void
Write ( Stream stream, XmlNamespaceManager namespaceManager ) : void
Write ( TextWriter writer ) : void
Write ( TextWriter writer, XmlNamespaceManager namespaceManager ) : void
Write ( XmlWriter writer ) : void
Write ( XmlWriter writer, XmlNamespaceManager namespaceManager ) : void
XmlSchema ( )

Private Methods

Method Description
AddAnnotation ( XmlSchemaAnnotation, annotation ) : void
AddCompiledInfo ( SchemaInfo schemaInfo ) : void
Clone ( ) : XmlSchema,
Compile ( ValidationEventHandler, validationEventHandler ) : void
Compile ( ValidationEventHandler, validationEventHandler, XmlResolver, resolver ) : void
CompileSchema ( XmlSchemaCollection, xsc, XmlResolver, resolver, SchemaInfo schemaInfo, string ns, ValidationEventHandler, validationEventHandler, XmlNameTable, nameTable, bool CompileContentModel ) : bool
CompileSchemaInSet ( XmlNameTable, nameTable, ValidationEventHandler, eventHandler, XmlSchemaCompilationSettings, compilationSettings ) : void
DeepClone ( ) : XmlSchema,
GetExternalSchemasList ( IList extList, XmlSchema, schema ) : void
SetIsCompiled ( bool isCompiled ) : void
SetUnhandledAttributes ( XmlAttribute moreAttributes ) : void

Method Details

Read() public static method

public static Read ( Stream stream, ValidationEventHandler validationEventHandler ) : XmlSchema
stream Stream
validationEventHandler ValidationEventHandler
return XmlSchema

Read() public static method

public static Read ( TextReader reader, ValidationEventHandler validationEventHandler ) : XmlSchema
reader TextReader
validationEventHandler ValidationEventHandler
return XmlSchema

Read() public static method

public static Read ( XmlReader reader, ValidationEventHandler validationEventHandler ) : XmlSchema
reader XmlReader
validationEventHandler ValidationEventHandler
return XmlSchema

Write() public method

public Write ( Stream stream ) : void
stream Stream
return void

Write() public method

public Write ( Stream stream, XmlNamespaceManager namespaceManager ) : void
stream Stream
namespaceManager XmlNamespaceManager
return void

Write() public method

public Write ( TextWriter writer ) : void
writer TextWriter
return void

Write() public method

public Write ( TextWriter writer, XmlNamespaceManager namespaceManager ) : void
writer TextWriter
namespaceManager XmlNamespaceManager
return void

Write() public method

public Write ( XmlWriter writer ) : void
writer XmlWriter
return void

Write() public method

public Write ( XmlWriter writer, XmlNamespaceManager namespaceManager ) : void
writer XmlWriter
namespaceManager XmlNamespaceManager
return void

XmlSchema() public method

public XmlSchema ( )