com.jniwrapper.win32.ie.dom
Class DOMImplementationCSSImpl

java.lang.Object
  extended by com.jniwrapper.win32.ie.dom.DOMImplementationImpl
      extended by com.jniwrapper.win32.ie.dom.DOMImplementationCSSImpl
All Implemented Interfaces:
HasDOMFactory, HasPeer, org.w3c.dom.css.DOMImplementationCSS, org.w3c.dom.DOMImplementation

public class DOMImplementationCSSImpl
extends DOMImplementationImpl
implements org.w3c.dom.css.DOMImplementationCSS


Constructor Summary
DOMImplementationCSSImpl(com.jniwrapper.win32.automation.IDispatch dispatch, DOMFactory domFactory)
           
 
Method Summary
 org.w3c.dom.css.CSSStyleSheet createCSSStyleSheet(java.lang.String title, java.lang.String media)
           
 com.jniwrapper.win32.automation.IDispatch getDispatch()
           
 DOMFactory getDomFactory()
           
 com.jniwrapper.win32.automation.OleMessageLoop getOleMessageLoop()
           
protected  void invokeInOleMessageLoop(java.lang.Runnable runnable)
           
protected static void release(com.jniwrapper.win32.automation.types.BStr bStr)
           
protected static void release(com.jniwrapper.win32.com.IUnknown unknown)
           
protected static
<T> T
unwrap(T object)
           
 
Methods inherited from class com.jniwrapper.win32.ie.dom.DOMImplementationImpl
createDocument, createDocumentType, getFeature, hasFeature
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.w3c.dom.DOMImplementation
createDocument, createDocumentType, getFeature, hasFeature
 

Constructor Detail

DOMImplementationCSSImpl

public DOMImplementationCSSImpl(com.jniwrapper.win32.automation.IDispatch dispatch,
                                DOMFactory domFactory)
Method Detail

createCSSStyleSheet

public org.w3c.dom.css.CSSStyleSheet createCSSStyleSheet(java.lang.String title,
                                                         java.lang.String media)
                                                  throws org.w3c.dom.DOMException
Specified by:
createCSSStyleSheet in interface org.w3c.dom.css.DOMImplementationCSS
Throws:
org.w3c.dom.DOMException

invokeInOleMessageLoop

protected void invokeInOleMessageLoop(java.lang.Runnable runnable)

getDispatch

public com.jniwrapper.win32.automation.IDispatch getDispatch()
Specified by:
getDispatch in interface HasPeer

getOleMessageLoop

public com.jniwrapper.win32.automation.OleMessageLoop getOleMessageLoop()
Specified by:
getOleMessageLoop in interface HasPeer

getDomFactory

public DOMFactory getDomFactory()
Specified by:
getDomFactory in interface HasDOMFactory

release

protected static void release(com.jniwrapper.win32.automation.types.BStr bStr)

release

protected static void release(com.jniwrapper.win32.com.IUnknown unknown)

unwrap

protected static <T> T unwrap(T object)