xml spy
Previous  Top  Next
XMLSpyDocumentEditor.SchemaLoadObject

See also

Declaration: SchemaLoadObject as XMLSpyXMLLoadSave

Description

The SchemaLoadObject contains an reference to the XML Schema document for the current XML file. The Schema document is typically generated using XMLSpy.

Example

   objPlugIn.SchemaLoadObject.URL = "http://plugin.xmlspy.com/OrgChart.xml"
   objPlugIn.XMLDataLoadObject.URL = "http://plugin.xmlspy.com/OrgChart.xml"
   objPlugIn.DesignDataLoadObject.URL = "http://plugin.xmlspy.com/OrgChart.sps"
   objPlugIn.StartEditing

The code above sets all URL properties of the load objects and calls StartEditing to load and display the files. The current content and status of the plugin will be cleared.


Previous  Top  Next

© 2002 Altova