|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface must be implemented by the DOM elements which needs CSS support.
| Field Summary |
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Method Summary | |
StyleMap |
getComputedStyleMap(String pseudoElement)
Returns the computed style of this element/pseudo-element. |
ParsedURL |
getCSSBase()
Returns the CSS base URL of this element. |
String |
getCSSClass()
Returns the class of this element. |
StyleDeclarationProvider |
getOverrideStyleDeclarationProvider()
Returns the object that gives access to the underlying StyleDeclaration for the override style of this element. |
String |
getXMLId()
Returns the ID of this element. |
boolean |
isPseudoInstanceOf(String pseudoClass)
Tells whether this element is an instance of the given pseudo class. |
void |
setComputedStyleMap(String pseudoElement,
StyleMap sm)
Sets the computed style of this element/pseudo-element. |
| Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Method Detail |
public StyleMap getComputedStyleMap(String pseudoElement)
public void setComputedStyleMap(String pseudoElement,
StyleMap sm)
public String getXMLId()
public String getCSSClass()
public ParsedURL getCSSBase()
public boolean isPseudoInstanceOf(String pseudoClass)
public StyleDeclarationProvider getOverrideStyleDeclarationProvider()
StyleDeclaration for the override style of this element.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||