gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/doc/C xml.xml


From: Ann Barcomb
Subject: [Gnash-commit] gnash/doc/C xml.xml
Date: Fri, 20 Oct 2006 15:09:28 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Ann Barcomb <ann>       06/10/20 15:09:28

Modified files:
        doc/C          : xml.xml 

Log message:
        normalized periods at the end of definitions
        corrected a typo (is -> if)
        punctuation correction (it's -> its)
        minor text change

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/xml.xml?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: xml.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/xml.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- xml.xml     22 Apr 2006 03:12:08 -0000      1.3
+++ xml.xml     20 Oct 2006 15:09:28 -0000      1.4
@@ -14,7 +14,7 @@
                    <term>addRequestHeader()</term>
                    <listitem>
                    <para>
-                     Change the HTTP header
+                     Change the HTTP header.
                    </para>
                    </listitem>
            </varlistentry>
@@ -23,7 +23,7 @@
                    <term>appendChild()</term>
                    <listitem>
                    <para>
-                     Append a child node to this node
+                     Append a child node to this node.
                    </para>
                    </listitem>
            </varlistentry>
@@ -32,7 +32,7 @@
                    <term>cloneNode()</term>
                    <listitem>
                    <para>
-                     Copy a node
+                     Copy a node.
                    </para>
                    </listitem>
            </varlistentry>
@@ -41,7 +41,7 @@
                    <term>createElement()</term>
                    <listitem>
                    <para>
-                     Create an element for a node
+                     Create an element for a node.
                    </para>
                    </listitem>
            </varlistentry>
@@ -50,7 +50,7 @@
                    <term>createTextNode()</term>
                    <listitem>
                    <para>
-                     Create a text node
+                     Create a text node.
                    </para>
                    </listitem>
            </varlistentry>
@@ -67,7 +67,7 @@
                    <term>getBytesTotal()</term>
                    <listitem>
                    <para>
-                     Return the size of the XML source
+                     Return the size of the XML source.
                    </para>
                    </listitem>
            </varlistentry>
@@ -76,7 +76,7 @@
                    <term>hasChildNodes()</term>
                    <listitem>
                    <para>
-                     Return is this node has any children
+                     Return if this node has any children.
                    </para>
                    </listitem>
            </varlistentry>
@@ -85,7 +85,7 @@
                    <term>insertBefore()</term>
                    <listitem>
                    <para>
-                     Insert a node before this node
+                     Insert a node before this node.
                    </para>
                    </listitem>
            </varlistentry>
@@ -94,7 +94,7 @@
                    <term>load()</term>
                    <listitem>
                    <para>
-                     Load a XML message in memory
+                     Load a XML message in memory.
                    </para>
                    </listitem>
            </varlistentry>
@@ -103,7 +103,7 @@
                    <term>parseXML()</term>
                    <listitem>
                    <para>
-                     Parse an XML document
+                     Parse an XML document.
                    </para>
                    </listitem>
            </varlistentry>
@@ -112,7 +112,7 @@
                    <term>removeNode()</term>
                    <listitem>
                    <para>
-                     Remove a node
+                     Remove a node.
                    </para>
                    </listitem>
            </varlistentry>
@@ -121,7 +121,7 @@
                    <term>send()</term>
                    <listitem>
                    <para>
-                     Send the node through the network
+                     Send the node through the network.
                    </para>
                    </listitem>
            </varlistentry>
@@ -130,7 +130,7 @@
                    <term>sendAndLoad()</term>
                    <listitem>
                    <para>
-                     Send a node, and get the result using the network
+                     Send a node, and get the result using the network.
                    </para>
                    </listitem>
            </varlistentry>
@@ -139,7 +139,7 @@
                    <term>toString()</term>
                    <listitem>
                    <para>
-                     Convert the node and it's children to a string
+                     Convert the node and its children to a string.
                    </para>
                    </listitem>
            </varlistentry>
@@ -156,7 +156,7 @@
          <term>contentType</term>
          <listitem>
            <para>
-             The MIME type
+             The MIME type.
            </para>
          </listitem>
        </varlistentry>
@@ -165,7 +165,7 @@
          <term>attributes</term>
          <listitem>
            <para>
-             Returns an array of the attributes of a node
+             Returns an array of the attributes of a node.
            </para>
          </listitem>
        </varlistentry>
@@ -174,7 +174,7 @@
          <term>childNodes</term>
          <listitem>
            <para>
-             Returns an array of the children of a node
+             Returns an array of the children of a node.
            </para>
          </listitem>
        </varlistentry>
@@ -183,7 +183,7 @@
          <term>xmlDecl</term>
          <listitem>
            <para>
-             Specify document's declaration
+             Specify document's declaration.
            </para>
          </listitem>
        </varlistentry>
@@ -192,7 +192,7 @@
          <term>docTypeDecl</term>
          <listitem>
            <para>
-             Get a string version of a document's declaration
+             Get a string version of a document's declaration.
            </para>
          </listitem>
        </varlistentry>
@@ -201,7 +201,7 @@
          <term>firstChild</term>
          <listitem>
            <para>
-             Returns the first child node
+             Returns the first child node.
            </para>
          </listitem>
        </varlistentry>
@@ -210,7 +210,7 @@
          <term>ignoreWhite</term>
          <listitem>
            <para>
-             If set, blank nodes are deleted
+             If set, blank nodes are deleted.
            </para>
          </listitem>
        </varlistentry>
@@ -218,7 +218,7 @@
        <varlistentry>
          <term>lastChild</term>
          <listitem>
-           Returns the last child node
+           Returns the last child node.
            <para>
            </para>
          </listitem>
@@ -228,7 +228,7 @@
          <term>loaded</term>
          <listitem>
            <para>
-             A flag that signifies whether a file was loaded
+             A flag that signifies if a file was loaded.
            </para>
          </listitem>
        </varlistentry>
@@ -237,7 +237,7 @@
          <term>nextSibling</term>
          <listitem>
            <para>
-             Returns the next child node
+             Returns the next child node.
            </para>
          </listitem>
        </varlistentry>
@@ -246,7 +246,7 @@
          <term>nodeName</term>
          <listitem>
            <para>
-             Returns the name of the node
+             Returns the name of the node.
            </para>
          </listitem>
        </varlistentry>
@@ -255,7 +255,7 @@
          <term>nodeType</term>
          <listitem>
            <para>
-             Returns the type of a node
+             Returns the type of a node.
            </para>
          </listitem>
        </varlistentry>
@@ -264,7 +264,7 @@
          <term>nodeValue</term>
          <listitem>
            <para>
-             Contains the text for a text node type
+             Contains the text for a text node type.
            </para>
          </listitem>
        </varlistentry>
@@ -291,7 +291,7 @@
          <term>parentNode</term>
          <listitem>
            <para>
-             Returns this node's parent
+             Returns this node's parent.
            </para>
          </listitem>
        </varlistentry>
@@ -300,7 +300,7 @@
          <term>status</term>
          <listitem>
            <para>
-             Returns the status code from parsing the XML document
+             Returns the status code from parsing the XML document.
            </para>
          </listitem>
        </varlistentry>
@@ -309,7 +309,7 @@
          <term>previousSibling</term>
          <listitem>
            <para>
-             Returns the child node before this one
+             Returns the child node before this one.
            </para>
          </listitem>
        </varlistentry>
@@ -342,7 +342,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -352,7 +352,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -362,7 +362,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -372,7 +372,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -382,7 +382,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -392,7 +392,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -402,7 +402,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -412,7 +412,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is implemented
+                 This method is implemented.
                </para>
              </entry>
            </row>
@@ -422,7 +422,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -432,7 +432,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is implemented
+                 This method is implemented.
                </para>
              </entry>
            </row>
@@ -442,7 +442,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is implemented
+                 This method is implemented.
                </para>
              </entry>
            </row>
@@ -452,7 +452,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -462,7 +462,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -472,7 +472,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -482,7 +482,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This method is unimplemented
+                 This method is unimplemented.
                </para>
              </entry>
            </row>
@@ -492,7 +492,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is unimplemented
+                 This property is unimplemented.
                </para>
              </entry>
            </row>
@@ -502,7 +502,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is implemented
+                 This property is implemented.
                </para>
              </entry>
            </row>
@@ -512,7 +512,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is implemented
+                 This property is implemented.
                </para>
              </entry>
            </row>
@@ -522,7 +522,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is unimplemented
+                 This property is unimplemented.
                </para>
              </entry>
            </row>
@@ -532,7 +532,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is unimplemented
+                 This property is unimplemented.
                </para>
              </entry>
            </row>
@@ -542,7 +542,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is implemented
+                 This property is implemented.
                </para>
              </entry>
            </row>
@@ -552,7 +552,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is unimplemented
+                 This property is unimplemented.
                </para>
              </entry>
            </row>
@@ -562,7 +562,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is unimplemented
+                 This property is unimplemented.
                </para>
              </entry>
            </row>
@@ -572,7 +572,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is implemented
+                 This property is implemented.
                </para>
              </entry>
            </row>
@@ -582,7 +582,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is unimplemented
+                 This property is unimplemented.
                </para>
              </entry>
            </row>
@@ -592,7 +592,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is unimplemented
+                 This property is unimplemented.
                </para>
              </entry>
            </row>
@@ -602,7 +602,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is implemented
+                 This property is implemented.
                </para>
              </entry>
            </row>
@@ -612,7 +612,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This property is unimplemented
+                 This property is unimplemented.
                </para>
              </entry>
            </row>
@@ -622,7 +622,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This event handler is implemented
+                 This event handler is implemented.
                </para>
              </entry>
            </row>
@@ -632,7 +632,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This event handler is implemented
+                 This event handler is implemented.
                </para>
              </entry>
            </row>
@@ -642,7 +642,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This event handler is implemented
+                 This event handler is implemented.
                </para>
              </entry>
            </row>
@@ -652,7 +652,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This event handler is unimplemented
+                 This event handler is unimplemented.
                </para>
              </entry>
            </row>
@@ -662,7 +662,7 @@
              </entry>
              <entry valign="top" align="center">
                <para>
-                 This event handler is unimplemented
+                 This event handler is unimplemented.
                </para>
              </entry>
            </row>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]