public interface IFlashNode extends INodeEx
INodeEx
interface for Flash object.Modifier and Type | Field and Description |
---|---|
static short |
FLASH_NODE |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
Modifier and Type | Method and Description |
---|---|
INodeEx |
getBaseNode() |
int |
getCurrentFrame() |
int |
getDepth() |
IFlashNode[] |
getInnerNodes() |
IFlashMSAANode |
getMSAA() |
IFlashNode |
getNodeAtDepth(int depth) |
IFlashNode |
getNodeFromPath(String path) |
String |
getTarget() |
void |
repairFlash()
do the Flash repairing function.
|
IFlashNode[] |
translate()
This method is used by the auto translate function.
|
analyze, doClick, extractString, getAccessKey, getHeadingLevel, getLinkURI, getLocation, getNth, getStillPictureData, getText, highlight, setFocus, setText, unhighlight
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
getTerms
static final short FLASH_NODE
String getTarget()
IFlashNode getNodeFromPath(String path)
path
- the target path to be obtained.IFlashNode getNodeAtDepth(int depth)
depth
- the target depth to be obtained.IFlashNode[] getInnerNodes()
int getDepth()
int getCurrentFrame()
IFlashNode[] translate()
IFlashMSAANode getMSAA()
void repairFlash()
INodeEx getBaseNode()