File: text36.html

package info (click to toggle)
xom 1.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,712 kB
  • sloc: xml: 68,724; java: 48,828; makefile: 17
file content (18 lines) | stat: -rw-r--r-- 902 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 37</title>
</head>
<body>
<center>
<a href="text0.html">First page</a> <a href="text35.html">Back</a> <a href="text37.html">Continue</a> <a href="text82.html">Last page</a> <a href="whatswrong.html">Overview</a> <a href="img36.html">Graphics</a></center><br>
<h1><b>Element Constructors:</b></h1><p>
<ul><li><h2><b>public Element(String name);</b></h2>
<li><h2><b>public Element(String name, String uri);</b></h2>
<li><h2><b>public Element(Element element);</b></h2>
<li><h2><b></b></h2>
<li><h2><b>Element para = new Element(&quot;para&quot;);</b></h2>
<li><h2><b>Element p = new Element(&quot;p&quot;, &quot;http://www.w3.org/TR/2001/xhtml&quot;);</b></h2>
<li><h2><b>Element text = new Element(&quot;svg:text&quot;, &quot;http://www.w3.org/TR/2000/svg&quot;);</b></h2>
</ul></body>
</html>