| 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRhinohide
RhiEventTarget
RhiNode
RhiCharacterData
RhiComment
@ThreadSafe final class RhiComment
A comment node implemented as an overlay of a JavaScript comment node.
| Field Summary | 
|---|
| Fields inherited from class Rhinohide | 
|---|
window | 
| Method Summary | |
|---|---|
static RhiComment | 
wrapComment(RhiWindow window,
                       netscape.javascript.JSObject jsObject)
Creates a RhiComment.  | 
(package private) static RhiComment | 
wrapComment(RhiWindow window,
                       netscape.javascript.JSObject jsObject,
                       boolean doTypeCheck)
 | 
| Methods inherited from class RhiCharacterData | 
|---|
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData | 
| 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.CharacterData | 
|---|
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData | 
| 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 RhiComment wrapComment(RhiWindow window,
                                     netscape.javascript.JSObject jsObject)
window - global objectjsObject - bridge to underlying JavaScript comment,
         per jsObject()
IllegalArgumentException - if jsObject is neither null
         nor a comment
static RhiComment wrapComment(RhiWindow window,
                              netscape.javascript.JSObject jsObject,
                              boolean doTypeCheck)
  | 
 
 | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||