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) classXML(package private) classXMLList(package private) classXMLObjectImplThis 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 XMLObjectXMLWithScope. _dqPrototypeMethods in org.mozilla.javascript.xmlimpl with parameters of type XMLObject Modifier and Type Method Description (package private) java.lang.ObjectXMLLibImpl. addXMLObjects(Context cx, XMLObject obj1, XMLObject obj2)(package private) voidXMLObjectImpl. 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)
-