mozdev.org

Mozile (xhtml editing in your browser)    

resources:
MozileStyleResource

Class MozileStyleResource

Object
   |
   +--MozileResource
         |
         +--MozileStyleResource

class MozileStyleResource
extends MozileResource

Defined in core.js


Constructor Summary
MozileStyleResource (<String> id, <String> type, <String> media, <String> namespace)
            Mozile Style Resource - Subclass of MozileResource designed for style tags.
 
Method Summary
 Element createElement()
           Creates a new element for the resource and returns it.
 String getMedia()
          
 CSSStyleSheet getStylesheet()
           Finds the CSSStyleSheet associated with the element.
 
Methods inherited from class MozileResource
toString, getCategory, getId, getType, getNamespace, getElement, getContent, setContent, load, unload
 

Constructor Detail

MozileStyleResource

MozileStyleResource(<String> id, <String> type, <String> media, <String> namespace)

Method Detail

createElement

Element createElement()

getMedia

String getMedia()

getStylesheet

CSSStyleSheet getStylesheet()


Documentation generated by JSDoc on Wed Nov 1 15:11:15 2006

For questions or comments about mozile, please send a message to the mozile mailing list.
Copyright © 2000-2008. All rights reserved. Terms of Use & Privacy Policy.