Package org.mozilla.javascript.xmlimpl
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 intprivate XMLObjectprivate XMLListprivate XMLLibImplprivate static final longFields inherited from class org.mozilla.javascript.NativeWith
parent, prototypeFields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidprotected ObjectupdateDotQuery(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 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:NativeWithMust return null to continue looping or the final collection result.- Overrides:
updateDotQueryin classNativeWith
-