This checkin starts updating the javadocs. Wow. Some of these docs
haven't been touched since 1998! A dom/classes/org/mozilla/dom/package.html A dom/classes/org/mozilla/dom/util/package.html A util/classes/org/mozilla/util/package.html A webclient/classes_spec/org/mozilla/webclient/overview.html A webclient/classes_spec/org/mozilla/webclient/package.html M dist/build.xml M util/classes/org/mozilla/util/Debug.java M util/classes/org/mozilla/util/Log.java M util/classes/org/mozilla/util/Range.java M util/classes/org/mozilla/util/Utilities.java M webclient/classes_spec/org/mozilla/webclient/BrowserControl.java M webclient/classes_spec/org/mozilla/webclient/BrowserControlFactory.java M webclient/classes_spec/org/mozilla/webclient/ImplObject.java M webclient/classes_spec/org/mozilla/webclient/Navigation2.java M webclient/classes_spec/org/mozilla/webclient/WebclientFactory.java - Start refresh of javadocs git-svn-id: svn://10.0.0.236/trunk@170679 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
51
mozilla/java/dom/classes/org/mozilla/dom/package.html
Normal file
51
mozilla/java/dom/classes/org/mozilla/dom/package.html
Normal file
@@ -0,0 +1,51 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<!--
|
||||
|
||||
* The contents of this file are subject to the Netscape Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/NPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is mozilla.org code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
|
||||
* Ed Burns >edburns@acm.org<
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>org.mozilla.dom</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>Classes to access access and manipulate the <a
|
||||
href="http://www.w3.org/2003/01/dom2-javadoc/">W3C DOM</a> of the
|
||||
current page.</p>
|
||||
|
||||
<p>The normal way to gain access to the dom is by calling {@link
|
||||
org.mozilla.webclient.CurrentPage#getDOM}. This returns an <code><a
|
||||
href="http://www.w3.org/2003/01/dom2-javadoc/org/w3c/dom/Document.html">org.w3c.dom.Document</a></code>
|
||||
instance which can be manipulated and inspected as desired.</code></p>
|
||||
|
||||
|
||||
<hr>
|
||||
<!-- Created: Mon Mar 14 20:36:26 Eastern Standard Time 2005 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Mon Mar 14 20:45:20 Eastern Standard Time 2005
|
||||
<!-- hhmts end -->
|
||||
</body>
|
||||
</html>
|
||||
42
mozilla/java/dom/classes/org/mozilla/dom/util/package.html
Normal file
42
mozilla/java/dom/classes/org/mozilla/dom/util/package.html
Normal file
@@ -0,0 +1,42 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
|
||||
<!--
|
||||
|
||||
* The contents of this file are subject to the Netscape Public
|
||||
* License Version 1.1 (the "License"); you may not use this file
|
||||
* except in compliance with the License. You may obtain a copy of
|
||||
* the License at http://www.mozilla.org/NPL/
|
||||
*
|
||||
* Software distributed under the License is distributed on an "AS
|
||||
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
* implied. See the License for the specific language governing
|
||||
* rights and limitations under the License.
|
||||
*
|
||||
* The Original Code is mozilla.org code.
|
||||
*
|
||||
* The Initial Developer of the Original Code is Netscape
|
||||
* Communications Corporation. Portions created by Netscape are
|
||||
* Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
* Rights Reserved.
|
||||
*
|
||||
* Contributor(s):
|
||||
|
||||
* Ed Burns >edburns@acm.org<
|
||||
|
||||
-->
|
||||
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>org.mozilla.dom.util</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p>DOM Utilities.</p>
|
||||
<hr>
|
||||
<!-- Created: Mon Mar 14 20:36:26 Eastern Standard Time 2005 -->
|
||||
<!-- hhmts start -->
|
||||
Last modified: Mon Mar 14 20:49:52 Eastern Standard Time 2005
|
||||
<!-- hhmts end -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user