|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectRhinohide
RhiDOMImplementation
@ThreadSafe final class RhiDOMImplementation
A DOM implementation as an overlay of a JavaScript DOM implementation.
Field Summary |
---|
Fields inherited from class Rhinohide |
---|
window |
Method Summary | |
---|---|
(package private) static void |
checkFormatOfFeatureVersion(String version)
|
Document |
createDocument(String namespaceURI,
String qualifiedName,
DocumentType doctype)
Not yet coded. |
DocumentType |
createDocumentType(String qualifiedName,
String publicId,
String systemId)
Not yet coded. |
Object |
getFeature(String feature,
String version)
Not yet coded. |
boolean |
hasFeature(String feature,
String version)
|
static RhiDOMImplementation |
wrapDOMImplementation(RhiWindow window,
netscape.javascript.JSObject jsObject)
Creates a RhiDOMImplementation. |
Methods inherited from class Rhinohide |
---|
call, callV, checkV, equals, eval, evalV, getMember, getMemberV, hashCode, jsObject, setMember, toJSObject, toString, window |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static RhiDOMImplementation wrapDOMImplementation(RhiWindow window, netscape.javascript.JSObject jsObject)
window
- global objectjsObject
- bridge to underlying JavaScript DOM implementation,
per jsObject()
public Document createDocument(String namespaceURI, String qualifiedName, DocumentType doctype)
createDocument
in interface DOMImplementation
UnsupportedOperationException
public DocumentType createDocumentType(String qualifiedName, String publicId, String systemId)
createDocumentType
in interface DOMImplementation
UnsupportedOperationException
public Object getFeature(String feature, String version)
getFeature
in interface DOMImplementation
UnsupportedOperationException
public boolean hasFeature(String feature, String version)
hasFeature
in interface DOMImplementation
static void checkFormatOfFeatureVersion(String version)
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |