org.apache.html.dom

Class HTMLStyleElementImpl

public class HTMLStyleElementImpl extends HTMLElementImpl implements HTMLStyleElement

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Version: $Revision: 1.9 $ $Date: 2005/04/18 01:12:37 $

Author: Assaf Arkin

See Also: org.w3c.dom.html.HTMLStyleElement org.apache.xerces.dom.ElementImpl

Constructor Summary
HTMLStyleElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.
Method Summary
booleangetDisabled()
StringgetMedia()
StringgetType()
voidsetDisabled(boolean disabled)
voidsetMedia(String media)
voidsetType(String type)

Constructor Detail

HTMLStyleElementImpl

public HTMLStyleElementImpl(HTMLDocumentImpl owner, String name)
Constructor requires owner document.

Parameters: owner The owner HTML document

Method Detail

getDisabled

public boolean getDisabled()

getMedia

public String getMedia()

getType

public String getType()

setDisabled

public void setDisabled(boolean disabled)

setMedia

public void setMedia(String media)

setType

public void setType(String type)
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.