public interface DocumentFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
DOM
The property string to use with
XletContext.getXletProperty
in order to obtain the DocumentFactory for this Xlet (if one exists). |
| Modifier and Type | Method and Description |
|---|---|
void |
performAction(DocumentAction act)
Perform an action on the document that contains the
Xlet controlled by the given XletContext.
|
void |
performActionOnFrames(String[] names,
MultipleDocumentsAction act)
Perform an action on a set of documents, each contained
in a frame that is a part of the same application as the
Xlet controlled by the given XletContext.
|
void |
performActionReadOnly(DocumentAction act)
Perform an action on the document that contains the
Xlet controlled by the given XletContext.
|
static final String DOM
XletContext.getXletProperty
in order to obtain the DocumentFactory for this Xlet (if one exists).void performAction(DocumentAction act)
act - The action to perform. It will be called by
the system either synchronously, or on a system
thread.void performActionReadOnly(DocumentAction act)
act - The action to perform. It will be called by
the system either synchronously, or on a system
thread. Attempts by this action to modify the DOM
shall fail.void performActionOnFrames(String[] names, MultipleDocumentsAction act)
names - The names of the desired frames.act - The action to perform. It will be called by
the system either synchronously, or on a system
thread.Copyright © 2012 code4tv.com. All Rights Reserved.