menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocIOXsdGenerator - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocIOXsdGenerator

    Summary description for DocIOXsdGenerator.

    Inheritance
    System.Object
    XsdGenerator
    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()
    XsdGenerator.DEF_DLS_RESOURCES
    XsdGenerator.GenerateDLSSchema()
    XsdGenerator.GenerateSchema(XmlDocument)
    XsdGenerator.GetDLSLocalSchema()
    XsdGenerator.GetDLSResourceStream(String)
    XsdGenerator.LoadXmlDocument(Stream)
    XsdGenerator.OnValidation(Object, ValidationEventArgs)
    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
    Overrides
    XsdGenerator.GetResourceStream(String, String)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved