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