~ubuntu-branches/ubuntu/trusty/pxp/trusty

« back to all changes in this revision

Viewing changes to doc/manual/html/ref/Pxp_dtd.dtd_element-c.html

  • Committer: Package Import Robot
  • Author(s): Stéphane Glondu
  • Date: 2013-07-11 11:21:26 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20130711112126-5wysiuf0cgjo376r
Tags: 1.2.4-1
* Team upload
* New upstream release
* Update Vcs-*

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
<link title="Example_readme" rel="Chapter" href="Example_readme.html"><title>PXP Reference : Pxp_dtd.dtd_element</title>
39
39
</head>
40
40
<body>
41
 
<div class="navbar"><a href="Pxp_dtd.dtd-c.html">Previous</a>
42
 
&nbsp;<a href="Pxp_dtd.html">Up</a>
43
 
&nbsp;<a href="Pxp_dtd.dtd_notation-c.html">Next</a>
 
41
<div class="navbar"><a class="pre" href="Pxp_dtd.dtd-c.html" title="Pxp_dtd.dtd">Previous</a>
 
42
&nbsp;<a class="up" href="Pxp_dtd.html" title="Pxp_dtd">Up</a>
 
43
&nbsp;<a class="post" href="Pxp_dtd.dtd_notation-c.html" title="Pxp_dtd.dtd_notation">Next</a>
44
44
</div>
45
 
<center><h1>Class <a href="type_Pxp_dtd.dtd_element.html">Pxp_dtd.dtd_element</a></h1></center>
46
 
<br>
 
45
<h1>Class <a href="type_Pxp_dtd.dtd_element.html">Pxp_dtd.dtd_element</a></h1>
47
46
<pre><span name="TYPEdtd_element"><span class="keyword">class</span> dtd_element</span> : <code class="type"><a href="Pxp_dtd.dtd-c.html">dtd</a> -> string -> </code><code class="code"><span class="keyword">object</span></code> <a href="Pxp_dtd.dtd_element-c.html">..</a> <code class="code"><span class="keyword">end</span></code></pre>A single element declaration that can be added to the DTD object.
48
47
 Element declarations are created by
49
 
   <pre></pre><code class="code">&nbsp;<span class="keyword">new</span>&nbsp;dtd_element&nbsp;init_dtd&nbsp;init_name&nbsp;</code><pre></pre>
 
48
   <code class="code">&nbsp;<span class="keyword">new</span>&nbsp;dtd_element&nbsp;init_dtd&nbsp;init_name&nbsp;</code>
50
49
 This creates a new <code class="code">dtd_element</code> object for <code class="code">init_dtd</code> with <code class="code">init_name</code>.
51
50
 The strings are represented in the same encoding as <code class="code">init_dtd</code>.<br>
52
51
<hr width="100%">