1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Slide 51</title>
</head>
<body>
<center>
<a href="text0.html">First page</a> <a href="text49.html">Back</a> <a href="text51.html">Continue</a> <a href="text82.html">Last page</a> <a href="whatswrong.html">Overview</a> <a href="img50.html">Graphics</a></center><br>
<h1><b>Attribute Constructors</b></h1><p>
<ul><li><h2><b>public Attribute(String localName, String value);</b></h2>
<li><h2><b>public Attribute(String localName, String value, Type type);</b></h2>
<li><h2><b>public Attribute(String name, String URI, String value, Type type);</b></h2>
<li><h2><b>public Attribute(Attribute attribute);</b></h2>
</ul></body>
</html>
|