Package com.arbortext.epic
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final shortThe object is aCMSAdapterobject.static final shortThe object is aCMSBrowseItemobject.static final shortThe object is aCMSBrowseIteratorobject.static final shortThe object is aCMSObjectobject.static final shortThe object is aCMSObjectListobject.static final shortThe object is aCMSSessionobject.static final shortThe object is aComponentobject.static final shortThe object is aComposerobject.static final shortThe object is aDOMImplementationobject.static final shortThe object is aDOMStringListobject.static final shortThe object is aEventobject.static final shortThe object is aIOHostobject.static final shortThe object is aNamedNodeMapobject.static final shortThe object is aNameListobject.static final shortThe object is aNodeobject.static final shortThe object is aNodeListobject.static final shortThe object is aPropertyMapobject.static final shortThe object is aRangeobject.static final shortThe object is aStringListobject.static final shortThe object is aTableObjectobject.static final shortThe object is aTableRectangleobject.static final shortThe object is aViewobject.static final shortThe object is aXPathExpressionobject.static final shortThe object is aXPathNSResolverobject.static final shortThe object is aXPathResultobject. -
Method Summary
Modifier and TypeMethodDescriptionshortA code representing the type of the underlying object, as defined byObjectType.
-
Field Details
-
NODE_OBJECT
static final short NODE_OBJECTThe object is aNodeobject.- See Also:
-
RANGE_OBJECT
static final short RANGE_OBJECTThe object is aRangeobject.- See Also:
-
VIEW_OBJECT
static final short VIEW_OBJECTThe object is aViewobject.- See Also:
-
EVENT_OBJECT
static final short EVENT_OBJECTThe object is aEventobject.- See Also:
-
DOMIMPLEMENTATION_OBJECT
static final short DOMIMPLEMENTATION_OBJECTThe object is aDOMImplementationobject.- See Also:
-
NODELIST_OBJECT
static final short NODELIST_OBJECTThe object is aNodeListobject.- See Also:
-
NAMEDNODEMAP_OBJECT
static final short NAMEDNODEMAP_OBJECTThe object is aNamedNodeMapobject.- See Also:
-
DOMSTRINGLIST_OBJECT
static final short DOMSTRINGLIST_OBJECTThe object is aDOMStringListobject.- See Also:
-
NAMELIST_OBJECT
static final short NAMELIST_OBJECTThe object is aNameListobject.- See Also:
-
XPATHEXPRESSION_OBJECT
static final short XPATHEXPRESSION_OBJECTThe object is aXPathExpressionobject.- See Also:
-
XPATHNSRESOLVER_OBJECT
static final short XPATHNSRESOLVER_OBJECTThe object is aXPathNSResolverobject.- See Also:
-
XPATHRESULT_OBJECT
static final short XPATHRESULT_OBJECTThe object is aXPathResultobject.- See Also:
-
PROPERTYMAP_OBJECT
static final short PROPERTYMAP_OBJECTThe object is aPropertyMapobject.- See Also:
-
STRINGLIST_OBJECT
static final short STRINGLIST_OBJECTThe object is aStringListobject.- See Also:
-
COMPONENT_OBJECT
static final short COMPONENT_OBJECTThe object is aComponentobject.- See Also:
-
COMPOSER_OBJECT
static final short COMPOSER_OBJECTThe object is aComposerobject.- See Also:
-
TABLEOBJECT_OBJECT
static final short TABLEOBJECT_OBJECTThe object is aTableObjectobject.- See Also:
-
TABLERECTANGLE_OBJECT
static final short TABLERECTANGLE_OBJECTThe object is aTableRectangleobject.- See Also:
-
CMSADAPTER_OBJECT
static final short CMSADAPTER_OBJECTThe object is aCMSAdapterobject.- See Also:
-
CMSBROWSEITEM_OBJECT
static final short CMSBROWSEITEM_OBJECTThe object is aCMSBrowseItemobject.- See Also:
-
CMSBROWSEITERATOR_OBJECT
static final short CMSBROWSEITERATOR_OBJECTThe object is aCMSBrowseIteratorobject.- See Also:
-
CMSOBJECT_OBJECT
static final short CMSOBJECT_OBJECTThe object is aCMSObjectobject.- See Also:
-
CMSOBJECTLIST_OBJECT
static final short CMSOBJECTLIST_OBJECTThe object is aCMSObjectListobject.- See Also:
-
CMSSESSION_OBJECT
static final short CMSSESSION_OBJECTThe object is aCMSSessionobject.- See Also:
-
IOHOST_OBJECT
static final short IOHOST_OBJECTThe object is aIOHostobject.- See Also:
-
-
Method Details
-
getObjectType
short getObjectType()A code representing the type of the underlying object, as defined byObjectType.
-