Uses of Class
org.mozilla.javascript.xml.XMLObject
Packages that use XMLObject
-
Uses of XMLObject in org.mozilla.javascript.xmlimpl
Subclasses of XMLObject in org.mozilla.javascript.xmlimplModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
This abstract class describes what all XML objects (XML, XMLList) should have in common.Fields in org.mozilla.javascript.xmlimpl declared as XMLObjectMethods in org.mozilla.javascript.xmlimpl with parameters of type XMLObjectModifier and TypeMethodDescription(package private) Object
XMLLibImpl.addXMLObjects
(Context cx, XMLObject obj1, XMLObject obj2) (package private) final void
XMLObjectImpl.initialize
(XMLLibImpl lib, Scriptable scope, XMLObject prototype) Constructors in org.mozilla.javascript.xmlimpl with parameters of type XMLObjectModifierConstructorDescription(package private)
XML
(XMLLibImpl lib, Scriptable scope, XMLObject prototype, XmlNode node) (package private)
XMLList
(XMLLibImpl lib, Scriptable scope, XMLObject prototype) protected
XMLObjectImpl
(XMLLibImpl lib, Scriptable scope, XMLObject prototype) (package private)
XMLWithScope
(XMLLibImpl lib, Scriptable parent, XMLObject prototype)