|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface allows an element to be considered as the child of another element without being added to the DOM tree.
Method Summary | |
Element |
getParentElement()
The parent element of this element. |
CSSOMReadOnlyStyleDeclaration |
getStyleDeclaration()
Gets the style of this element. |
void |
setParentElement(Element elt)
Sets the parent element of this element. |
void |
setStyleDeclaration(CSSOMReadOnlyStyleDeclaration sd)
Sets the style of this element. |
Method Detail |
public Element getParentElement()
public void setParentElement(Element elt)
public CSSOMReadOnlyStyleDeclaration getStyleDeclaration()
public void setStyleDeclaration(CSSOMReadOnlyStyleDeclaration sd)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |