Altova XMLSpy 2024 Enterprise Edition

 

The objects described in this section (Application API for Java) are obsolete from v2012 onwards.

 

For information about how to access the Application API from Java code, see the section: Programming Languages | Java.

 

 

public class SpyProjectItems

{

public void ReleaseInstance();

public void AddFile( String sPath );

public void AddFolder( String sName );

public void AddURL( String sURL, long nURLType, String sUser, String sPassword, boolean bSave );

public long Count();

public SpyProjectItem GetItem( long nNumber );

public void RemoveItem( SpyProjectItem oItemToRemove );

}

© 2017-2023 Altova GmbH