|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRhinohide
RhiEventTarget
RhiNode
RhiDocumentFragment
@ThreadSafe final class RhiDocumentFragment
A document fragment implemented as an overlay of a JavaScript document fragment.
Field Summary |
---|
Fields inherited from class Rhinohide |
---|
window |
Method Summary | |
---|---|
static RhiDocumentFragment |
wrapDocumentFragment(RhiWindow window,
netscape.javascript.JSObject jsObject)
Creates a RhiDocumentFragment. |
(package private) static RhiDocumentFragment |
wrapDocumentFragment(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 RhiDocumentFragment wrapDocumentFragment(RhiWindow window, netscape.javascript.JSObject jsObject)
window
- global objectjsObject
- bridge to underlying JavaScript node,
per jsObject()
IllegalArgumentException
- if jsObject is neither null
nor a document fragmentstatic RhiDocumentFragment wrapDocumentFragment(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 |