Uses of Class
org.mozilla.javascript.xml.XMLObject
-
Packages that use XMLObject Package Description org.mozilla.javascript.xmlimpl -
-
Uses of XMLObject in org.mozilla.javascript.xmlimpl
Subclasses of XMLObject in org.mozilla.javascript.xmlimpl Modifier and Type Class Description (package private) class
XML
(package private) class
XMLList
(package private) class
XMLObjectImpl
This abstract class describes what all XML objects (XML, XMLList) should have in common.Fields in org.mozilla.javascript.xmlimpl declared as XMLObject Modifier and Type Field Description private XMLObject
XMLWithScope. _dqPrototype
Methods in org.mozilla.javascript.xmlimpl with parameters of type XMLObject Modifier and Type Method Description (package private) java.lang.Object
XMLLibImpl. addXMLObjects(Context cx, XMLObject obj1, XMLObject obj2)
(package private) void
XMLObjectImpl. initialize(XMLLibImpl lib, Scriptable scope, XMLObject prototype)
Constructors in org.mozilla.javascript.xmlimpl with parameters of type XMLObject Constructor Description XML(XMLLibImpl lib, Scriptable scope, XMLObject prototype, XmlNode node)
XMLList(XMLLibImpl lib, Scriptable scope, XMLObject prototype)
XMLObjectImpl(XMLLibImpl lib, Scriptable scope, XMLObject prototype)
XMLWithScope(XMLLibImpl lib, Scriptable parent, XMLObject prototype)
-