com.gargoylesoftware.htmlunit.javascript.host.html
Class HTMLCollectionTags

java.lang.Object
  extended by net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
      extended by com.gargoylesoftware.htmlunit.javascript.SimpleScriptable
          extended by com.gargoylesoftware.htmlunit.javascript.host.html.HTMLCollection
              extended by com.gargoylesoftware.htmlunit.javascript.host.html.HTMLCollectionTags
All Implemented Interfaces:
Serializable, Cloneable, Map, net.sourceforge.htmlunit.corejs.javascript.Callable, net.sourceforge.htmlunit.corejs.javascript.ConstProperties, net.sourceforge.htmlunit.corejs.javascript.debug.DebuggableObject, net.sourceforge.htmlunit.corejs.javascript.Function, net.sourceforge.htmlunit.corejs.javascript.Scriptable, NodeList

public class HTMLCollectionTags
extends HTMLCollection

An array of elements. It is very similar to HTMLCollection, but with 'tags' property for Firefox.

Version:
$Revision: 5301 $
Author:
Ahmed Ashour, Daniel Gredler
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 
Fields inherited from class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST
 
Fields inherited from interface net.sourceforge.htmlunit.corejs.javascript.Scriptable
NOT_FOUND
 
Constructor Summary
HTMLCollectionTags()
          Deprecated. 
HTMLCollectionTags(SimpleScriptable parentScope)
          Creates an instance.
 
Method Summary
protected  Object equivalentValues(Object other)
          Called for the js "==".
 
Methods inherited from class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLCollection
avoidObjectDetection, call, computeElements, construct, get, getClassName, getElements, getIds, getLength, getScriptableForElement, getWithPreemption, has, init, init, initFromChildren, item, jsxFunction_item, jsxFunction_namedItem, jsxFunction_nextNode, jsxFunction_reset, jsxFunction_tags, jsxGet_length, setAvoidObjectDetection, toString
 
Methods inherited from class com.gargoylesoftware.htmlunit.javascript.SimpleScriptable
clone, defineFunctionProperties, defineProperty, get, getBrowserVersion, getDefaultValue, getDomNodeOrDie, getDomNodeOrNull, getPrototype, getScriptableFor, getStartingScope, getTransformerScriptableFor, getWindow, getWindow, hasInstance, initParentScope, makeScriptableFor, setCaseSensitive, setDomNode, setDomNode, setHtmlElement
 
Methods inherited from class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject
applyDescriptorToAttributeBitset, associateValue, buildDataDescriptor, callMethod, callMethod, clear, containsKey, containsValue, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, entrySet, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypeOf, has, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, keySet, preventExtensions, put, put, put, putAll, putConst, putConstProperty, putProperty, putProperty, redefineProperty, remove, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, size, values
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sourceforge.htmlunit.corejs.javascript.Scriptable
delete, delete, get, getDefaultValue, getParentScope, getPrototype, has, hasInstance, put, put, setParentScope, setPrototype
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

HTMLCollectionTags

@Deprecated
public HTMLCollectionTags()
Deprecated. 

Creates an instance. JavaScript objects must have a default constructor. Don't call.


HTMLCollectionTags

public HTMLCollectionTags(SimpleScriptable parentScope)
Creates an instance.

Parameters:
parentScope - parent scope
Method Detail

equivalentValues

protected Object equivalentValues(Object other)
Called for the js "==". Called for the js "==".

Overrides:
equivalentValues in class HTMLCollection


Copyright © 2002-2011 Gargoyle Software Inc.. All Rights Reserved.