|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectRhinohide
RhiEventTarget
RhiNode
RhiDocumentType
@ThreadSafe public final class RhiDocumentType
A document type node implemented as an overlay of a JavaScript document type node.
| Field Summary |
|---|
| Fields inherited from class Rhinohide |
|---|
window |
| Method Summary | |
|---|---|
NamedNodeMap |
getEntities()
Not yet coded. |
String |
getInternalSubset()
Untested. |
String |
getName()
Untested. |
NamedNodeMap |
getNotations()
Not yet coded. |
String |
getPublicId()
Untested. |
String |
getSystemId()
Untested. |
static RhiDocumentType |
wrapDocumentType(RhiWindow window,
netscape.javascript.JSObject jsObject)
Creates a RhiDocumentType. |
(package private) static RhiDocumentType |
wrapDocumentType(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 RhiDocumentType wrapDocumentType(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 type node
static RhiDocumentType wrapDocumentType(RhiWindow window,
netscape.javascript.JSObject jsObject,
boolean doTypeCheck)
public NamedNodeMap getEntities()
getEntities in interface DocumentTypeUnsupportedOperationExceptionpublic String getInternalSubset()
getInternalSubset in interface DocumentTypepublic String getName()
getName in interface DocumentTypepublic NamedNodeMap getNotations()
getNotations in interface DocumentTypeUnsupportedOperationExceptionpublic String getPublicId()
getPublicId in interface DocumentTypepublic String getSystemId()
getSystemId in interface DocumentType
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||