Class XMLWithScope

java.lang.Object
org.mozilla.javascript.NativeWith
org.mozilla.javascript.xmlimpl.XMLWithScope
All Implemented Interfaces:
Serializable, IdFunctionCall, Scriptable, SymbolScriptable

final class XMLWithScope extends NativeWith
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • lib

      private XMLLibImpl lib
    • _currIndex

      private int _currIndex
    • _xmlList

      private XMLList _xmlList
    • _dqPrototype

      private XMLObject _dqPrototype
  • Constructor Details

  • Method Details

    • initAsDotQuery

      void initAsDotQuery()
    • updateDotQuery

      protected Object updateDotQuery(boolean value)
      Description copied from class: NativeWith
      Must return null to continue looping or the final collection result.
      Overrides:
      updateDotQuery in class NativeWith