Package com.altova.automation.XMLSpy
Class AuthenticEventContext
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.XMLSpy.AuthenticEventContext
public class AuthenticEventContext 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 java.lang.StringevaluateXPath(java.lang.String i_strExpression)method EvaluateXPathEnums.AuthenticEventContextTypegetEventContextType()method GetEventContextTypeGUIDgetInterfaceIID()java.lang.StringgetNormalizedTextValue()method GetNormalizedTextValuejava.lang.StringgetVariableValue(java.lang.String i_strName)method GetVariableValueXMLDatagetXMLNode()method GetXMLNodebooleanisAvailable()method IsAvailablevoidsetVariableValue(java.lang.String i_strName, java.lang.String i_strVal)method SetVariableValueMethods 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
-
getEventContextType
method GetEventContextType- Throws:
AutomationException
-
getXMLNode
method GetXMLNode- Throws:
AutomationException
-
getNormalizedTextValue
method GetNormalizedTextValue- Throws:
AutomationException
-
getVariableValue
method GetVariableValue- Throws:
AutomationException
-
setVariableValue
public void setVariableValue(java.lang.String i_strName, java.lang.String i_strVal) throws AutomationExceptionmethod SetVariableValue- Throws:
AutomationException
-
evaluateXPath
method EvaluateXPath- Throws:
AutomationException
-
isAvailable
method IsAvailable- Throws:
AutomationException
-