public class StyleSheetList extends SimpleScriptable
Constructor and Description |
---|
StyleSheetList()
Rhino requires default constructors.
|
StyleSheetList(Document document)
Creates a new style sheet list owned by the specified document.
|
Modifier and Type | Method and Description |
---|---|
Stylesheet |
jsxFunction_item(int index)
Returns the style sheet at the specified index.
|
int |
jsxGet_length()
Returns the list's length.
|
get, getBooleanArg, getClassName, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getIntArg, getLog, getObjectArg, getPrototype, getScriptableFor, getStartingScope, getStringArg, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, makeScriptableFor, setDomNode, setDomNode, setHtmlElement
associateValue, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, equivalentValues, get, getAllIds, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, has, has, hasInstance, hasProperty, hasProperty, isConst, isSealed, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype
public StyleSheetList()
public StyleSheetList(Document document)
document
- the owning documentpublic int jsxGet_length()
public Stylesheet jsxFunction_item(int index)
index
- the index of the style sheet to returnCopyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.