|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRhinohide
RhiEventTarget
RhiNode
RhiEntityReference
@ThreadSafe final class RhiEntityReference
An entity reference implemented as an overlay of a JavaScript entity reference.
Field Summary |
---|
Fields inherited from class Rhinohide |
---|
window |
Method Summary | |
---|---|
static RhiEntityReference |
wrapEntityReference(RhiWindow window,
netscape.javascript.JSObject jsObject)
Creates a RhiEntityReference. |
(package private) static RhiEntityReference |
wrapEntityReference(RhiWindow window,
netscape.javascript.JSObject jsObject,
boolean doTypeCheck)
|
Methods inherited from class RhiEventTarget |
---|
addEventListener, dispatchEvent, removeEventListener, wrapEventTarget |
Methods inherited from class Rhinohide |
---|
call, callV, checkV, eval, evalV, getMember, getMemberV, jsObject, setMember, toJSObject, toString, window |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.Node |
---|
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 |
Method Detail |
---|
public static RhiEntityReference wrapEntityReference(RhiWindow window, netscape.javascript.JSObject jsObject)
window
- global objectjsObject
- bridge to underlying JavaScript entity reference,
per jsObject()
IllegalArgumentException
- if jsObject is neither null
nor an entity referencestatic RhiEntityReference wrapEntityReference(RhiWindow window, netscape.javascript.JSObject jsObject, boolean doTypeCheck)
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |