public class XmlDataSource extends Object
| Constructor and Description |
|---|
XmlDataSource(InputStream xmlStream) |
XmlDataSource(InputStream xmlStream,
InputStream xmlSchemaStream) |
XmlDataSource(InputStream xmlStream,
InputStream xmlSchemaStream,
XmlDataLoadOptions options) |
XmlDataSource(InputStream xmlStream,
XmlDataLoadOptions options) |
XmlDataSource(String xmlPath) |
XmlDataSource(String xmlPath,
String xmlSchemaPath) |
XmlDataSource(String xmlPath,
String xmlSchemaPath,
XmlDataLoadOptions options) |
XmlDataSource(String xmlPath,
XmlDataLoadOptions options) |
| Modifier and Type | Method and Description |
|---|---|
com.aspose.IDataSourceFacadeCore |
toCore()
Deprecated.
|
public XmlDataSource(InputStream xmlStream) throws Exception
Exceptionpublic XmlDataSource(InputStream xmlStream, InputStream xmlSchemaStream) throws Exception
Exceptionpublic XmlDataSource(InputStream xmlStream, InputStream xmlSchemaStream, XmlDataLoadOptions options) throws Exception
Exceptionpublic XmlDataSource(InputStream xmlStream, XmlDataLoadOptions options) throws Exception
Exceptionpublic XmlDataSource(String xmlPath, String xmlSchemaPath) throws Exception
Exceptionpublic XmlDataSource(String xmlPath, String xmlSchemaPath, XmlDataLoadOptions options) throws Exception
Exceptionpublic XmlDataSource(String xmlPath, XmlDataLoadOptions options) throws Exception
Exception@Deprecated public com.aspose.IDataSourceFacadeCore toCore()
Copyright © 2026. All rights reserved.