Interface AOMObject

All Known Implementing Classes:
AbstractViewImpl, ActivexEventImpl, ADocumentEntityEventImpl, ADocumentEventImpl, AEditEventImpl, ApplicationEventImpl, AttrImpl, CDATASectionImpl, CharacterDataImpl, CMSAdapterConnectEventImpl, CMSAdapterDisconnectEventImpl, CMSAdapterImpl, CMSBrowseItemImpl, CMSBrowseIteratorImpl, CMSObjectEventImpl, CMSObjectImpl, CMSObjectListImpl, CMSSessionBurstDocumentEventImpl, CMSSessionConstructEventImpl, CMSSessionCreateEventImpl, CMSSessionDisconnectEventImpl, CMSSessionFileEventImpl, CMSSessionImpl, CommentImpl, ComponentImpl, ComposerImpl, ControlEventImpl, DialogImpl, DocumentFragmentImpl, DocumentImpl, DocumentTypeImpl, DOMImplementationImpl, DOMStringListImpl, ElementImpl, EntityImpl, EntityReferenceImpl, EventImpl, IOHostImpl, MenuBarImpl, MenuEventImpl, MenuItemImpl, MouseEventImpl, MutationEventImpl, NamedNodeMapImpl, NameListImpl, NodeImpl, NodeListImpl, NotationImpl, ProcessingInstructionImpl, PropertyMapImpl, RangeImpl, StringListImpl, TableCellImpl, TableColumnImpl, TableGridImpl, TableMulticellImpl, TableObjectImpl, TableObjectStoreImpl, TableRectangleImpl, TableRowImpl, TableRuleImpl, TableSetImpl, TableTilePlexImpl, TextImpl, ToolBarEventImpl, UIEventImpl, ViewImpl, WebView2EventImpl, WindowEventImpl, WindowImpl

public interface AOMObject
The Arbortext AOMObject interface is implemented by all AOM and DOM classes.
Since:
Epic 5.2
  • Field Details

    • NODE_OBJECT

      static final short NODE_OBJECT
      The object is a Node object.
      See Also:
    • RANGE_OBJECT

      static final short RANGE_OBJECT
      The object is a Range object.
      See Also:
    • VIEW_OBJECT

      static final short VIEW_OBJECT
      The object is a View object.
      See Also:
    • EVENT_OBJECT

      static final short EVENT_OBJECT
      The object is a Event object.
      See Also:
    • DOMIMPLEMENTATION_OBJECT

      static final short DOMIMPLEMENTATION_OBJECT
      The object is a DOMImplementation object.
      See Also:
    • NODELIST_OBJECT

      static final short NODELIST_OBJECT
      The object is a NodeList object.
      See Also:
    • NAMEDNODEMAP_OBJECT

      static final short NAMEDNODEMAP_OBJECT
      The object is a NamedNodeMap object.
      See Also:
    • DOMSTRINGLIST_OBJECT

      static final short DOMSTRINGLIST_OBJECT
      The object is a DOMStringList object.
      See Also:
    • NAMELIST_OBJECT

      static final short NAMELIST_OBJECT
      The object is a NameList object.
      See Also:
    • XPATHEXPRESSION_OBJECT

      static final short XPATHEXPRESSION_OBJECT
      The object is a XPathExpression object.
      See Also:
    • XPATHNSRESOLVER_OBJECT

      static final short XPATHNSRESOLVER_OBJECT
      The object is a XPathNSResolver object.
      See Also:
    • XPATHRESULT_OBJECT

      static final short XPATHRESULT_OBJECT
      The object is a XPathResult object.
      See Also:
    • PROPERTYMAP_OBJECT

      static final short PROPERTYMAP_OBJECT
      The object is a PropertyMap object.
      See Also:
    • STRINGLIST_OBJECT

      static final short STRINGLIST_OBJECT
      The object is a StringList object.
      See Also:
    • COMPONENT_OBJECT

      static final short COMPONENT_OBJECT
      The object is a Component object.
      See Also:
    • COMPOSER_OBJECT

      static final short COMPOSER_OBJECT
      The object is a Composer object.
      See Also:
    • TABLEOBJECT_OBJECT

      static final short TABLEOBJECT_OBJECT
      The object is a TableObject object.
      See Also:
    • TABLERECTANGLE_OBJECT

      static final short TABLERECTANGLE_OBJECT
      The object is a TableRectangle object.
      See Also:
    • CMSADAPTER_OBJECT

      static final short CMSADAPTER_OBJECT
      The object is a CMSAdapter object.
      See Also:
    • CMSBROWSEITEM_OBJECT

      static final short CMSBROWSEITEM_OBJECT
      The object is a CMSBrowseItem object.
      See Also:
    • CMSBROWSEITERATOR_OBJECT

      static final short CMSBROWSEITERATOR_OBJECT
      The object is a CMSBrowseIterator object.
      See Also:
    • CMSOBJECT_OBJECT

      static final short CMSOBJECT_OBJECT
      The object is a CMSObject object.
      See Also:
    • CMSOBJECTLIST_OBJECT

      static final short CMSOBJECTLIST_OBJECT
      The object is a CMSObjectList object.
      See Also:
    • CMSSESSION_OBJECT

      static final short CMSSESSION_OBJECT
      The object is a CMSSession object.
      See Also:
    • IOHOST_OBJECT

      static final short IOHOST_OBJECT
      The object is a IOHost object.
      See Also:
  • Method Details

    • getObjectType

      short getObjectType()
      A code representing the type of the underlying object, as defined by ObjectType.