public class StyleSheetImpl
extends java.lang.Object
implements org.w3c.dom.stylesheets.StyleSheet
Modifier and Type | Class and Description |
---|---|
private static class |
StyleSheetImpl.SelfDisposer |
Modifier and Type | Field and Description |
---|---|
private long |
peer |
private static int |
TYPE_CSSStyleSheet |
Constructor and Description |
---|
StyleSheetImpl(long peer) |
Modifier and Type | Method and Description |
---|---|
(package private) static org.w3c.dom.stylesheets.StyleSheet |
create(long peer) |
private static void |
dispose(long peer) |
boolean |
equals(java.lang.Object that) |
private static int |
getCPPTypeImpl(long peer) |
boolean |
getDisabled() |
(package private) static boolean |
getDisabledImpl(long peer) |
java.lang.String |
getHref() |
(package private) static java.lang.String |
getHrefImpl(long peer) |
(package private) static org.w3c.dom.stylesheets.StyleSheet |
getImpl(long peer) |
org.w3c.dom.stylesheets.MediaList |
getMedia() |
(package private) static long |
getMediaImpl(long peer) |
org.w3c.dom.Node |
getOwnerNode() |
(package private) static long |
getOwnerNodeImpl(long peer) |
org.w3c.dom.stylesheets.StyleSheet |
getParentStyleSheet() |
(package private) static long |
getParentStyleSheetImpl(long peer) |
(package private) long |
getPeer() |
(package private) static long |
getPeer(org.w3c.dom.stylesheets.StyleSheet arg) |
java.lang.String |
getTitle() |
(package private) static java.lang.String |
getTitleImpl(long peer) |
java.lang.String |
getType() |
(package private) static java.lang.String |
getTypeImpl(long peer) |
int |
hashCode() |
void |
setDisabled(boolean value) |
(package private) static void |
setDisabledImpl(long peer,
boolean value) |
private final long peer
private static final int TYPE_CSSStyleSheet
static org.w3c.dom.stylesheets.StyleSheet create(long peer)
long getPeer()
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
static long getPeer(org.w3c.dom.stylesheets.StyleSheet arg)
private static void dispose(long peer)
private static int getCPPTypeImpl(long peer)
static org.w3c.dom.stylesheets.StyleSheet getImpl(long peer)
public java.lang.String getType()
getType
in interface org.w3c.dom.stylesheets.StyleSheet
static java.lang.String getTypeImpl(long peer)
public boolean getDisabled()
getDisabled
in interface org.w3c.dom.stylesheets.StyleSheet
static boolean getDisabledImpl(long peer)
public void setDisabled(boolean value)
setDisabled
in interface org.w3c.dom.stylesheets.StyleSheet
static void setDisabledImpl(long peer, boolean value)
public org.w3c.dom.Node getOwnerNode()
getOwnerNode
in interface org.w3c.dom.stylesheets.StyleSheet
static long getOwnerNodeImpl(long peer)
public org.w3c.dom.stylesheets.StyleSheet getParentStyleSheet()
getParentStyleSheet
in interface org.w3c.dom.stylesheets.StyleSheet
static long getParentStyleSheetImpl(long peer)
public java.lang.String getHref()
getHref
in interface org.w3c.dom.stylesheets.StyleSheet
static java.lang.String getHrefImpl(long peer)
public java.lang.String getTitle()
getTitle
in interface org.w3c.dom.stylesheets.StyleSheet
static java.lang.String getTitleImpl(long peer)
public org.w3c.dom.stylesheets.MediaList getMedia()
getMedia
in interface org.w3c.dom.stylesheets.StyleSheet
static long getMediaImpl(long peer)