Class AuthenticView
java.lang.Object
com.altova.automation.libs.COMIUnknownObject
com.altova.automation.libs.COMIDispatchObject
com.altova.automation.StyleVision.AuthenticView
public class AuthenticView 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 XMLDatacreateXMLNode(Enums.SPYXMLDataKind i_nKind)method CreateXMLNodevoiddisableAttributeEntryHelper()method DisableAttributeEntryHelpervoiddisableElementEntryHelper()method DisableElementEntryHelpervoiddisableEntitiesEntryHelper()method DisableEntitiesEntryHelpervoiddoNotPerformStandardAction()method DoNotPerformStandardActionjava.lang.StringevaluateXPath(XMLData i_ipXMLData, java.lang.String i_strExpression)method EvaluateXPathCOMIDispatchObjectgetApplication()property Applicationjava.lang.StringgetAsXMLString()property AsXMLStringAuthenticContextMenugetContextMenu()property ContextMenuAuthenticRangegetDocumentBegin()property DocumentBeginAuthenticRangegetDocumentEnd()property DocumentEndAuthenticEventgetEvent()property EventAuthenticEventContextgetEventContext()property EventContextGUIDgetEventInterfaceIID()GUIDgetInterfaceIID()booleangetIsRedoEnabled()property IsRedoEnabledbooleangetIsUndoEnabled()property IsUndoEnabledEnums.SPYAuthenticMarkupVisibilitygetMarkupVisibility()property MarkupVisibilityCOMIDispatchObjectgetParent()property ParentAuthenticRangegetSelection()property SelectionEnums.AuthenticToolbarButtonStategetToolbarButtonState(java.lang.String i_strIdentifier)get toolbar button stateAuthenticRangegetWholeDocument()property WholeDocumentXMLDatagetXMLDataRoot()property XMLDataRootAuthenticRangegotoElement(Enums.SPYAuthenticElementKind Kind, int Count, Enums.SPYAuthenticDocumentPosition fromWhere)method Gotovoidprint(boolean i_bWithPreview, boolean i_bPromptUser)method Printbooleanredo()method RedovoidsetAsXMLString(java.lang.String newValue)property AsXMLStringvoidsetMarkupVisibility(Enums.SPYAuthenticMarkupVisibility newValue)property MarkupVisibilityvoidsetSelection(AuthenticRange newValue)property SelectionvoidsetToolbarButtonState(java.lang.String i_strIdentifier, Enums.AuthenticToolbarButtonState i_State)set toolbar button statebooleanundo()method UndovoidupdateXMLInstanceEntities()method UpdateXMLInstanceEntitiesMethods 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
-
getEventInterfaceIID
-
getApplication
property Application- Throws:
AutomationException
-
getParent
property Parent- Throws:
AutomationException
-
getSelection
property Selection- Throws:
AutomationException
-
setSelection
property Selection- Throws:
AutomationException
-
getDocumentBegin
property DocumentBegin- Throws:
AutomationException
-
getDocumentEnd
property DocumentEnd- Throws:
AutomationException
-
getWholeDocument
property WholeDocument- Throws:
AutomationException
-
gotoElement
public AuthenticRange gotoElement(Enums.SPYAuthenticElementKind Kind, int Count, Enums.SPYAuthenticDocumentPosition fromWhere) throws AutomationExceptionmethod Goto- Throws:
AutomationException
-
getMarkupVisibility
property MarkupVisibility- Throws:
AutomationException
-
setMarkupVisibility
public void setMarkupVisibility(Enums.SPYAuthenticMarkupVisibility newValue) throws AutomationExceptionproperty MarkupVisibility- Throws:
AutomationException
-
print
method Print- Throws:
AutomationException
-
undo
method Undo- Throws:
AutomationException
-
redo
method Redo- Throws:
AutomationException
-
updateXMLInstanceEntities
method UpdateXMLInstanceEntities- Throws:
AutomationException
-
getAsXMLString
property AsXMLString- Throws:
AutomationException
-
setAsXMLString
property AsXMLString- Throws:
AutomationException
-
getXMLDataRoot
property XMLDataRoot- Throws:
AutomationException
-
getIsUndoEnabled
property IsUndoEnabled- Throws:
AutomationException
-
getIsRedoEnabled
property IsRedoEnabled- Throws:
AutomationException
-
getEvent
property Event- Throws:
AutomationException
-
getEventContext
property EventContext- Throws:
AutomationException
-
createXMLNode
method CreateXMLNode- Throws:
AutomationException
-
evaluateXPath
public java.lang.String evaluateXPath(XMLData i_ipXMLData, java.lang.String i_strExpression) throws AutomationExceptionmethod EvaluateXPath- Throws:
AutomationException
-
getToolbarButtonState
public Enums.AuthenticToolbarButtonState getToolbarButtonState(java.lang.String i_strIdentifier) throws AutomationExceptionget toolbar button state- Throws:
AutomationException
-
setToolbarButtonState
public void setToolbarButtonState(java.lang.String i_strIdentifier, Enums.AuthenticToolbarButtonState i_State) throws AutomationExceptionset toolbar button state- Throws:
AutomationException
-
getContextMenu
property ContextMenu- Throws:
AutomationException
-
doNotPerformStandardAction
method DoNotPerformStandardAction- Throws:
AutomationException
-
disableElementEntryHelper
method DisableElementEntryHelper- Throws:
AutomationException
-
disableAttributeEntryHelper
method DisableAttributeEntryHelper- Throws:
AutomationException
-
disableEntitiesEntryHelper
method DisableEntitiesEntryHelper- Throws:
AutomationException
-