Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2
<!--NewPage-->
3
<html>
4
<head>
5
<!-- Generated by javadoc on Fri Sep 24 03:23:03 CEST 1999 -->
6
<title>
7
  Class de.tudarmstadt.ito.domutils.NameQualifierImpl
8
</title>
9
</head>
10
<body>
11
<a name="_top_"></a>
12
<pre>
13
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-de.tudarmstadt.ito.domutils.html">This Package</a>  <a href="de.tudarmstadt.ito.domutils.NQ_Sun.html#_top_">Previous</a>  <a href="Package-de.tudarmstadt.ito.domutils.html">Next</a>  <a href="AllNames.html">Index</a></pre>
14
<hr>
15
<h1>
16
  Class de.tudarmstadt.ito.domutils.NameQualifierImpl
17
</h1>
18
<pre>
19
java.lang.Object
20
   |
21
   +----de.tudarmstadt.ito.domutils.NameQualifierImpl
22
</pre>
23
<hr>
24
<dl>
25
  <dt> public class <b>NameQualifierImpl</b>
26
  <dt> extends Object
27
  <dt> implements <a href="de.tudarmstadt.ito.domutils.NameQualifier.html#_top_">NameQualifier</a>
28
</dl>
29
Default implementation of the NameQualifier interface.
30
 <P>This is usually the base class for other objects that implement
31
 NameQualifier. Normally, these objects override getLocalName() and
32
 getNamespaceURI() but not getQualifiedName().</P>
33
<p>
34
<hr>
35
<a name="index"></a>
36
<h2>
37
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
38
</h2>
39
<dl>
40
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
41
	<a href="#NameQualifierImpl()"><b>NameQualifierImpl</b></a>()
42
  <dd> Construct a new NameQualifierImpl object.
43
</dl>
44
<h2>
45
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
46
</h2>
47
<dl>
48
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
49
	<a href="#getLocalName(org.w3c.dom.Node)"><b>getLocalName</b></a>(Node)
50
  <dd>  Default implementation of getLocalName.
51
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
52
	<a href="#getNamespaceURI(org.w3c.dom.Node)"><b>getNamespaceURI</b></a>(Node)
53
  <dd>  Default implementation of getNamespaceURI.
54
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
55
	<a href="#getQualifiedName(org.w3c.dom.Node)"><b>getQualifiedName</b></a>(Node)
56
  <dd>  Default implementation of getQualifiedName.
57
</dl>
58
<a name="constructors"></a>
59
<h2>
60
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
61
</h2>
62
<a name="NameQualifierImpl"></a>
63
<a name="NameQualifierImpl()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
64
<b>NameQualifierImpl</b>
65
<pre>
66
 public NameQualifierImpl()
67
</pre>
68
<dl>
69
  <dd> Construct a new NameQualifierImpl object.
70
<p>
71
</dl>
72
<a name="methods"></a>
73
<h2>
74
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
75
</h2>
76
<a name="getQualifiedName(org.w3c.dom.Node)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
77
<a name="getQualifiedName"><b>getQualifiedName</b></a>
78
<pre>
79
 public String getQualifiedName(Node node)
80
</pre>
81
<dl>
82
  <dd> Default implementation of getQualifiedName.
83
<p>
84
  <dd><dl>
85
    <dt> <b>Parameters:</b>
86
    <dd> node - The Node for which to get the name.
87
    <dt> <b>Returns:</b>
88
    <dd> The qualified name.
89
  </dl></dd>
90
</dl>
91
<a name="getLocalName(org.w3c.dom.Node)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
92
<a name="getLocalName"><b>getLocalName</b></a>
93
<pre>
94
 public String getLocalName(Node node)
95
</pre>
96
<dl>
97
  <dd> Default implementation of getLocalName. Always returns the Node name.
98
<p>
99
  <dd><dl>
100
    <dt> <b>Parameters:</b>
101
    <dd> node - The Node for which to get the name.
102
    <dt> <b>Returns:</b>
103
    <dd> The (possibly prefixed) Node name.
104
  </dl></dd>
105
</dl>
106
<a name="getNamespaceURI(org.w3c.dom.Node)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
107
<a name="getNamespaceURI"><b>getNamespaceURI</b></a>
108
<pre>
109
 public String getNamespaceURI(Node node)
110
</pre>
111
<dl>
112
  <dd> Default implementation of getNamespaceURI. Always returns null.
113
<p>
114
  <dd><dl>
115
    <dt> <b>Parameters:</b>
116
    <dd> node - The Node for which to get the URI.
117
    <dt> <b>Returns:</b>
118
    <dd> Always null.
119
  </dl></dd>
120
</dl>
121
<hr>
122
<pre>
123
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-de.tudarmstadt.ito.domutils.html">This Package</a>  <a href="de.tudarmstadt.ito.domutils.NQ_Sun.html#_top_">Previous</a>  <a href="Package-de.tudarmstadt.ito.domutils.html">Next</a>  <a href="AllNames.html">Index</a></pre>
124
</body>
125
</html>
(28-28/72)