File: com.jclark.xml.tok.ContentToken.html

package info (click to toggle)
lib-xp-java 0.5-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,652 kB
  • ctags: 2,424
  • sloc: java: 8,085; makefile: 53; sh: 17; xml: 7
file content (153 lines) | stat: -rw-r--r-- 6,004 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Sat Jan 02 02:58:02 GMT 1999 -->
<title>
  Class com.jclark.xml.tok.ContentToken
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-com.jclark.xml.tok.html">This Package</a>  <a href="com.jclark.xml.tok.Buffer.html#_top_">Previous</a>  <a href="com.jclark.xml.tok.Encoding.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class com.jclark.xml.tok.ContentToken
</h1>
<pre>
java.lang.Object
   |
   +----<a href="com.jclark.xml.tok.Token.html#_top_">com.jclark.xml.tok.Token</a>
           |
           +----com.jclark.xml.tok.ContentToken
</pre>
<hr>
<dl>
  <dt> public class <b>ContentToken</b>
  <dt> extends <a href="com.jclark.xml.tok.Token.html#_top_">Token</a>
</dl>
Represents information returned by <code>Encoding.tokenizeContent</code>.
<p>
<dl>
    <dt> <b>See Also:</b>
    <dd> <a href="com.jclark.xml.tok.Encoding.html#tokenizeContent">tokenizeContent</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#ContentToken()"><b>ContentToken</b></a>()
  <dd> 
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getAttributeNameEnd(int)"><b>getAttributeNameEnd</b></a>(int)
  <dd>  Returns the index following the last character of the name of the
 attribute index <code>i</code>.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getAttributeNameStart(int)"><b>getAttributeNameStart</b></a>(int)
  <dd>  Returns the index of the first character of the name of the
 attribute index <code>i</code>.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getAttributeSpecifiedCount()"><b>getAttributeSpecifiedCount</b></a>()
  <dd>  Returns the number of attributes specified in the start-tag
 or empty element tag.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getAttributeValueEnd(int)"><b>getAttributeValueEnd</b></a>(int)
  <dd>  Returns the index of the closing quote attribute index <code>i</code>.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#getAttributeValueStart(int)"><b>getAttributeValueStart</b></a>(int)
  <dd>  Returns the index of the character following the opening quote of
 attribute index <code>i</code>.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#isAttributeNormalized(int)"><b>isAttributeNormalized</b></a>(int)
  <dd>  Returns true if attribute index <code>i</code> does not need to
 be normalized.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="ContentToken"></a>
<a name="ContentToken()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>ContentToken</b>
<pre>
 public ContentToken()
</pre>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="getAttributeSpecifiedCount()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getAttributeSpecifiedCount"><b>getAttributeSpecifiedCount</b></a>
<pre>
 public final int getAttributeSpecifiedCount()
</pre>
<dl>
  <dd> Returns the number of attributes specified in the start-tag
 or empty element tag.
<p>
</dl>
<a name="getAttributeNameStart(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getAttributeNameStart"><b>getAttributeNameStart</b></a>
<pre>
 public final int getAttributeNameStart(int i)
</pre>
<dl>
  <dd> Returns the index of the first character of the name of the
 attribute index <code>i</code>.
<p>
</dl>
<a name="getAttributeNameEnd(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getAttributeNameEnd"><b>getAttributeNameEnd</b></a>
<pre>
 public final int getAttributeNameEnd(int i)
</pre>
<dl>
  <dd> Returns the index following the last character of the name of the
 attribute index <code>i</code>.
<p>
</dl>
<a name="getAttributeValueStart(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getAttributeValueStart"><b>getAttributeValueStart</b></a>
<pre>
 public final int getAttributeValueStart(int i)
</pre>
<dl>
  <dd> Returns the index of the character following the opening quote of
 attribute index <code>i</code>.
<p>
</dl>
<a name="getAttributeValueEnd(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="getAttributeValueEnd"><b>getAttributeValueEnd</b></a>
<pre>
 public final int getAttributeValueEnd(int i)
</pre>
<dl>
  <dd> Returns the index of the closing quote attribute index <code>i</code>.
<p>
</dl>
<a name="isAttributeNormalized(int)"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="isAttributeNormalized"><b>isAttributeNormalized</b></a>
<pre>
 public final boolean isAttributeNormalized(int i)
</pre>
<dl>
  <dd> Returns true if attribute index <code>i</code> does not need to
 be normalized.  This is an optimization that allows further processing
 of the attribute to be avoided when it is known that normalization
 cannot change the value of the attribute.
<p>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-com.jclark.xml.tok.html">This Package</a>  <a href="com.jclark.xml.tok.Buffer.html#_top_">Previous</a>  <a href="com.jclark.xml.tok.Encoding.html#_top_">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>