Package org.mozilla.javascript.xmlimpl
Class XMLWithScope
- java.lang.Object
-
- org.mozilla.javascript.NativeWith
-
- org.mozilla.javascript.xmlimpl.XMLWithScope
-
- All Implemented Interfaces:
java.io.Serializable
,IdFunctionCall
,Scriptable
,SymbolScriptable
final class XMLWithScope extends NativeWith
-
-
Field Summary
Fields Modifier and Type Field Description private int
_currIndex
private XMLObject
_dqPrototype
private XMLList
_xmlList
private XMLLibImpl
lib
private static long
serialVersionUID
-
Fields inherited from class org.mozilla.javascript.NativeWith
parent, prototype
-
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND
-
-
Constructor Summary
Constructors Constructor Description XMLWithScope(XMLLibImpl lib, Scriptable parent, XMLObject prototype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
initAsDotQuery()
protected java.lang.Object
updateDotQuery(boolean value)
Must return null to continue looping or the final collection result.-
Methods inherited from class org.mozilla.javascript.NativeWith
delete, delete, delete, execIdCall, get, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, has, hasInstance, put, put, put, setParentScope, setPrototype
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
lib
private XMLLibImpl lib
-
_currIndex
private int _currIndex
-
_xmlList
private XMLList _xmlList
-
_dqPrototype
private XMLObject _dqPrototype
-
-
Constructor Detail
-
XMLWithScope
XMLWithScope(XMLLibImpl lib, Scriptable parent, XMLObject prototype)
-
-
Method Detail
-
initAsDotQuery
void initAsDotQuery()
-
updateDotQuery
protected java.lang.Object updateDotQuery(boolean value)
Description copied from class:NativeWith
Must return null to continue looping or the final collection result.- Overrides:
updateDotQuery
in classNativeWith
-
-