mshtml
インタフェース DispHTMLDocumentDefault

すべてのスーパーインタフェース:
DispHTMLDocument
既知の実装クラスの一覧:
HTMLDocument, OldHTMLDocument

public interface DispHTMLDocumentDefault
extends DispHTMLDocument


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 IHTMLDOMNode appendChild(IHTMLDOMNode newChild)
           
 boolean attachEvent(java.lang.String event, java.lang.Object pdisp)
           
 void clear()
           
 IHTMLDOMNode cloneNode(boolean fDeep)
           
 void close()
           
 IHTMLDOMAttribute createAttribute(java.lang.String bstrattrName)
           
 IHTMLDOMNode createComment(java.lang.String bstrdata)
           
 IHTMLDocument2 createDocumentFragment()
           
 IHTMLDocument2 createDocumentFromUrl(java.lang.String bstrUrl, java.lang.String bstrOptions)
           
 IHTMLElement createElement(java.lang.String eTag)
           
 IHTMLEventObj CreateEventObject(com.ms.com.Variant pvarEventObject)
           
 IHTMLRenderStyle createRenderStyle(java.lang.String v)
           
 IHTMLStyleSheet createStyleSheet(java.lang.String bstrHref, int lIndex)
           
 IHTMLDOMNode createTextNode(java.lang.String text)
           
 void detachEvent(java.lang.String event, java.lang.Object pdisp)
           
 IHTMLElement elementFromPoint(int x, int y)
           
 boolean execCommand(java.lang.String cmdID, boolean showUI, com.ms.com.Variant value)
           
 boolean execCommandShowHelp(java.lang.String cmdID)
           
 boolean FireEvent(java.lang.String bstrEventName, com.ms.com.Variant pvarEventObject)
           
 void focus()
           
 IHTMLElement getActiveElement()
           
 com.ms.com.Variant getAlinkColor()
           
 IHTMLElementCollection getAll()
           
 IHTMLElementCollection getAnchors()
           
 IHTMLElementCollection getApplets()
           
 java.lang.Object getAttributes()
           
 java.lang.String getBaseUrl()
           
 com.ms.com.Variant getBgColor()
           
 IHTMLElement getBody()
           
 java.lang.String getCharset()
           
 java.lang.Object getChildNodes()
           
 IHTMLDocumentCompatibleInfoCollection getCompatible()
           
 java.lang.String getCompatMode()
           
 java.lang.Object getConstructor()
           
 java.lang.String getCookie()
           
 java.lang.String getDefaultCharset()
           
 java.lang.String getDesignMode()
           
 java.lang.String getDir()
           
 IHTMLDOMNode getDoctype()
           
 IHTMLElement getDocumentElement()
           
 com.ms.com.Variant getDocumentMode()
           
 java.lang.String getDomain()
           
 IHTMLElement getElementById(java.lang.String v)
           
 IHTMLElementCollection getElementsByName(java.lang.String v)
           
 IHTMLElementCollection getElementsByTagName(java.lang.String v)
           
 IHTMLElementCollection getEmbeds()
           
 boolean getEnableDownload()
           
 boolean getExpando()
           
 com.ms.com.Variant getFgColor()
           
 java.lang.String getFileCreatedDate()
           
 java.lang.String getFileModifiedDate()
           
 java.lang.String getFileSize()
           
 java.lang.String getFileUpdatedDate()
           
 IHTMLDOMNode getFirstChild()
           
 IHTMLElementCollection getForms()
           
 IHTMLFramesCollection2 getFrames()
           
 IHTMLElementCollection getImages()
           
 IHTMLDOMImplementation getImplementation()
           
 boolean getInheritStyleSheets()
           
 IHTMLDOMNode getLastChild()
           
 java.lang.String getLastModified()
           
 com.ms.com.Variant getLinkColor()
           
 IHTMLElementCollection getLinks()
           
 IHTMLLocation getLocation()
           
 java.lang.String getMedia()
           
 java.lang.String getMimeType()
           
 java.lang.String getNameProp()
           
 java.lang.Object getNamespaces()
           
 IHTMLDOMNode getNextSibling()
           
 java.lang.String getNodeName()
           
 int getNodeType()
           
 com.ms.com.Variant getNodeValue()
           
 com.ms.com.Variant getOnactivate()
           
 com.ms.com.Variant getOnafterupdate()
           
 com.ms.com.Variant getOnbeforeactivate()
           
 com.ms.com.Variant getOnbeforedeactivate()
           
 com.ms.com.Variant getOnbeforeeditfocus()
           
 com.ms.com.Variant getOnbeforeupdate()
           
 com.ms.com.Variant getOncellchange()
           
 com.ms.com.Variant getOnclick()
           
 com.ms.com.Variant getOncontextmenu()
           
 com.ms.com.Variant getOncontrolselect()
           
 com.ms.com.Variant getOndataavailable()
           
 com.ms.com.Variant getOndatasetchanged()
           
 com.ms.com.Variant getOndatasetcomplete()
           
 com.ms.com.Variant getOndblclick()
           
 com.ms.com.Variant getOndeactivate()
           
 com.ms.com.Variant getOndragstart()
           
 com.ms.com.Variant getOnerrorupdate()
           
 com.ms.com.Variant getOnfocusin()
           
 com.ms.com.Variant getOnfocusout()
           
 com.ms.com.Variant getOnhelp()
           
 com.ms.com.Variant getOnkeydown()
           
 com.ms.com.Variant getOnkeypress()
           
 com.ms.com.Variant getOnkeyup()
           
 com.ms.com.Variant getOnmousedown()
           
 com.ms.com.Variant getOnmousemove()
           
 com.ms.com.Variant getOnmouseout()
           
 com.ms.com.Variant getOnmouseover()
           
 com.ms.com.Variant getOnmouseup()
           
 com.ms.com.Variant getOnmousewheel()
           
 com.ms.com.Variant getOnpropertychange()
           
 com.ms.com.Variant getOnreadystatechange()
           
 com.ms.com.Variant getOnrowenter()
           
 com.ms.com.Variant getOnrowexit()
           
 com.ms.com.Variant getOnrowsdelete()
           
 com.ms.com.Variant getOnrowsinserted()
           
 com.ms.com.Variant getOnselectionchange()
           
 com.ms.com.Variant getOnselectstart()
           
 com.ms.com.Variant getOnstop()
           
 com.ms.com.Variant getOnstorage()
           
 com.ms.com.Variant getOnstoragecommit()
           
 java.lang.Object getOwnerDocument()
           
 IHTMLDocument2 getParentDocument()
           
 IHTMLDOMNode getParentNode()
           
 IHTMLWindow2 getParentWindow()
           
 IHTMLElementCollection getPlugins()
           
 IHTMLDOMNode getPreviousSibling()
           
 java.lang.String getProtocol()
           
 java.lang.String getReadyState()
           
 java.lang.String getReferrer()
           
 java.lang.Object getScript()
           
 IHTMLElementCollection getScripts()
           
 java.lang.String getSecurity()
           
 IHTMLSelectionObject getSelection()
           
 IHTMLStyleSheetsCollection getStyleSheets()
           
 java.lang.String getTitle()
           
 java.lang.String getUniqueID()
           
 java.lang.String getUrl()
           
 java.lang.String getURLUnencoded()
           
 com.ms.com.Variant getVlinkColor()
           
 boolean hasChildNodes()
           
 boolean hasFocus()
           
 IHTMLElement2 ie8_getElementById(java.lang.String bstrId)
           
 IHTMLDOMNode insertBefore(IHTMLDOMNode newChild, com.ms.com.Variant refChild)
           
 java.lang.Object open(java.lang.String url, com.ms.com.Variant name, com.ms.com.Variant features, com.ms.com.Variant replace)
           
 boolean queryCommandEnabled(java.lang.String cmdID)
           
 boolean queryCommandIndeterm(java.lang.String cmdID)
           
 boolean queryCommandState(java.lang.String cmdID)
           
 boolean queryCommandSupported(java.lang.String cmdID)
           
 java.lang.String queryCommandText(java.lang.String cmdID)
           
 com.ms.com.Variant queryCommandValue(java.lang.String cmdID)
           
 IHTMLElement querySelector(java.lang.String v)
           
 IHTMLDOMChildrenCollection querySelectorAll(java.lang.String v)
           
 void recalc(boolean fForce)
           
 void releaseCapture()
           
 IHTMLDOMNode removeChild(IHTMLDOMNode oldChild)
           
 IHTMLDOMNode removeNode(boolean fDeep)
           
 IHTMLDOMNode replaceChild(IHTMLDOMNode newChild, IHTMLDOMNode oldChild)
           
 IHTMLDOMNode replaceNode(IHTMLDOMNode replacement)
           
 void setAlinkColor(com.ms.com.Variant _jcomparam_0)
           
 void setBaseUrl(java.lang.String _jcomparam_0)
           
 void setBgColor(com.ms.com.Variant _jcomparam_0)
           
 void setCharset(java.lang.String _jcomparam_0)
           
 void setCookie(java.lang.String _jcomparam_0)
           
 void setDefaultCharset(java.lang.String _jcomparam_0)
           
 void setDesignMode(java.lang.String _jcomparam_0)
           
 void setDir(java.lang.String _jcomparam_0)
           
 void setDomain(java.lang.String _jcomparam_0)
           
 void setEnableDownload(boolean _jcomparam_0)
           
 void setExpando(boolean _jcomparam_0)
           
 void setFgColor(com.ms.com.Variant _jcomparam_0)
           
 void setInheritStyleSheets(boolean _jcomparam_0)
           
 void setLinkColor(com.ms.com.Variant _jcomparam_0)
           
 void setMedia(java.lang.String _jcomparam_0)
           
 void setNodeValue(com.ms.com.Variant _jcomparam_0)
           
 void setOnactivate(com.ms.com.Variant _jcomparam_0)
           
 void setOnafterupdate(com.ms.com.Variant _jcomparam_0)
           
 void setOnbeforeactivate(com.ms.com.Variant _jcomparam_0)
           
 void setOnbeforedeactivate(com.ms.com.Variant _jcomparam_0)
           
 void setOnbeforeeditfocus(com.ms.com.Variant _jcomparam_0)
           
 void setOnbeforeupdate(com.ms.com.Variant _jcomparam_0)
           
 void setOncellchange(com.ms.com.Variant _jcomparam_0)
           
 void setOnclick(com.ms.com.Variant _jcomparam_0)
           
 void setOncontextmenu(com.ms.com.Variant _jcomparam_0)
           
 void setOncontrolselect(com.ms.com.Variant _jcomparam_0)
           
 void setOndataavailable(com.ms.com.Variant _jcomparam_0)
           
 void setOndatasetchanged(com.ms.com.Variant _jcomparam_0)
           
 void setOndatasetcomplete(com.ms.com.Variant _jcomparam_0)
           
 void setOndblclick(com.ms.com.Variant _jcomparam_0)
           
 void setOndeactivate(com.ms.com.Variant _jcomparam_0)
           
 void setOndragstart(com.ms.com.Variant _jcomparam_0)
           
 void setOnerrorupdate(com.ms.com.Variant _jcomparam_0)
           
 void setOnfocusin(com.ms.com.Variant _jcomparam_0)
           
 void setOnfocusout(com.ms.com.Variant _jcomparam_0)
           
 void setOnhelp(com.ms.com.Variant _jcomparam_0)
           
 void setOnkeydown(com.ms.com.Variant _jcomparam_0)
           
 void setOnkeypress(com.ms.com.Variant _jcomparam_0)
           
 void setOnkeyup(com.ms.com.Variant _jcomparam_0)
           
 void setOnmousedown(com.ms.com.Variant _jcomparam_0)
           
 void setOnmousemove(com.ms.com.Variant _jcomparam_0)
           
 void setOnmouseout(com.ms.com.Variant _jcomparam_0)
           
 void setOnmouseover(com.ms.com.Variant _jcomparam_0)
           
 void setOnmouseup(com.ms.com.Variant _jcomparam_0)
           
 void setOnmousewheel(com.ms.com.Variant _jcomparam_0)
           
 void setOnpropertychange(com.ms.com.Variant _jcomparam_0)
           
 void setOnreadystatechange(com.ms.com.Variant _jcomparam_0)
           
 void setOnrowenter(com.ms.com.Variant _jcomparam_0)
           
 void setOnrowexit(com.ms.com.Variant _jcomparam_0)
           
 void setOnrowsdelete(com.ms.com.Variant _jcomparam_0)
           
 void setOnrowsinserted(com.ms.com.Variant _jcomparam_0)
           
 void setOnselectionchange(com.ms.com.Variant _jcomparam_0)
           
 void setOnselectstart(com.ms.com.Variant _jcomparam_0)
           
 void setOnstop(com.ms.com.Variant _jcomparam_0)
           
 void setOnstorage(com.ms.com.Variant _jcomparam_0)
           
 void setOnstoragecommit(com.ms.com.Variant _jcomparam_0)
           
 void setTitle(java.lang.String _jcomparam_0)
           
 void setUrl(java.lang.String _jcomparam_0)
           
 void setVlinkColor(com.ms.com.Variant _jcomparam_0)
           
 IHTMLDOMNode swapNode(IHTMLDOMNode otherNode)
           
 void updateSettings()
           
 void write(com.ms.com.SafeArray psarray)
           
 void writeln(com.ms.com.SafeArray psarray)
           
 

フィールドの詳細

iid

static final com.ms.com._Guid iid
メソッドの詳細

getScript

java.lang.Object getScript()
定義:
インタフェース DispHTMLDocument 内の getScript

getAll

IHTMLElementCollection getAll()
定義:
インタフェース DispHTMLDocument 内の getAll

getBody

IHTMLElement getBody()
定義:
インタフェース DispHTMLDocument 内の getBody

getActiveElement

IHTMLElement getActiveElement()
定義:
インタフェース DispHTMLDocument 内の getActiveElement

getImages

IHTMLElementCollection getImages()
定義:
インタフェース DispHTMLDocument 内の getImages

getApplets

IHTMLElementCollection getApplets()
定義:
インタフェース DispHTMLDocument 内の getApplets

getLinks

IHTMLElementCollection getLinks()
定義:
インタフェース DispHTMLDocument 内の getLinks

getForms

IHTMLElementCollection getForms()
定義:
インタフェース DispHTMLDocument 内の getForms

getAnchors

IHTMLElementCollection getAnchors()
定義:
インタフェース DispHTMLDocument 内の getAnchors

setTitle

void setTitle(java.lang.String _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setTitle

getTitle

java.lang.String getTitle()
定義:
インタフェース DispHTMLDocument 内の getTitle

getScripts

IHTMLElementCollection getScripts()
定義:
インタフェース DispHTMLDocument 内の getScripts

setDesignMode

void setDesignMode(java.lang.String _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setDesignMode

getDesignMode

java.lang.String getDesignMode()
定義:
インタフェース DispHTMLDocument 内の getDesignMode

getSelection

IHTMLSelectionObject getSelection()
定義:
インタフェース DispHTMLDocument 内の getSelection

getReadyState

java.lang.String getReadyState()
定義:
インタフェース DispHTMLDocument 内の getReadyState

getFrames

IHTMLFramesCollection2 getFrames()
定義:
インタフェース DispHTMLDocument 内の getFrames

getEmbeds

IHTMLElementCollection getEmbeds()
定義:
インタフェース DispHTMLDocument 内の getEmbeds

getPlugins

IHTMLElementCollection getPlugins()
定義:
インタフェース DispHTMLDocument 内の getPlugins

setAlinkColor

void setAlinkColor(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setAlinkColor

getAlinkColor

com.ms.com.Variant getAlinkColor()
定義:
インタフェース DispHTMLDocument 内の getAlinkColor

setBgColor

void setBgColor(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setBgColor

getBgColor

com.ms.com.Variant getBgColor()
定義:
インタフェース DispHTMLDocument 内の getBgColor

setFgColor

void setFgColor(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setFgColor

getFgColor

com.ms.com.Variant getFgColor()
定義:
インタフェース DispHTMLDocument 内の getFgColor

setLinkColor

void setLinkColor(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setLinkColor

getLinkColor

com.ms.com.Variant getLinkColor()
定義:
インタフェース DispHTMLDocument 内の getLinkColor

setVlinkColor

void setVlinkColor(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setVlinkColor

getVlinkColor

com.ms.com.Variant getVlinkColor()
定義:
インタフェース DispHTMLDocument 内の getVlinkColor

getReferrer

java.lang.String getReferrer()
定義:
インタフェース DispHTMLDocument 内の getReferrer

getLocation

IHTMLLocation getLocation()
定義:
インタフェース DispHTMLDocument 内の getLocation

getLastModified

java.lang.String getLastModified()
定義:
インタフェース DispHTMLDocument 内の getLastModified

setUrl

void setUrl(java.lang.String _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setUrl

getUrl

java.lang.String getUrl()
定義:
インタフェース DispHTMLDocument 内の getUrl

setDomain

void setDomain(java.lang.String _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setDomain

getDomain

java.lang.String getDomain()
定義:
インタフェース DispHTMLDocument 内の getDomain

setCookie

void setCookie(java.lang.String _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setCookie

getCookie

java.lang.String getCookie()
定義:
インタフェース DispHTMLDocument 内の getCookie

setExpando

void setExpando(boolean _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setExpando

getExpando

boolean getExpando()
定義:
インタフェース DispHTMLDocument 内の getExpando

setCharset

void setCharset(java.lang.String _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setCharset

getCharset

java.lang.String getCharset()
定義:
インタフェース DispHTMLDocument 内の getCharset

setDefaultCharset

void setDefaultCharset(java.lang.String _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setDefaultCharset

getDefaultCharset

java.lang.String getDefaultCharset()
定義:
インタフェース DispHTMLDocument 内の getDefaultCharset

getMimeType

java.lang.String getMimeType()
定義:
インタフェース DispHTMLDocument 内の getMimeType

getFileSize

java.lang.String getFileSize()
定義:
インタフェース DispHTMLDocument 内の getFileSize

getFileCreatedDate

java.lang.String getFileCreatedDate()
定義:
インタフェース DispHTMLDocument 内の getFileCreatedDate

getFileModifiedDate

java.lang.String getFileModifiedDate()
定義:
インタフェース DispHTMLDocument 内の getFileModifiedDate

getFileUpdatedDate

java.lang.String getFileUpdatedDate()
定義:
インタフェース DispHTMLDocument 内の getFileUpdatedDate

getSecurity

java.lang.String getSecurity()
定義:
インタフェース DispHTMLDocument 内の getSecurity

getProtocol

java.lang.String getProtocol()
定義:
インタフェース DispHTMLDocument 内の getProtocol

getNameProp

java.lang.String getNameProp()
定義:
インタフェース DispHTMLDocument 内の getNameProp

write

void write(com.ms.com.SafeArray psarray)
定義:
インタフェース DispHTMLDocument 内の write

writeln

void writeln(com.ms.com.SafeArray psarray)
定義:
インタフェース DispHTMLDocument 内の writeln

open

java.lang.Object open(java.lang.String url,
                      com.ms.com.Variant name,
                      com.ms.com.Variant features,
                      com.ms.com.Variant replace)
定義:
インタフェース DispHTMLDocument 内の open

close

void close()
定義:
インタフェース DispHTMLDocument 内の close

clear

void clear()
定義:
インタフェース DispHTMLDocument 内の clear

queryCommandSupported

boolean queryCommandSupported(java.lang.String cmdID)
定義:
インタフェース DispHTMLDocument 内の queryCommandSupported

queryCommandEnabled

boolean queryCommandEnabled(java.lang.String cmdID)
定義:
インタフェース DispHTMLDocument 内の queryCommandEnabled

queryCommandState

boolean queryCommandState(java.lang.String cmdID)
定義:
インタフェース DispHTMLDocument 内の queryCommandState

queryCommandIndeterm

boolean queryCommandIndeterm(java.lang.String cmdID)
定義:
インタフェース DispHTMLDocument 内の queryCommandIndeterm

queryCommandText

java.lang.String queryCommandText(java.lang.String cmdID)
定義:
インタフェース DispHTMLDocument 内の queryCommandText

queryCommandValue

com.ms.com.Variant queryCommandValue(java.lang.String cmdID)
定義:
インタフェース DispHTMLDocument 内の queryCommandValue

execCommand

boolean execCommand(java.lang.String cmdID,
                    boolean showUI,
                    com.ms.com.Variant value)
定義:
インタフェース DispHTMLDocument 内の execCommand

execCommandShowHelp

boolean execCommandShowHelp(java.lang.String cmdID)
定義:
インタフェース DispHTMLDocument 内の execCommandShowHelp

createElement

IHTMLElement createElement(java.lang.String eTag)
定義:
インタフェース DispHTMLDocument 内の createElement

setOnhelp

void setOnhelp(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnhelp

getOnhelp

com.ms.com.Variant getOnhelp()
定義:
インタフェース DispHTMLDocument 内の getOnhelp

setOnclick

void setOnclick(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnclick

getOnclick

com.ms.com.Variant getOnclick()
定義:
インタフェース DispHTMLDocument 内の getOnclick

setOndblclick

void setOndblclick(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOndblclick

getOndblclick

com.ms.com.Variant getOndblclick()
定義:
インタフェース DispHTMLDocument 内の getOndblclick

setOnkeyup

void setOnkeyup(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnkeyup

getOnkeyup

com.ms.com.Variant getOnkeyup()
定義:
インタフェース DispHTMLDocument 内の getOnkeyup

setOnkeydown

void setOnkeydown(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnkeydown

getOnkeydown

com.ms.com.Variant getOnkeydown()
定義:
インタフェース DispHTMLDocument 内の getOnkeydown

setOnkeypress

void setOnkeypress(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnkeypress

getOnkeypress

com.ms.com.Variant getOnkeypress()
定義:
インタフェース DispHTMLDocument 内の getOnkeypress

setOnmouseup

void setOnmouseup(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnmouseup

getOnmouseup

com.ms.com.Variant getOnmouseup()
定義:
インタフェース DispHTMLDocument 内の getOnmouseup

setOnmousedown

void setOnmousedown(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnmousedown

getOnmousedown

com.ms.com.Variant getOnmousedown()
定義:
インタフェース DispHTMLDocument 内の getOnmousedown

setOnmousemove

void setOnmousemove(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnmousemove

getOnmousemove

com.ms.com.Variant getOnmousemove()
定義:
インタフェース DispHTMLDocument 内の getOnmousemove

setOnmouseout

void setOnmouseout(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnmouseout

getOnmouseout

com.ms.com.Variant getOnmouseout()
定義:
インタフェース DispHTMLDocument 内の getOnmouseout

setOnmouseover

void setOnmouseover(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnmouseover

getOnmouseover

com.ms.com.Variant getOnmouseover()
定義:
インタフェース DispHTMLDocument 内の getOnmouseover

setOnreadystatechange

void setOnreadystatechange(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnreadystatechange

getOnreadystatechange

com.ms.com.Variant getOnreadystatechange()
定義:
インタフェース DispHTMLDocument 内の getOnreadystatechange

setOnafterupdate

void setOnafterupdate(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnafterupdate

getOnafterupdate

com.ms.com.Variant getOnafterupdate()
定義:
インタフェース DispHTMLDocument 内の getOnafterupdate

setOnrowexit

void setOnrowexit(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnrowexit

getOnrowexit

com.ms.com.Variant getOnrowexit()
定義:
インタフェース DispHTMLDocument 内の getOnrowexit

setOnrowenter

void setOnrowenter(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnrowenter

getOnrowenter

com.ms.com.Variant getOnrowenter()
定義:
インタフェース DispHTMLDocument 内の getOnrowenter

setOndragstart

void setOndragstart(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOndragstart

getOndragstart

com.ms.com.Variant getOndragstart()
定義:
インタフェース DispHTMLDocument 内の getOndragstart

setOnselectstart

void setOnselectstart(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnselectstart

getOnselectstart

com.ms.com.Variant getOnselectstart()
定義:
インタフェース DispHTMLDocument 内の getOnselectstart

elementFromPoint

IHTMLElement elementFromPoint(int x,
                              int y)
定義:
インタフェース DispHTMLDocument 内の elementFromPoint

getParentWindow

IHTMLWindow2 getParentWindow()
定義:
インタフェース DispHTMLDocument 内の getParentWindow

getStyleSheets

IHTMLStyleSheetsCollection getStyleSheets()
定義:
インタフェース DispHTMLDocument 内の getStyleSheets

setOnbeforeupdate

void setOnbeforeupdate(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnbeforeupdate

getOnbeforeupdate

com.ms.com.Variant getOnbeforeupdate()
定義:
インタフェース DispHTMLDocument 内の getOnbeforeupdate

setOnerrorupdate

void setOnerrorupdate(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnerrorupdate

getOnerrorupdate

com.ms.com.Variant getOnerrorupdate()
定義:
インタフェース DispHTMLDocument 内の getOnerrorupdate

createStyleSheet

IHTMLStyleSheet createStyleSheet(java.lang.String bstrHref,
                                 int lIndex)
定義:
インタフェース DispHTMLDocument 内の createStyleSheet

releaseCapture

void releaseCapture()
定義:
インタフェース DispHTMLDocument 内の releaseCapture

recalc

void recalc(boolean fForce)
定義:
インタフェース DispHTMLDocument 内の recalc

createTextNode

IHTMLDOMNode createTextNode(java.lang.String text)
定義:
インタフェース DispHTMLDocument 内の createTextNode

getDocumentElement

IHTMLElement getDocumentElement()
定義:
インタフェース DispHTMLDocument 内の getDocumentElement

getUniqueID

java.lang.String getUniqueID()
定義:
インタフェース DispHTMLDocument 内の getUniqueID

attachEvent

boolean attachEvent(java.lang.String event,
                    java.lang.Object pdisp)
定義:
インタフェース DispHTMLDocument 内の attachEvent

detachEvent

void detachEvent(java.lang.String event,
                 java.lang.Object pdisp)
定義:
インタフェース DispHTMLDocument 内の detachEvent

setOnrowsdelete

void setOnrowsdelete(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnrowsdelete

getOnrowsdelete

com.ms.com.Variant getOnrowsdelete()
定義:
インタフェース DispHTMLDocument 内の getOnrowsdelete

setOnrowsinserted

void setOnrowsinserted(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnrowsinserted

getOnrowsinserted

com.ms.com.Variant getOnrowsinserted()
定義:
インタフェース DispHTMLDocument 内の getOnrowsinserted

setOncellchange

void setOncellchange(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOncellchange

getOncellchange

com.ms.com.Variant getOncellchange()
定義:
インタフェース DispHTMLDocument 内の getOncellchange

setOndatasetchanged

void setOndatasetchanged(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOndatasetchanged

getOndatasetchanged

com.ms.com.Variant getOndatasetchanged()
定義:
インタフェース DispHTMLDocument 内の getOndatasetchanged

setOndataavailable

void setOndataavailable(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOndataavailable

getOndataavailable

com.ms.com.Variant getOndataavailable()
定義:
インタフェース DispHTMLDocument 内の getOndataavailable

setOndatasetcomplete

void setOndatasetcomplete(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOndatasetcomplete

getOndatasetcomplete

com.ms.com.Variant getOndatasetcomplete()
定義:
インタフェース DispHTMLDocument 内の getOndatasetcomplete

setOnpropertychange

void setOnpropertychange(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnpropertychange

getOnpropertychange

com.ms.com.Variant getOnpropertychange()
定義:
インタフェース DispHTMLDocument 内の getOnpropertychange

setDir

void setDir(java.lang.String _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setDir

getDir

java.lang.String getDir()
定義:
インタフェース DispHTMLDocument 内の getDir

setOncontextmenu

void setOncontextmenu(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOncontextmenu

getOncontextmenu

com.ms.com.Variant getOncontextmenu()
定義:
インタフェース DispHTMLDocument 内の getOncontextmenu

setOnstop

void setOnstop(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnstop

getOnstop

com.ms.com.Variant getOnstop()
定義:
インタフェース DispHTMLDocument 内の getOnstop

createDocumentFragment

IHTMLDocument2 createDocumentFragment()
定義:
インタフェース DispHTMLDocument 内の createDocumentFragment

getParentDocument

IHTMLDocument2 getParentDocument()
定義:
インタフェース DispHTMLDocument 内の getParentDocument

setEnableDownload

void setEnableDownload(boolean _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setEnableDownload

getEnableDownload

boolean getEnableDownload()
定義:
インタフェース DispHTMLDocument 内の getEnableDownload

setBaseUrl

void setBaseUrl(java.lang.String _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setBaseUrl

getBaseUrl

java.lang.String getBaseUrl()
定義:
インタフェース DispHTMLDocument 内の getBaseUrl

setInheritStyleSheets

void setInheritStyleSheets(boolean _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setInheritStyleSheets

getInheritStyleSheets

boolean getInheritStyleSheets()
定義:
インタフェース DispHTMLDocument 内の getInheritStyleSheets

setOnbeforeeditfocus

void setOnbeforeeditfocus(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnbeforeeditfocus

getOnbeforeeditfocus

com.ms.com.Variant getOnbeforeeditfocus()
定義:
インタフェース DispHTMLDocument 内の getOnbeforeeditfocus

getElementsByName

IHTMLElementCollection getElementsByName(java.lang.String v)
定義:
インタフェース DispHTMLDocument 内の getElementsByName

getElementById

IHTMLElement getElementById(java.lang.String v)
定義:
インタフェース DispHTMLDocument 内の getElementById

getElementsByTagName

IHTMLElementCollection getElementsByTagName(java.lang.String v)
定義:
インタフェース DispHTMLDocument 内の getElementsByTagName

focus

void focus()
定義:
インタフェース DispHTMLDocument 内の focus

hasFocus

boolean hasFocus()
定義:
インタフェース DispHTMLDocument 内の hasFocus

setOnselectionchange

void setOnselectionchange(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnselectionchange

getOnselectionchange

com.ms.com.Variant getOnselectionchange()
定義:
インタフェース DispHTMLDocument 内の getOnselectionchange

getNamespaces

java.lang.Object getNamespaces()
定義:
インタフェース DispHTMLDocument 内の getNamespaces

createDocumentFromUrl

IHTMLDocument2 createDocumentFromUrl(java.lang.String bstrUrl,
                                     java.lang.String bstrOptions)
定義:
インタフェース DispHTMLDocument 内の createDocumentFromUrl

setMedia

void setMedia(java.lang.String _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setMedia

getMedia

java.lang.String getMedia()
定義:
インタフェース DispHTMLDocument 内の getMedia

CreateEventObject

IHTMLEventObj CreateEventObject(com.ms.com.Variant pvarEventObject)
定義:
インタフェース DispHTMLDocument 内の CreateEventObject

FireEvent

boolean FireEvent(java.lang.String bstrEventName,
                  com.ms.com.Variant pvarEventObject)
定義:
インタフェース DispHTMLDocument 内の FireEvent

createRenderStyle

IHTMLRenderStyle createRenderStyle(java.lang.String v)
定義:
インタフェース DispHTMLDocument 内の createRenderStyle

setOncontrolselect

void setOncontrolselect(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOncontrolselect

getOncontrolselect

com.ms.com.Variant getOncontrolselect()
定義:
インタフェース DispHTMLDocument 内の getOncontrolselect

getURLUnencoded

java.lang.String getURLUnencoded()
定義:
インタフェース DispHTMLDocument 内の getURLUnencoded

setOnmousewheel

void setOnmousewheel(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnmousewheel

getOnmousewheel

com.ms.com.Variant getOnmousewheel()
定義:
インタフェース DispHTMLDocument 内の getOnmousewheel

getDoctype

IHTMLDOMNode getDoctype()
定義:
インタフェース DispHTMLDocument 内の getDoctype

getImplementation

IHTMLDOMImplementation getImplementation()
定義:
インタフェース DispHTMLDocument 内の getImplementation

createAttribute

IHTMLDOMAttribute createAttribute(java.lang.String bstrattrName)
定義:
インタフェース DispHTMLDocument 内の createAttribute

createComment

IHTMLDOMNode createComment(java.lang.String bstrdata)
定義:
インタフェース DispHTMLDocument 内の createComment

setOnfocusin

void setOnfocusin(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnfocusin

getOnfocusin

com.ms.com.Variant getOnfocusin()
定義:
インタフェース DispHTMLDocument 内の getOnfocusin

setOnfocusout

void setOnfocusout(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnfocusout

getOnfocusout

com.ms.com.Variant getOnfocusout()
定義:
インタフェース DispHTMLDocument 内の getOnfocusout

setOnactivate

void setOnactivate(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnactivate

getOnactivate

com.ms.com.Variant getOnactivate()
定義:
インタフェース DispHTMLDocument 内の getOnactivate

setOndeactivate

void setOndeactivate(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOndeactivate

getOndeactivate

com.ms.com.Variant getOndeactivate()
定義:
インタフェース DispHTMLDocument 内の getOndeactivate

setOnbeforeactivate

void setOnbeforeactivate(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnbeforeactivate

getOnbeforeactivate

com.ms.com.Variant getOnbeforeactivate()
定義:
インタフェース DispHTMLDocument 内の getOnbeforeactivate

setOnbeforedeactivate

void setOnbeforedeactivate(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnbeforedeactivate

getOnbeforedeactivate

com.ms.com.Variant getOnbeforedeactivate()
定義:
インタフェース DispHTMLDocument 内の getOnbeforedeactivate

getCompatMode

java.lang.String getCompatMode()
定義:
インタフェース DispHTMLDocument 内の getCompatMode

getCompatible

IHTMLDocumentCompatibleInfoCollection getCompatible()
定義:
インタフェース DispHTMLDocument 内の getCompatible

getDocumentMode

com.ms.com.Variant getDocumentMode()
定義:
インタフェース DispHTMLDocument 内の getDocumentMode

setOnstorage

void setOnstorage(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnstorage

getOnstorage

com.ms.com.Variant getOnstorage()
定義:
インタフェース DispHTMLDocument 内の getOnstorage

setOnstoragecommit

void setOnstoragecommit(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setOnstoragecommit

getOnstoragecommit

com.ms.com.Variant getOnstoragecommit()
定義:
インタフェース DispHTMLDocument 内の getOnstoragecommit

ie8_getElementById

IHTMLElement2 ie8_getElementById(java.lang.String bstrId)
定義:
インタフェース DispHTMLDocument 内の ie8_getElementById

updateSettings

void updateSettings()
定義:
インタフェース DispHTMLDocument 内の updateSettings

getNodeType

int getNodeType()
定義:
インタフェース DispHTMLDocument 内の getNodeType

getParentNode

IHTMLDOMNode getParentNode()
定義:
インタフェース DispHTMLDocument 内の getParentNode

hasChildNodes

boolean hasChildNodes()
定義:
インタフェース DispHTMLDocument 内の hasChildNodes

getChildNodes

java.lang.Object getChildNodes()
定義:
インタフェース DispHTMLDocument 内の getChildNodes

getAttributes

java.lang.Object getAttributes()
定義:
インタフェース DispHTMLDocument 内の getAttributes

insertBefore

IHTMLDOMNode insertBefore(IHTMLDOMNode newChild,
                          com.ms.com.Variant refChild)
定義:
インタフェース DispHTMLDocument 内の insertBefore

removeChild

IHTMLDOMNode removeChild(IHTMLDOMNode oldChild)
定義:
インタフェース DispHTMLDocument 内の removeChild

replaceChild

IHTMLDOMNode replaceChild(IHTMLDOMNode newChild,
                          IHTMLDOMNode oldChild)
定義:
インタフェース DispHTMLDocument 内の replaceChild

cloneNode

IHTMLDOMNode cloneNode(boolean fDeep)
定義:
インタフェース DispHTMLDocument 内の cloneNode

removeNode

IHTMLDOMNode removeNode(boolean fDeep)
定義:
インタフェース DispHTMLDocument 内の removeNode

swapNode

IHTMLDOMNode swapNode(IHTMLDOMNode otherNode)
定義:
インタフェース DispHTMLDocument 内の swapNode

replaceNode

IHTMLDOMNode replaceNode(IHTMLDOMNode replacement)
定義:
インタフェース DispHTMLDocument 内の replaceNode

appendChild

IHTMLDOMNode appendChild(IHTMLDOMNode newChild)
定義:
インタフェース DispHTMLDocument 内の appendChild

getNodeName

java.lang.String getNodeName()
定義:
インタフェース DispHTMLDocument 内の getNodeName

setNodeValue

void setNodeValue(com.ms.com.Variant _jcomparam_0)
定義:
インタフェース DispHTMLDocument 内の setNodeValue

getNodeValue

com.ms.com.Variant getNodeValue()
定義:
インタフェース DispHTMLDocument 内の getNodeValue

getFirstChild

IHTMLDOMNode getFirstChild()
定義:
インタフェース DispHTMLDocument 内の getFirstChild

getLastChild

IHTMLDOMNode getLastChild()
定義:
インタフェース DispHTMLDocument 内の getLastChild

getPreviousSibling

IHTMLDOMNode getPreviousSibling()
定義:
インタフェース DispHTMLDocument 内の getPreviousSibling

getNextSibling

IHTMLDOMNode getNextSibling()
定義:
インタフェース DispHTMLDocument 内の getNextSibling

getOwnerDocument

java.lang.Object getOwnerDocument()
定義:
インタフェース DispHTMLDocument 内の getOwnerDocument

querySelector

IHTMLElement querySelector(java.lang.String v)
定義:
インタフェース DispHTMLDocument 内の querySelector

querySelectorAll

IHTMLDOMChildrenCollection querySelectorAll(java.lang.String v)
定義:
インタフェース DispHTMLDocument 内の querySelectorAll

getConstructor

java.lang.Object getConstructor()
定義:
インタフェース DispHTMLDocument 内の getConstructor