Package com.altova.automation.XMLSpy
Class SpyProjectItem
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.XMLSpy.SpyProjectItem
public class SpyProjectItem extends COMIDispatchObject
-
Field Summary
Fields inherited from class com.altova.automation.libs.COMIDispatchObject
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF -
Method Summary
Modifier and Type Method Description SpyProjectItemsgetChildItems()If the item is a folder, ChildItems is the collection of the folder content.java.lang.StringgetFileExtensions()property FileExtensionsGUIDgetInterfaceIID()Enums.SPYProjectItemTypesgetItemType()property ItemTypejava.lang.StringgetName()property NameSpyProjectItemgetParentItem()property ParentItemjava.lang.StringgetPath()property Pathjava.lang.StringgetValidateWith()property ValidateWithjava.lang.StringgetXMLForXSLTransformation()property XMLForXSLTransformationjava.lang.StringgetXSLForXMLTransformation()property XSLForXMLTransformationjava.lang.StringgetXSLTransformationFileExtension()property XSLTransformationFileExtensionjava.lang.StringgetXSLTransformationFolder()property XSLTransformationFolderDocumentopen()Open opens the project item.voidselect(boolean bMakeVisible, boolean bClearSelectionBefore)Select selects the item in the project tree.voidsetFileExtensions(java.lang.String newValue)property FileExtensionsvoidsetValidateWith(java.lang.String newValue)property ValidateWithvoidsetXMLForXSLTransformation(java.lang.String newValue)property XMLForXSLTransformationvoidsetXSLForXMLTransformation(java.lang.String newValue)property XSLForXMLTransformationvoidsetXSLTransformationFileExtension(java.lang.String newValue)property XSLTransformationFileExtensionvoidsetXSLTransformationFolder(java.lang.String newValue)property XSLTransformationFolderMethods inherited from class com.altova.automation.libs.COMIDispatchObject
addListener, getProperty, getProperty, invoke, removeListener, setProperty, setPropertyMethods inherited from class com.altova.automation.libs.COMIUnknownObject
dispose, equals, getCOMInterfacePointer, isNull
-
Method Details
-
getInterfaceIID
-
getChildItems
If the item is a folder, ChildItems is the collection of the folder content.- Throws:
AutomationException
-
getName
property Name- Throws:
AutomationException
-
getItemType
property ItemType- Throws:
AutomationException
-
open
Open opens the project item.- Throws:
AutomationException
-
getFileExtensions
property FileExtensions- Throws:
AutomationException
-
setFileExtensions
property FileExtensions- Throws:
AutomationException
-
getValidateWith
property ValidateWith- Throws:
AutomationException
-
setValidateWith
property ValidateWith- Throws:
AutomationException
-
getXSLForXMLTransformation
property XSLForXMLTransformation- Throws:
AutomationException
-
setXSLForXMLTransformation
property XSLForXMLTransformation- Throws:
AutomationException
-
getXMLForXSLTransformation
property XMLForXSLTransformation- Throws:
AutomationException
-
setXMLForXSLTransformation
property XMLForXSLTransformation- Throws:
AutomationException
-
getXSLTransformationFolder
property XSLTransformationFolder- Throws:
AutomationException
-
setXSLTransformationFolder
property XSLTransformationFolder- Throws:
AutomationException
-
getXSLTransformationFileExtension
property XSLTransformationFileExtension- Throws:
AutomationException
-
setXSLTransformationFileExtension
public void setXSLTransformationFileExtension(java.lang.String newValue) throws AutomationExceptionproperty XSLTransformationFileExtension- Throws:
AutomationException
-
getPath
property Path- Throws:
AutomationException
-
getParentItem
property ParentItem- Throws:
AutomationException
-
select
Select selects the item in the project tree.- Throws:
AutomationException
-