Class DocIOXsdGenerator
Summary description for DocIOXsdGenerator.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class DocIOXsdGenerator : XsdGenerator
Constructors
DocIOXsdGenerator()
Declaration
public DocIOXsdGenerator()
Fields
DEF_DOCIO_RESOURCES
constant string value.
Declaration
protected const string DEF_DOCIO_RESOURCES = "Syncfusion.DocIO.Resources"
Field Value
Type |
---|
System.String |
Methods
GenerateDocIOSchema()
Generates Schema for DocIO.
Declaration
public XmlSchema GenerateDocIOSchema()
Returns
Type | Description |
---|---|
System.Xml.Schema.XmlSchema | Returns the Schema in XML format. |
GetDocIOLocalSchema()
Returns Schema of DocIO.
Declaration
public static XmlSchema GetDocIOLocalSchema()
Returns
Type | Description |
---|---|
System.Xml.Schema.XmlSchema | Returns the Schema in XML format. |
GetDocIOResourceStream(String)
Gets the doc IO resource stream.
Declaration
protected static Stream GetDocIOResourceStream(string resName)
Parameters
Type | Name | Description |
---|---|---|
System.String | resName | Name of the res. |
Returns
Type |
---|
System.IO.Stream |
GetResourceStream(String, String)
Returns Stream for a specified resource.
Declaration
protected override Stream GetResourceStream(string resName, string resNamespace)
Parameters
Type | Name | Description |
---|---|---|
System.String | resName | Specifies resource Name. |
System.String | resNamespace | Specified Resource NameSpace. |
Returns
Type |
---|
System.IO.Stream |