• Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!-- NewPage -->
3<html lang="en">
4<head>
5<!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:22 PDT 2013 -->
6<title>JsonParserMinimalBase (Jackson JSON Processor)</title>
7<meta name="date" content="2013-07-14">
8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9</head>
10<body>
11<script type="text/javascript"><!--
12    if (location.href.indexOf('is-external=true') == -1) {
13        parent.document.title="JsonParserMinimalBase (Jackson JSON Processor)";
14    }
15//-->
16</script>
17<noscript>
18<div>JavaScript is disabled on your browser.</div>
19</noscript>
20<!-- ========= START OF TOP NAVBAR ======= -->
21<div class="topNav"><a name="navbar_top">
22<!--   -->
23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24<!--   -->
25</a>
26<ul class="navList" title="Navigation">
27<li><a href="../../../../overview-summary.html">Overview</a></li>
28<li><a href="package-summary.html">Package</a></li>
29<li class="navBarCell1Rev">Class</li>
30<li><a href="class-use/JsonParserMinimalBase.html">Use</a></li>
31<li><a href="package-tree.html">Tree</a></li>
32<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../../../index-all.html">Index</a></li>
34<li><a href="../../../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li><a href="../../../../org/codehaus/jackson/impl/JsonParserBase.html" title="class in org.codehaus.jackson.impl"><span class="strong">Prev Class</span></a></li>
40<li><a href="../../../../org/codehaus/jackson/impl/JsonReadContext.html" title="class in org.codehaus.jackson.impl"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../../../index.html?org/codehaus/jackson/impl/JsonParserMinimalBase.html" target="_top">Frames</a></li>
44<li><a href="JsonParserMinimalBase.html" target="_top">No Frames</a></li>
45</ul>
46<ul class="navList" id="allclasses_navbar_top">
47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
48</ul>
49<div>
50<script type="text/javascript"><!--
51  allClassesLink = document.getElementById("allclasses_navbar_top");
52  if(window==top) {
53    allClassesLink.style.display = "block";
54  }
55  else {
56    allClassesLink.style.display = "none";
57  }
58  //-->
59</script>
60</div>
61<div>
62<ul class="subNavList">
63<li>Summary:&nbsp;</li>
64<li><a href="#nested_classes_inherited_from_class_org.codehaus.jackson.JsonParser">Nested</a>&nbsp;|&nbsp;</li>
65<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
66<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
67<li><a href="#method_summary">Method</a></li>
68</ul>
69<ul class="subNavList">
70<li>Detail:&nbsp;</li>
71<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
72<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
73<li><a href="#method_detail">Method</a></li>
74</ul>
75</div>
76<a name="skip-navbar_top">
77<!--   -->
78</a></div>
79<!-- ========= END OF TOP NAVBAR ========= -->
80<!-- ======== START OF CLASS DATA ======== -->
81<div class="header">
82<div class="subTitle">org.codehaus.jackson.impl</div>
83<h2 title="Class JsonParserMinimalBase" class="title">Class JsonParserMinimalBase</h2>
84</div>
85<div class="contentContainer">
86<ul class="inheritance">
87<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
88<li>
89<ul class="inheritance">
90<li><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">org.codehaus.jackson.JsonParser</a></li>
91<li>
92<ul class="inheritance">
93<li>org.codehaus.jackson.impl.JsonParserMinimalBase</li>
94</ul>
95</li>
96</ul>
97</li>
98</ul>
99<div class="description">
100<ul class="blockList">
101<li class="blockList">
102<dl>
103<dt>All Implemented Interfaces:</dt>
104<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a>, <a href="../../../../org/codehaus/jackson/Versioned.html" title="interface in org.codehaus.jackson">Versioned</a></dd>
105</dl>
106<dl>
107<dt>Direct Known Subclasses:</dt>
108<dd><a href="../../../../org/codehaus/jackson/impl/JsonParserBase.html" title="class in org.codehaus.jackson.impl">JsonParserBase</a>, <a href="../../../../org/codehaus/jackson/util/TokenBuffer.Parser.html" title="class in org.codehaus.jackson.util">TokenBuffer.Parser</a>, <a href="../../../../org/codehaus/jackson/node/TreeTraversingParser.html" title="class in org.codehaus.jackson.node">TreeTraversingParser</a></dd>
109</dl>
110<hr>
111<br>
112<pre>public abstract class <span class="strong">JsonParserMinimalBase</span>
113extends <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></pre>
114<div class="block">Intermediate base class used by all Jackson <a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson"><code>JsonParser</code></a>
115 implementations, but does not add any additional fields that depend
116 on particular method of obtaining input.
117<p>
118 Note that 'minimal' here mostly refers to minimal number of fields
119 (size) and functionality that is specific to certain types
120 of parser implementations; but not necessarily to number of methods.</div>
121<dl><dt><span class="strong">Since:</span></dt>
122  <dd>1.6</dd>
123<dt><span class="strong">Author:</span></dt>
124  <dd>Tatu Saloranta</dd></dl>
125</li>
126</ul>
127</div>
128<div class="summary">
129<ul class="blockList">
130<li class="blockList">
131<!-- ======== NESTED CLASS SUMMARY ======== -->
132<ul class="blockList">
133<li class="blockList"><a name="nested_class_summary">
134<!--   -->
135</a>
136<h3>Nested Class Summary</h3>
137<ul class="blockList">
138<li class="blockList"><a name="nested_classes_inherited_from_class_org.codehaus.jackson.JsonParser">
139<!--   -->
140</a>
141<h3>Nested classes/interfaces inherited from class&nbsp;org.codehaus.jackson.<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></h3>
142<code><a href="../../../../org/codehaus/jackson/JsonParser.Feature.html" title="enum in org.codehaus.jackson">JsonParser.Feature</a>, <a href="../../../../org/codehaus/jackson/JsonParser.NumberType.html" title="enum in org.codehaus.jackson">JsonParser.NumberType</a></code></li>
143</ul>
144</li>
145</ul>
146<!-- =========== FIELD SUMMARY =========== -->
147<ul class="blockList">
148<li class="blockList"><a name="field_summary">
149<!--   -->
150</a>
151<h3>Field Summary</h3>
152<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
153<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
154<tr>
155<th class="colFirst" scope="col">Modifier and Type</th>
156<th class="colLast" scope="col">Field and Description</th>
157</tr>
158<tr class="altColor">
159<td class="colFirst"><code>protected static int</code></td>
160<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_APOSTROPHE">INT_APOSTROPHE</a></strong></code>&nbsp;</td>
161</tr>
162<tr class="rowColor">
163<td class="colFirst"><code>protected static int</code></td>
164<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_ASTERISK">INT_ASTERISK</a></strong></code>&nbsp;</td>
165</tr>
166<tr class="altColor">
167<td class="colFirst"><code>protected static int</code></td>
168<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_b">INT_b</a></strong></code>&nbsp;</td>
169</tr>
170<tr class="rowColor">
171<td class="colFirst"><code>protected static int</code></td>
172<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_BACKSLASH">INT_BACKSLASH</a></strong></code>&nbsp;</td>
173</tr>
174<tr class="altColor">
175<td class="colFirst"><code>protected static int</code></td>
176<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_COLON">INT_COLON</a></strong></code>&nbsp;</td>
177</tr>
178<tr class="rowColor">
179<td class="colFirst"><code>protected static int</code></td>
180<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_COMMA">INT_COMMA</a></strong></code>&nbsp;</td>
181</tr>
182<tr class="altColor">
183<td class="colFirst"><code>protected static int</code></td>
184<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_CR">INT_CR</a></strong></code>&nbsp;</td>
185</tr>
186<tr class="rowColor">
187<td class="colFirst"><code>protected static int</code></td>
188<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_f">INT_f</a></strong></code>&nbsp;</td>
189</tr>
190<tr class="altColor">
191<td class="colFirst"><code>protected static int</code></td>
192<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_LBRACKET">INT_LBRACKET</a></strong></code>&nbsp;</td>
193</tr>
194<tr class="rowColor">
195<td class="colFirst"><code>protected static int</code></td>
196<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_LCURLY">INT_LCURLY</a></strong></code>&nbsp;</td>
197</tr>
198<tr class="altColor">
199<td class="colFirst"><code>protected static int</code></td>
200<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_LF">INT_LF</a></strong></code>&nbsp;</td>
201</tr>
202<tr class="rowColor">
203<td class="colFirst"><code>protected static int</code></td>
204<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_n">INT_n</a></strong></code>&nbsp;</td>
205</tr>
206<tr class="altColor">
207<td class="colFirst"><code>protected static int</code></td>
208<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_QUOTE">INT_QUOTE</a></strong></code>&nbsp;</td>
209</tr>
210<tr class="rowColor">
211<td class="colFirst"><code>protected static int</code></td>
212<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_r">INT_r</a></strong></code>&nbsp;</td>
213</tr>
214<tr class="altColor">
215<td class="colFirst"><code>protected static int</code></td>
216<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_RBRACKET">INT_RBRACKET</a></strong></code>&nbsp;</td>
217</tr>
218<tr class="rowColor">
219<td class="colFirst"><code>protected static int</code></td>
220<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_RCURLY">INT_RCURLY</a></strong></code>&nbsp;</td>
221</tr>
222<tr class="altColor">
223<td class="colFirst"><code>protected static int</code></td>
224<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_SLASH">INT_SLASH</a></strong></code>&nbsp;</td>
225</tr>
226<tr class="rowColor">
227<td class="colFirst"><code>protected static int</code></td>
228<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_SPACE">INT_SPACE</a></strong></code>&nbsp;</td>
229</tr>
230<tr class="altColor">
231<td class="colFirst"><code>protected static int</code></td>
232<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_t">INT_t</a></strong></code>&nbsp;</td>
233</tr>
234<tr class="rowColor">
235<td class="colFirst"><code>protected static int</code></td>
236<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_TAB">INT_TAB</a></strong></code>&nbsp;</td>
237</tr>
238<tr class="altColor">
239<td class="colFirst"><code>protected static int</code></td>
240<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#INT_u">INT_u</a></strong></code>&nbsp;</td>
241</tr>
242</table>
243<ul class="blockList">
244<li class="blockList"><a name="fields_inherited_from_class_org.codehaus.jackson.JsonParser">
245<!--   -->
246</a>
247<h3>Fields inherited from class&nbsp;org.codehaus.jackson.<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></h3>
248<code><a href="../../../../org/codehaus/jackson/JsonParser.html#_currToken">_currToken</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#_features">_features</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#_lastClearedToken">_lastClearedToken</a></code></li>
249</ul>
250</li>
251</ul>
252<!-- ======== CONSTRUCTOR SUMMARY ======== -->
253<ul class="blockList">
254<li class="blockList"><a name="constructor_summary">
255<!--   -->
256</a>
257<h3>Constructor Summary</h3>
258<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
259<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
260<tr>
261<th class="colFirst" scope="col">Modifier</th>
262<th class="colLast" scope="col">Constructor and Description</th>
263</tr>
264<tr class="altColor">
265<td class="colFirst"><code>protected </code></td>
266<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#JsonParserMinimalBase()">JsonParserMinimalBase</a></strong>()</code>&nbsp;</td>
267</tr>
268<tr class="rowColor">
269<td class="colFirst"><code>protected </code></td>
270<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#JsonParserMinimalBase(int)">JsonParserMinimalBase</a></strong>(int&nbsp;features)</code>&nbsp;</td>
271</tr>
272</table>
273</li>
274</ul>
275<!-- ========== METHOD SUMMARY =========== -->
276<ul class="blockList">
277<li class="blockList"><a name="method_summary">
278<!--   -->
279</a>
280<h3>Method Summary</h3>
281<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
282<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
283<tr>
284<th class="colFirst" scope="col">Modifier and Type</th>
285<th class="colLast" scope="col">Method and Description</th>
286</tr>
287<tr class="altColor">
288<td class="colFirst"><code>protected <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></td>
289<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_constructError(java.lang.String, java.lang.Throwable)">_constructError</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
290               <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</code>&nbsp;</td>
291</tr>
292<tr class="rowColor">
293<td class="colFirst"><code>protected void</code></td>
294<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_decodeBase64(java.lang.String, org.codehaus.jackson.util.ByteArrayBuilder, org.codehaus.jackson.Base64Variant)">_decodeBase64</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str,
295             <a href="../../../../org/codehaus/jackson/util/ByteArrayBuilder.html" title="class in org.codehaus.jackson.util">ByteArrayBuilder</a>&nbsp;builder,
296             <a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant)</code>
297<div class="block">Helper method that can be used for base64 decoding in cases where
298 encoded content has already been read as a String.</div>
299</td>
300</tr>
301<tr class="altColor">
302<td class="colFirst"><code>protected static <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
303<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_getCharDesc(int)">_getCharDesc</a></strong>(int&nbsp;ch)</code>&nbsp;</td>
304</tr>
305<tr class="rowColor">
306<td class="colFirst"><code>protected abstract void</code></td>
307<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_handleEOF()">_handleEOF</a></strong>()</code>
308<div class="block">Method sub-classes need to implement</div>
309</td>
310</tr>
311<tr class="altColor">
312<td class="colFirst"><code>protected char</code></td>
313<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_handleUnrecognizedCharacterEscape(char)">_handleUnrecognizedCharacterEscape</a></strong>(char&nbsp;ch)</code>&nbsp;</td>
314</tr>
315<tr class="rowColor">
316<td class="colFirst"><code>protected void</code></td>
317<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_reportBase64EOF()">_reportBase64EOF</a></strong>()</code>&nbsp;</td>
318</tr>
319<tr class="altColor">
320<td class="colFirst"><code>protected void</code></td>
321<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_reportError(java.lang.String)">_reportError</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)</code>&nbsp;</td>
322</tr>
323<tr class="rowColor">
324<td class="colFirst"><code>protected void</code></td>
325<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_reportInvalidBase64(org.codehaus.jackson.Base64Variant, char, int, java.lang.String)">_reportInvalidBase64</a></strong>(<a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant,
326                    char&nbsp;ch,
327                    int&nbsp;bindex,
328                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)</code>&nbsp;</td>
329</tr>
330<tr class="altColor">
331<td class="colFirst"><code>protected void</code></td>
332<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_reportInvalidEOF()">_reportInvalidEOF</a></strong>()</code>&nbsp;</td>
333</tr>
334<tr class="rowColor">
335<td class="colFirst"><code>protected void</code></td>
336<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_reportInvalidEOF(java.lang.String)">_reportInvalidEOF</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)</code>&nbsp;</td>
337</tr>
338<tr class="altColor">
339<td class="colFirst"><code>protected void</code></td>
340<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_reportInvalidEOFInValue()">_reportInvalidEOFInValue</a></strong>()</code>&nbsp;</td>
341</tr>
342<tr class="rowColor">
343<td class="colFirst"><code>protected void</code></td>
344<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_reportUnexpectedChar(int, java.lang.String)">_reportUnexpectedChar</a></strong>(int&nbsp;ch,
345                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;comment)</code>&nbsp;</td>
346</tr>
347<tr class="altColor">
348<td class="colFirst"><code>protected void</code></td>
349<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_throwInternal()">_throwInternal</a></strong>()</code>&nbsp;</td>
350</tr>
351<tr class="rowColor">
352<td class="colFirst"><code>protected void</code></td>
353<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_throwInvalidSpace(int)">_throwInvalidSpace</a></strong>(int&nbsp;i)</code>&nbsp;</td>
354</tr>
355<tr class="altColor">
356<td class="colFirst"><code>protected void</code></td>
357<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_throwUnquotedSpace(int, java.lang.String)">_throwUnquotedSpace</a></strong>(int&nbsp;i,
358                   <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ctxtDesc)</code>
359<div class="block">Method called to report a problem with unquoted control character.</div>
360</td>
361</tr>
362<tr class="rowColor">
363<td class="colFirst"><code>protected void</code></td>
364<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#_wrapError(java.lang.String, java.lang.Throwable)">_wrapError</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
365          <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</code>&nbsp;</td>
366</tr>
367<tr class="altColor">
368<td class="colFirst"><code>abstract void</code></td>
369<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#close()">close</a></strong>()</code>
370<div class="block">Closes the parser so that no further iteration or data access
371 can be made; will also close the underlying input source
372 if parser either <b>owns</b> the input source, or feature
373 <a href="../../../../org/codehaus/jackson/JsonParser.Feature.html#AUTO_CLOSE_SOURCE"><code>JsonParser.Feature.AUTO_CLOSE_SOURCE</code></a> is enabled.</div>
374</td>
375</tr>
376<tr class="rowColor">
377<td class="colFirst"><code>abstract byte[]</code></td>
378<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#getBinaryValue(org.codehaus.jackson.Base64Variant)">getBinaryValue</a></strong>(<a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant)</code>
379<div class="block">Method that can be used to read (and consume -- results
380 may not be accessible using other methods after the call)
381 base64-encoded binary data
382 included in the current textual JSON value.</div>
383</td>
384</tr>
385<tr class="altColor">
386<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
387<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#getCurrentName()">getCurrentName</a></strong>()</code>
388<div class="block">Method that can be called to get the name associated with
389 the current token: for <a href="../../../../org/codehaus/jackson/JsonToken.html#FIELD_NAME"><code>JsonToken.FIELD_NAME</code></a>s it will
390 be the same as what <a href="../../../../org/codehaus/jackson/JsonParser.html#getText()"><code>JsonParser.getText()</code></a> returns;
391 for field values it will be preceding field name;
392 and for others (array values, root-level values) null.</div>
393</td>
394</tr>
395<tr class="rowColor">
396<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/JsonStreamContext.html" title="class in org.codehaus.jackson">JsonStreamContext</a></code></td>
397<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#getParsingContext()">getParsingContext</a></strong>()</code>
398<div class="block">Method that can be used to access current parsing context reader
399 is in.</div>
400</td>
401</tr>
402<tr class="altColor">
403<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
404<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#getText()">getText</a></strong>()</code>
405<div class="block">Method for accessing textual representation of the current token;
406 if no current token (before first call to <a href="../../../../org/codehaus/jackson/JsonParser.html#nextToken()"><code>JsonParser.nextToken()</code></a>, or
407 after encountering end-of-input), returns null.</div>
408</td>
409</tr>
410<tr class="rowColor">
411<td class="colFirst"><code>abstract char[]</code></td>
412<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#getTextCharacters()">getTextCharacters</a></strong>()</code>
413<div class="block">Method similar to <a href="../../../../org/codehaus/jackson/JsonParser.html#getText()"><code>JsonParser.getText()</code></a>, but that will return
414 underlying (unmodifiable) character array that contains
415 textual value, instead of constructing a String object
416 to contain this information.</div>
417</td>
418</tr>
419<tr class="altColor">
420<td class="colFirst"><code>abstract int</code></td>
421<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#getTextLength()">getTextLength</a></strong>()</code>
422<div class="block">Accessor used with <a href="../../../../org/codehaus/jackson/JsonParser.html#getTextCharacters()"><code>JsonParser.getTextCharacters()</code></a>, to know length
423 of String stored in returned buffer.</div>
424</td>
425</tr>
426<tr class="rowColor">
427<td class="colFirst"><code>abstract int</code></td>
428<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#getTextOffset()">getTextOffset</a></strong>()</code>
429<div class="block">Accessor used with <a href="../../../../org/codehaus/jackson/JsonParser.html#getTextCharacters()"><code>JsonParser.getTextCharacters()</code></a>, to know offset
430 of the first text content character within buffer.</div>
431</td>
432</tr>
433<tr class="altColor">
434<td class="colFirst"><code>boolean</code></td>
435<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#getValueAsBoolean(boolean)">getValueAsBoolean</a></strong>(boolean&nbsp;defaultValue)</code>
436<div class="block">Method that will try to convert value of current token to a
437 <b>boolean</b>.</div>
438</td>
439</tr>
440<tr class="rowColor">
441<td class="colFirst"><code>double</code></td>
442<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#getValueAsDouble(double)">getValueAsDouble</a></strong>(double&nbsp;defaultValue)</code>
443<div class="block">Method that will try to convert value of current token to a
444 Java <b>double</b>.</div>
445</td>
446</tr>
447<tr class="altColor">
448<td class="colFirst"><code>int</code></td>
449<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#getValueAsInt(int)">getValueAsInt</a></strong>(int&nbsp;defaultValue)</code>
450<div class="block">Method that will try to convert value of current token to a
451 <b>int</b>.</div>
452</td>
453</tr>
454<tr class="rowColor">
455<td class="colFirst"><code>long</code></td>
456<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#getValueAsLong(long)">getValueAsLong</a></strong>(long&nbsp;defaultValue)</code>
457<div class="block">Method that will try to convert value of current token to a
458 <b>long</b>.</div>
459</td>
460</tr>
461<tr class="altColor">
462<td class="colFirst"><code>abstract boolean</code></td>
463<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#hasTextCharacters()">hasTextCharacters</a></strong>()</code>
464<div class="block">Method that can be used to determine whether calling of
465 <a href="../../../../org/codehaus/jackson/JsonParser.html#getTextCharacters()"><code>JsonParser.getTextCharacters()</code></a> would be the most efficient
466 way to access textual content for the event parser currently
467 points to.</div>
468</td>
469</tr>
470<tr class="rowColor">
471<td class="colFirst"><code>abstract boolean</code></td>
472<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#isClosed()">isClosed</a></strong>()</code>
473<div class="block">Method that can be called to determine whether this parser
474 is closed or not.</div>
475</td>
476</tr>
477<tr class="altColor">
478<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/JsonToken.html" title="enum in org.codehaus.jackson">JsonToken</a></code></td>
479<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#nextToken()">nextToken</a></strong>()</code>
480<div class="block">Main iteration method, which will advance stream enough
481 to determine type of the next token, if any.</div>
482</td>
483</tr>
484<tr class="rowColor">
485<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></td>
486<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/impl/JsonParserMinimalBase.html#skipChildren()">skipChildren</a></strong>()</code>
487<div class="block">Method that will skip all child tokens of an array or
488 object token that the parser currently points to,
489 iff stream points to
490 <a href="../../../../org/codehaus/jackson/JsonToken.html#START_OBJECT"><code>JsonToken.START_OBJECT</code></a> or <a href="../../../../org/codehaus/jackson/JsonToken.html#START_ARRAY"><code>JsonToken.START_ARRAY</code></a>.</div>
491</td>
492</tr>
493</table>
494<ul class="blockList">
495<li class="blockList"><a name="methods_inherited_from_class_org.codehaus.jackson.JsonParser">
496<!--   -->
497</a>
498<h3>Methods inherited from class&nbsp;org.codehaus.jackson.<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></h3>
499<code><a href="../../../../org/codehaus/jackson/JsonParser.html#_constructError(java.lang.String)">_constructError</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#canUseSchema(org.codehaus.jackson.FormatSchema)">canUseSchema</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#clearCurrentToken()">clearCurrentToken</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#configure(org.codehaus.jackson.JsonParser.Feature, boolean)">configure</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#disable(org.codehaus.jackson.JsonParser.Feature)">disable</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#disableFeature(org.codehaus.jackson.JsonParser.Feature)">disableFeature</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#enable(org.codehaus.jackson.JsonParser.Feature)">enable</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#enableFeature(org.codehaus.jackson.JsonParser.Feature)">enableFeature</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getBigIntegerValue()">getBigIntegerValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getBinaryValue()">getBinaryValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getBooleanValue()">getBooleanValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getByteValue()">getByteValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getCodec()">getCodec</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getCurrentLocation()">getCurrentLocation</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getCurrentToken()">getCurrentToken</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getDecimalValue()">getDecimalValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getDoubleValue()">getDoubleValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getEmbeddedObject()">getEmbeddedObject</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getFloatValue()">getFloatValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getInputSource()">getInputSource</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getIntValue()">getIntValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getLastClearedToken()">getLastClearedToken</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getLongValue()">getLongValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getNumberType()">getNumberType</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getNumberValue()">getNumberValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getShortValue()">getShortValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getTokenLocation()">getTokenLocation</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsBoolean()">getValueAsBoolean</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsDouble()">getValueAsDouble</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsInt()">getValueAsInt</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsLong()">getValueAsLong</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#hasCurrentToken()">hasCurrentToken</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#isEnabled(org.codehaus.jackson.JsonParser.Feature)">isEnabled</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#isExpectedStartArrayToken()">isExpectedStartArrayToken</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#isFeatureEnabled(org.codehaus.jackson.JsonParser.Feature)">isFeatureEnabled</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#nextBooleanValue()">nextBooleanValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#nextFieldName(org.codehaus.jackson.SerializableString)">nextFieldName</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#nextIntValue(int)">nextIntValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#nextLongValue(long)">nextLongValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#nextTextValue()">nextTextValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#nextValue()">nextValue</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#readValueAs(java.lang.Class)">readValueAs</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#readValueAs(org.codehaus.jackson.type.TypeReference)">readValueAs</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#readValueAsTree()">readValueAsTree</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#readValuesAs(java.lang.Class)">readValuesAs</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#readValuesAs(org.codehaus.jackson.type.TypeReference)">readValuesAs</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#releaseBuffered(java.io.OutputStream)">releaseBuffered</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#releaseBuffered(java.io.Writer)">releaseBuffered</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#setCodec(org.codehaus.jackson.ObjectCodec)">setCodec</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#setFeature(org.codehaus.jackson.JsonParser.Feature, boolean)">setFeature</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#setSchema(org.codehaus.jackson.FormatSchema)">setSchema</a>, <a href="../../../../org/codehaus/jackson/JsonParser.html#version()">version</a></code></li>
500</ul>
501<ul class="blockList">
502<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
503<!--   -->
504</a>
505<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
506<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
507</ul>
508</li>
509</ul>
510</li>
511</ul>
512</div>
513<div class="details">
514<ul class="blockList">
515<li class="blockList">
516<!-- ============ FIELD DETAIL =========== -->
517<ul class="blockList">
518<li class="blockList"><a name="field_detail">
519<!--   -->
520</a>
521<h3>Field Detail</h3>
522<a name="INT_TAB">
523<!--   -->
524</a>
525<ul class="blockList">
526<li class="blockList">
527<h4>INT_TAB</h4>
528<pre>protected static final&nbsp;int INT_TAB</pre>
529<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_TAB">Constant Field Values</a></dd></dl>
530</li>
531</ul>
532<a name="INT_LF">
533<!--   -->
534</a>
535<ul class="blockList">
536<li class="blockList">
537<h4>INT_LF</h4>
538<pre>protected static final&nbsp;int INT_LF</pre>
539<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_LF">Constant Field Values</a></dd></dl>
540</li>
541</ul>
542<a name="INT_CR">
543<!--   -->
544</a>
545<ul class="blockList">
546<li class="blockList">
547<h4>INT_CR</h4>
548<pre>protected static final&nbsp;int INT_CR</pre>
549<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_CR">Constant Field Values</a></dd></dl>
550</li>
551</ul>
552<a name="INT_SPACE">
553<!--   -->
554</a>
555<ul class="blockList">
556<li class="blockList">
557<h4>INT_SPACE</h4>
558<pre>protected static final&nbsp;int INT_SPACE</pre>
559<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_SPACE">Constant Field Values</a></dd></dl>
560</li>
561</ul>
562<a name="INT_LBRACKET">
563<!--   -->
564</a>
565<ul class="blockList">
566<li class="blockList">
567<h4>INT_LBRACKET</h4>
568<pre>protected static final&nbsp;int INT_LBRACKET</pre>
569<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_LBRACKET">Constant Field Values</a></dd></dl>
570</li>
571</ul>
572<a name="INT_RBRACKET">
573<!--   -->
574</a>
575<ul class="blockList">
576<li class="blockList">
577<h4>INT_RBRACKET</h4>
578<pre>protected static final&nbsp;int INT_RBRACKET</pre>
579<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_RBRACKET">Constant Field Values</a></dd></dl>
580</li>
581</ul>
582<a name="INT_LCURLY">
583<!--   -->
584</a>
585<ul class="blockList">
586<li class="blockList">
587<h4>INT_LCURLY</h4>
588<pre>protected static final&nbsp;int INT_LCURLY</pre>
589<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_LCURLY">Constant Field Values</a></dd></dl>
590</li>
591</ul>
592<a name="INT_RCURLY">
593<!--   -->
594</a>
595<ul class="blockList">
596<li class="blockList">
597<h4>INT_RCURLY</h4>
598<pre>protected static final&nbsp;int INT_RCURLY</pre>
599<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_RCURLY">Constant Field Values</a></dd></dl>
600</li>
601</ul>
602<a name="INT_QUOTE">
603<!--   -->
604</a>
605<ul class="blockList">
606<li class="blockList">
607<h4>INT_QUOTE</h4>
608<pre>protected static final&nbsp;int INT_QUOTE</pre>
609<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_QUOTE">Constant Field Values</a></dd></dl>
610</li>
611</ul>
612<a name="INT_BACKSLASH">
613<!--   -->
614</a>
615<ul class="blockList">
616<li class="blockList">
617<h4>INT_BACKSLASH</h4>
618<pre>protected static final&nbsp;int INT_BACKSLASH</pre>
619<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_BACKSLASH">Constant Field Values</a></dd></dl>
620</li>
621</ul>
622<a name="INT_SLASH">
623<!--   -->
624</a>
625<ul class="blockList">
626<li class="blockList">
627<h4>INT_SLASH</h4>
628<pre>protected static final&nbsp;int INT_SLASH</pre>
629<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_SLASH">Constant Field Values</a></dd></dl>
630</li>
631</ul>
632<a name="INT_COLON">
633<!--   -->
634</a>
635<ul class="blockList">
636<li class="blockList">
637<h4>INT_COLON</h4>
638<pre>protected static final&nbsp;int INT_COLON</pre>
639<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_COLON">Constant Field Values</a></dd></dl>
640</li>
641</ul>
642<a name="INT_COMMA">
643<!--   -->
644</a>
645<ul class="blockList">
646<li class="blockList">
647<h4>INT_COMMA</h4>
648<pre>protected static final&nbsp;int INT_COMMA</pre>
649<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_COMMA">Constant Field Values</a></dd></dl>
650</li>
651</ul>
652<a name="INT_ASTERISK">
653<!--   -->
654</a>
655<ul class="blockList">
656<li class="blockList">
657<h4>INT_ASTERISK</h4>
658<pre>protected static final&nbsp;int INT_ASTERISK</pre>
659<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_ASTERISK">Constant Field Values</a></dd></dl>
660</li>
661</ul>
662<a name="INT_APOSTROPHE">
663<!--   -->
664</a>
665<ul class="blockList">
666<li class="blockList">
667<h4>INT_APOSTROPHE</h4>
668<pre>protected static final&nbsp;int INT_APOSTROPHE</pre>
669<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_APOSTROPHE">Constant Field Values</a></dd></dl>
670</li>
671</ul>
672<a name="INT_b">
673<!--   -->
674</a>
675<ul class="blockList">
676<li class="blockList">
677<h4>INT_b</h4>
678<pre>protected static final&nbsp;int INT_b</pre>
679<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_b">Constant Field Values</a></dd></dl>
680</li>
681</ul>
682<a name="INT_f">
683<!--   -->
684</a>
685<ul class="blockList">
686<li class="blockList">
687<h4>INT_f</h4>
688<pre>protected static final&nbsp;int INT_f</pre>
689<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_f">Constant Field Values</a></dd></dl>
690</li>
691</ul>
692<a name="INT_n">
693<!--   -->
694</a>
695<ul class="blockList">
696<li class="blockList">
697<h4>INT_n</h4>
698<pre>protected static final&nbsp;int INT_n</pre>
699<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_n">Constant Field Values</a></dd></dl>
700</li>
701</ul>
702<a name="INT_r">
703<!--   -->
704</a>
705<ul class="blockList">
706<li class="blockList">
707<h4>INT_r</h4>
708<pre>protected static final&nbsp;int INT_r</pre>
709<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_r">Constant Field Values</a></dd></dl>
710</li>
711</ul>
712<a name="INT_t">
713<!--   -->
714</a>
715<ul class="blockList">
716<li class="blockList">
717<h4>INT_t</h4>
718<pre>protected static final&nbsp;int INT_t</pre>
719<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_t">Constant Field Values</a></dd></dl>
720</li>
721</ul>
722<a name="INT_u">
723<!--   -->
724</a>
725<ul class="blockListLast">
726<li class="blockList">
727<h4>INT_u</h4>
728<pre>protected static final&nbsp;int INT_u</pre>
729<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../constant-values.html#org.codehaus.jackson.impl.JsonParserMinimalBase.INT_u">Constant Field Values</a></dd></dl>
730</li>
731</ul>
732</li>
733</ul>
734<!-- ========= CONSTRUCTOR DETAIL ======== -->
735<ul class="blockList">
736<li class="blockList"><a name="constructor_detail">
737<!--   -->
738</a>
739<h3>Constructor Detail</h3>
740<a name="JsonParserMinimalBase()">
741<!--   -->
742</a>
743<ul class="blockList">
744<li class="blockList">
745<h4>JsonParserMinimalBase</h4>
746<pre>protected&nbsp;JsonParserMinimalBase()</pre>
747</li>
748</ul>
749<a name="JsonParserMinimalBase(int)">
750<!--   -->
751</a>
752<ul class="blockListLast">
753<li class="blockList">
754<h4>JsonParserMinimalBase</h4>
755<pre>protected&nbsp;JsonParserMinimalBase(int&nbsp;features)</pre>
756</li>
757</ul>
758</li>
759</ul>
760<!-- ============ METHOD DETAIL ========== -->
761<ul class="blockList">
762<li class="blockList"><a name="method_detail">
763<!--   -->
764</a>
765<h3>Method Detail</h3>
766<a name="nextToken()">
767<!--   -->
768</a>
769<ul class="blockList">
770<li class="blockList">
771<h4>nextToken</h4>
772<pre>public abstract&nbsp;<a href="../../../../org/codehaus/jackson/JsonToken.html" title="enum in org.codehaus.jackson">JsonToken</a>&nbsp;nextToken()
773                             throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
774                                    <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
775<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#nextToken()">JsonParser</a></code></strong></div>
776<div class="block">Main iteration method, which will advance stream enough
777 to determine type of the next token, if any. If none
778 remaining (stream has no content other than possible
779 white space before ending), null will be returned.</div>
780<dl>
781<dt><strong>Specified by:</strong></dt>
782<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#nextToken()">nextToken</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
783<dt><span class="strong">Returns:</span></dt><dd>Next token from the stream, if any found, or null
784   to indicate end-of-input</dd>
785<dt><span class="strong">Throws:</span></dt>
786<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
787<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
788</li>
789</ul>
790<a name="skipChildren()">
791<!--   -->
792</a>
793<ul class="blockList">
794<li class="blockList">
795<h4>skipChildren</h4>
796<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a>&nbsp;skipChildren()
797                        throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
798                               <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
799<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#skipChildren()">JsonParser</a></code></strong></div>
800<div class="block">Method that will skip all child tokens of an array or
801 object token that the parser currently points to,
802 iff stream points to
803 <a href="../../../../org/codehaus/jackson/JsonToken.html#START_OBJECT"><code>JsonToken.START_OBJECT</code></a> or <a href="../../../../org/codehaus/jackson/JsonToken.html#START_ARRAY"><code>JsonToken.START_ARRAY</code></a>.
804 If not, it will do nothing.
805 After skipping, stream will point to <b>matching</b>
806 <a href="../../../../org/codehaus/jackson/JsonToken.html#END_OBJECT"><code>JsonToken.END_OBJECT</code></a> or <a href="../../../../org/codehaus/jackson/JsonToken.html#END_ARRAY"><code>JsonToken.END_ARRAY</code></a>
807 (possibly skipping nested pairs of START/END OBJECT/ARRAY tokens
808 as well as value tokens).
809 The idea is that after calling this method, application
810 will call <a href="../../../../org/codehaus/jackson/JsonParser.html#nextToken()"><code>JsonParser.nextToken()</code></a> to point to the next
811 available token, if any.</div>
812<dl>
813<dt><strong>Specified by:</strong></dt>
814<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#skipChildren()">skipChildren</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
815<dt><span class="strong">Throws:</span></dt>
816<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
817<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
818</li>
819</ul>
820<a name="_handleEOF()">
821<!--   -->
822</a>
823<ul class="blockList">
824<li class="blockList">
825<h4>_handleEOF</h4>
826<pre>protected abstract&nbsp;void&nbsp;_handleEOF()
827                            throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
828<div class="block">Method sub-classes need to implement</div>
829<dl><dt><span class="strong">Throws:</span></dt>
830<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
831</li>
832</ul>
833<a name="getCurrentName()">
834<!--   -->
835</a>
836<ul class="blockList">
837<li class="blockList">
838<h4>getCurrentName</h4>
839<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getCurrentName()
840                               throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
841                                      <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
842<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#getCurrentName()">JsonParser</a></code></strong></div>
843<div class="block">Method that can be called to get the name associated with
844 the current token: for <a href="../../../../org/codehaus/jackson/JsonToken.html#FIELD_NAME"><code>JsonToken.FIELD_NAME</code></a>s it will
845 be the same as what <a href="../../../../org/codehaus/jackson/JsonParser.html#getText()"><code>JsonParser.getText()</code></a> returns;
846 for field values it will be preceding field name;
847 and for others (array values, root-level values) null.</div>
848<dl>
849<dt><strong>Specified by:</strong></dt>
850<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#getCurrentName()">getCurrentName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
851<dt><span class="strong">Throws:</span></dt>
852<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
853<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
854</li>
855</ul>
856<a name="close()">
857<!--   -->
858</a>
859<ul class="blockList">
860<li class="blockList">
861<h4>close</h4>
862<pre>public abstract&nbsp;void&nbsp;close()
863                    throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
864<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#close()">JsonParser</a></code></strong></div>
865<div class="block">Closes the parser so that no further iteration or data access
866 can be made; will also close the underlying input source
867 if parser either <b>owns</b> the input source, or feature
868 <a href="../../../../org/codehaus/jackson/JsonParser.Feature.html#AUTO_CLOSE_SOURCE"><code>JsonParser.Feature.AUTO_CLOSE_SOURCE</code></a> is enabled.
869 Whether parser owns the input source depends on factory
870 method that was used to construct instance (so check
871 <a href="../../../../org/codehaus/jackson/JsonFactory.html" title="class in org.codehaus.jackson"><code>JsonFactory</code></a> for details,
872 but the general
873 idea is that if caller passes in closable resource (such
874 as <a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> or <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a>) parser does NOT
875 own the source; but if it passes a reference (such as
876 <a href="http://docs.oracle.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><code>File</code></a> or <a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></a> and creates
877 stream or reader it does own them.</div>
878<dl>
879<dt><strong>Specified by:</strong></dt>
880<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true#close()" title="class or interface in java.io">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></dd>
881<dt><strong>Specified by:</strong></dt>
882<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true#close()" title="class or interface in java.lang">close</a></code>&nbsp;in interface&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a></code></dd>
883<dt><strong>Specified by:</strong></dt>
884<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#close()">close</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
885<dt><span class="strong">Throws:</span></dt>
886<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
887</li>
888</ul>
889<a name="isClosed()">
890<!--   -->
891</a>
892<ul class="blockList">
893<li class="blockList">
894<h4>isClosed</h4>
895<pre>public abstract&nbsp;boolean&nbsp;isClosed()</pre>
896<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#isClosed()">JsonParser</a></code></strong></div>
897<div class="block">Method that can be called to determine whether this parser
898 is closed or not. If it is closed, no new tokens can be
899 retrieved by calling <a href="../../../../org/codehaus/jackson/JsonParser.html#nextToken()"><code>JsonParser.nextToken()</code></a> (and the underlying
900 stream may be closed). Closing may be due to an explicit
901 call to <a href="../../../../org/codehaus/jackson/JsonParser.html#close()"><code>JsonParser.close()</code></a> or because parser has encountered
902 end of input.</div>
903<dl>
904<dt><strong>Specified by:</strong></dt>
905<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#isClosed()">isClosed</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
906</dl>
907</li>
908</ul>
909<a name="getParsingContext()">
910<!--   -->
911</a>
912<ul class="blockList">
913<li class="blockList">
914<h4>getParsingContext</h4>
915<pre>public abstract&nbsp;<a href="../../../../org/codehaus/jackson/JsonStreamContext.html" title="class in org.codehaus.jackson">JsonStreamContext</a>&nbsp;getParsingContext()</pre>
916<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#getParsingContext()">JsonParser</a></code></strong></div>
917<div class="block">Method that can be used to access current parsing context reader
918 is in. There are 3 different types: root, array and object contexts,
919 with slightly different available information. Contexts are
920 hierarchically nested, and can be used for example for figuring
921 out part of the input document that correspond to specific
922 array or object (for highlighting purposes, or error reporting).
923 Contexts can also be used for simple xpath-like matching of
924 input, if so desired.</div>
925<dl>
926<dt><strong>Specified by:</strong></dt>
927<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#getParsingContext()">getParsingContext</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
928</dl>
929</li>
930</ul>
931<a name="getText()">
932<!--   -->
933</a>
934<ul class="blockList">
935<li class="blockList">
936<h4>getText</h4>
937<pre>public abstract&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getText()
938                        throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
939                               <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
940<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#getText()">JsonParser</a></code></strong></div>
941<div class="block">Method for accessing textual representation of the current token;
942 if no current token (before first call to <a href="../../../../org/codehaus/jackson/JsonParser.html#nextToken()"><code>JsonParser.nextToken()</code></a>, or
943 after encountering end-of-input), returns null.
944 Method can be called for any token type.</div>
945<dl>
946<dt><strong>Specified by:</strong></dt>
947<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#getText()">getText</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
948<dt><span class="strong">Throws:</span></dt>
949<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
950<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
951</li>
952</ul>
953<a name="getTextCharacters()">
954<!--   -->
955</a>
956<ul class="blockList">
957<li class="blockList">
958<h4>getTextCharacters</h4>
959<pre>public abstract&nbsp;char[]&nbsp;getTextCharacters()
960                                  throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
961                                         <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
962<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#getTextCharacters()">JsonParser</a></code></strong></div>
963<div class="block">Method similar to <a href="../../../../org/codehaus/jackson/JsonParser.html#getText()"><code>JsonParser.getText()</code></a>, but that will return
964 underlying (unmodifiable) character array that contains
965 textual value, instead of constructing a String object
966 to contain this information.
967 Note, however, that:
968<ul>
969 <li>Textual contents are not guaranteed to start at
970   index 0 (rather, call <a href="../../../../org/codehaus/jackson/JsonParser.html#getTextOffset()"><code>JsonParser.getTextOffset()</code></a>) to
971   know the actual offset
972  </li>
973 <li>Length of textual contents may be less than the
974  length of returned buffer: call <a href="../../../../org/codehaus/jackson/JsonParser.html#getTextLength()"><code>JsonParser.getTextLength()</code></a>
975  for actual length of returned content.
976  </li>
977 </ul>
978<p>
979 Note that caller <b>MUST NOT</b> modify the returned
980 character array in any way -- doing so may corrupt
981 current parser state and render parser instance useless.
982<p>
983 The only reason to call this method (over <a href="../../../../org/codehaus/jackson/JsonParser.html#getText()"><code>JsonParser.getText()</code></a>)
984 is to avoid construction of a String object (which
985 will make a copy of contents).</div>
986<dl>
987<dt><strong>Specified by:</strong></dt>
988<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#getTextCharacters()">getTextCharacters</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
989<dt><span class="strong">Throws:</span></dt>
990<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
991<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
992</li>
993</ul>
994<a name="hasTextCharacters()">
995<!--   -->
996</a>
997<ul class="blockList">
998<li class="blockList">
999<h4>hasTextCharacters</h4>
1000<pre>public abstract&nbsp;boolean&nbsp;hasTextCharacters()</pre>
1001<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#hasTextCharacters()">JsonParser</a></code></strong></div>
1002<div class="block">Method that can be used to determine whether calling of
1003 <a href="../../../../org/codehaus/jackson/JsonParser.html#getTextCharacters()"><code>JsonParser.getTextCharacters()</code></a> would be the most efficient
1004 way to access textual content for the event parser currently
1005 points to.
1006<p>
1007 Default implementation simply returns false since only actual
1008 implementation class has knowledge of its internal buffering
1009 state.
1010 Implementations are strongly encouraged to properly override
1011 this method, to allow efficient copying of content by other
1012 code.</div>
1013<dl>
1014<dt><strong>Overrides:</strong></dt>
1015<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#hasTextCharacters()">hasTextCharacters</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
1016<dt><span class="strong">Returns:</span></dt><dd>True if parser currently has character array that can
1017   be efficiently returned via <a href="../../../../org/codehaus/jackson/JsonParser.html#getTextCharacters()"><code>JsonParser.getTextCharacters()</code></a>; false
1018   means that it may or may not exist</dd></dl>
1019</li>
1020</ul>
1021<a name="getTextLength()">
1022<!--   -->
1023</a>
1024<ul class="blockList">
1025<li class="blockList">
1026<h4>getTextLength</h4>
1027<pre>public abstract&nbsp;int&nbsp;getTextLength()
1028                           throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
1029                                  <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1030<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#getTextLength()">JsonParser</a></code></strong></div>
1031<div class="block">Accessor used with <a href="../../../../org/codehaus/jackson/JsonParser.html#getTextCharacters()"><code>JsonParser.getTextCharacters()</code></a>, to know length
1032 of String stored in returned buffer.</div>
1033<dl>
1034<dt><strong>Specified by:</strong></dt>
1035<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#getTextLength()">getTextLength</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
1036<dt><span class="strong">Returns:</span></dt><dd>Number of characters within buffer returned
1037   by <a href="../../../../org/codehaus/jackson/JsonParser.html#getTextCharacters()"><code>JsonParser.getTextCharacters()</code></a> that are part of
1038   textual content of the current token.</dd>
1039<dt><span class="strong">Throws:</span></dt>
1040<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
1041<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1042</li>
1043</ul>
1044<a name="getTextOffset()">
1045<!--   -->
1046</a>
1047<ul class="blockList">
1048<li class="blockList">
1049<h4>getTextOffset</h4>
1050<pre>public abstract&nbsp;int&nbsp;getTextOffset()
1051                           throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
1052                                  <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1053<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#getTextOffset()">JsonParser</a></code></strong></div>
1054<div class="block">Accessor used with <a href="../../../../org/codehaus/jackson/JsonParser.html#getTextCharacters()"><code>JsonParser.getTextCharacters()</code></a>, to know offset
1055 of the first text content character within buffer.</div>
1056<dl>
1057<dt><strong>Specified by:</strong></dt>
1058<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#getTextOffset()">getTextOffset</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
1059<dt><span class="strong">Returns:</span></dt><dd>Offset of the first character within buffer returned
1060   by <a href="../../../../org/codehaus/jackson/JsonParser.html#getTextCharacters()"><code>JsonParser.getTextCharacters()</code></a> that is part of
1061   textual content of the current token.</dd>
1062<dt><span class="strong">Throws:</span></dt>
1063<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
1064<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1065</li>
1066</ul>
1067<a name="getBinaryValue(org.codehaus.jackson.Base64Variant)">
1068<!--   -->
1069</a>
1070<ul class="blockList">
1071<li class="blockList">
1072<h4>getBinaryValue</h4>
1073<pre>public abstract&nbsp;byte[]&nbsp;getBinaryValue(<a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant)
1074                               throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
1075                                      <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1076<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#getBinaryValue(org.codehaus.jackson.Base64Variant)">JsonParser</a></code></strong></div>
1077<div class="block">Method that can be used to read (and consume -- results
1078 may not be accessible using other methods after the call)
1079 base64-encoded binary data
1080 included in the current textual JSON value.
1081 It works similar to getting String value via <a href="../../../../org/codehaus/jackson/JsonParser.html#getText()"><code>JsonParser.getText()</code></a>
1082 and decoding result (except for decoding part),
1083 but should be significantly more performant.
1084<p>
1085 Note that non-decoded textual contents of the current token
1086 are not guaranteed to be accessible after this method
1087 is called. Current implementation, for example, clears up
1088 textual content during decoding.
1089 Decoded binary content, however, will be retained until
1090 parser is advanced to the next event.</div>
1091<dl>
1092<dt><strong>Specified by:</strong></dt>
1093<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#getBinaryValue(org.codehaus.jackson.Base64Variant)">getBinaryValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
1094<dt><span class="strong">Parameters:</span></dt><dd><code>b64variant</code> - Expected variant of base64 encoded
1095   content (see <a href="../../../../org/codehaus/jackson/Base64Variants.html" title="class in org.codehaus.jackson"><code>Base64Variants</code></a> for definitions
1096   of "standard" variants).</dd>
1097<dt><span class="strong">Returns:</span></dt><dd>Decoded binary data</dd>
1098<dt><span class="strong">Throws:</span></dt>
1099<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
1100<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1101</li>
1102</ul>
1103<a name="getValueAsBoolean(boolean)">
1104<!--   -->
1105</a>
1106<ul class="blockList">
1107<li class="blockList">
1108<h4>getValueAsBoolean</h4>
1109<pre>public&nbsp;boolean&nbsp;getValueAsBoolean(boolean&nbsp;defaultValue)
1110                          throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
1111                                 <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1112<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsBoolean(boolean)">JsonParser</a></code></strong></div>
1113<div class="block">Method that will try to convert value of current token to a
1114 <b>boolean</b>.
1115 JSON booleans map naturally; integer numbers other than 0 map to true, and
1116 0 maps to false
1117 and Strings 'true' and 'false' map to corresponding values.
1118<p>
1119 If representation can not be converted to a boolean value (including structured types
1120 like Objects and Arrays),
1121 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div>
1122<dl>
1123<dt><strong>Overrides:</strong></dt>
1124<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsBoolean(boolean)">getValueAsBoolean</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
1125<dt><span class="strong">Throws:</span></dt>
1126<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
1127<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1128</li>
1129</ul>
1130<a name="getValueAsInt(int)">
1131<!--   -->
1132</a>
1133<ul class="blockList">
1134<li class="blockList">
1135<h4>getValueAsInt</h4>
1136<pre>public&nbsp;int&nbsp;getValueAsInt(int&nbsp;defaultValue)
1137                  throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
1138                         <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1139<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsInt(int)">JsonParser</a></code></strong></div>
1140<div class="block">Method that will try to convert value of current token to a
1141 <b>int</b>.
1142 Numbers are coerced using default Java rules; booleans convert to 0 (false)
1143 and 1 (true), and Strings are parsed using default Java language integer
1144 parsing rules.
1145<p>
1146 If representation can not be converted to an int (including structured type
1147 markers like start/end Object/Array)
1148 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div>
1149<dl>
1150<dt><strong>Overrides:</strong></dt>
1151<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsInt(int)">getValueAsInt</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
1152<dt><span class="strong">Throws:</span></dt>
1153<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
1154<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1155</li>
1156</ul>
1157<a name="getValueAsLong(long)">
1158<!--   -->
1159</a>
1160<ul class="blockList">
1161<li class="blockList">
1162<h4>getValueAsLong</h4>
1163<pre>public&nbsp;long&nbsp;getValueAsLong(long&nbsp;defaultValue)
1164                    throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
1165                           <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1166<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsLong(long)">JsonParser</a></code></strong></div>
1167<div class="block">Method that will try to convert value of current token to a
1168 <b>long</b>.
1169 Numbers are coerced using default Java rules; booleans convert to 0 (false)
1170 and 1 (true), and Strings are parsed using default Java language integer
1171 parsing rules.
1172<p>
1173 If representation can not be converted to an int (including structured type
1174 markers like start/end Object/Array)
1175 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div>
1176<dl>
1177<dt><strong>Overrides:</strong></dt>
1178<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsLong(long)">getValueAsLong</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
1179<dt><span class="strong">Throws:</span></dt>
1180<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
1181<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1182</li>
1183</ul>
1184<a name="getValueAsDouble(double)">
1185<!--   -->
1186</a>
1187<ul class="blockList">
1188<li class="blockList">
1189<h4>getValueAsDouble</h4>
1190<pre>public&nbsp;double&nbsp;getValueAsDouble(double&nbsp;defaultValue)
1191                        throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
1192                               <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1193<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsDouble(double)">JsonParser</a></code></strong></div>
1194<div class="block">Method that will try to convert value of current token to a
1195 Java <b>double</b>.
1196 Numbers are coerced using default Java rules; booleans convert to 0.0 (false)
1197 and 1.0 (true), and Strings are parsed using default Java language integer
1198 parsing rules.
1199<p>
1200 If representation can not be converted to an int (including structured types
1201 like Objects and Arrays),
1202 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div>
1203<dl>
1204<dt><strong>Overrides:</strong></dt>
1205<dd><code><a href="../../../../org/codehaus/jackson/JsonParser.html#getValueAsDouble(double)">getValueAsDouble</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonParser.html" title="class in org.codehaus.jackson">JsonParser</a></code></dd>
1206<dt><span class="strong">Throws:</span></dt>
1207<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
1208<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1209</li>
1210</ul>
1211<a name="_decodeBase64(java.lang.String, org.codehaus.jackson.util.ByteArrayBuilder, org.codehaus.jackson.Base64Variant)">
1212<!--   -->
1213</a>
1214<ul class="blockList">
1215<li class="blockList">
1216<h4>_decodeBase64</h4>
1217<pre>protected&nbsp;void&nbsp;_decodeBase64(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;str,
1218                 <a href="../../../../org/codehaus/jackson/util/ByteArrayBuilder.html" title="class in org.codehaus.jackson.util">ByteArrayBuilder</a>&nbsp;builder,
1219                 <a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant)
1220                      throws <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
1221                             <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1222<div class="block">Helper method that can be used for base64 decoding in cases where
1223 encoded content has already been read as a String.</div>
1224<dl><dt><span class="strong">Throws:</span></dt>
1225<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
1226<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd><dt><span class="strong">Since:</span></dt>
1227  <dd>1.9.3</dd></dl>
1228</li>
1229</ul>
1230<a name="_reportInvalidBase64(org.codehaus.jackson.Base64Variant, char, int, java.lang.String)">
1231<!--   -->
1232</a>
1233<ul class="blockList">
1234<li class="blockList">
1235<h4>_reportInvalidBase64</h4>
1236<pre>protected&nbsp;void&nbsp;_reportInvalidBase64(<a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant,
1237                        char&nbsp;ch,
1238                        int&nbsp;bindex,
1239                        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)
1240                             throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1241<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bindex</code> - Relative index within base64 character unit; between 0
1242   and 3 (as unit has exactly 4 characters)</dd>
1243<dt><span class="strong">Throws:</span></dt>
1244<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1245</li>
1246</ul>
1247<a name="_reportBase64EOF()">
1248<!--   -->
1249</a>
1250<ul class="blockList">
1251<li class="blockList">
1252<h4>_reportBase64EOF</h4>
1253<pre>protected&nbsp;void&nbsp;_reportBase64EOF()
1254                         throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1255<dl><dt><span class="strong">Throws:</span></dt>
1256<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1257</li>
1258</ul>
1259<a name="_reportUnexpectedChar(int, java.lang.String)">
1260<!--   -->
1261</a>
1262<ul class="blockList">
1263<li class="blockList">
1264<h4>_reportUnexpectedChar</h4>
1265<pre>protected&nbsp;void&nbsp;_reportUnexpectedChar(int&nbsp;ch,
1266                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;comment)
1267                              throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1268<dl><dt><span class="strong">Throws:</span></dt>
1269<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1270</li>
1271</ul>
1272<a name="_reportInvalidEOF()">
1273<!--   -->
1274</a>
1275<ul class="blockList">
1276<li class="blockList">
1277<h4>_reportInvalidEOF</h4>
1278<pre>protected&nbsp;void&nbsp;_reportInvalidEOF()
1279                          throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1280<dl><dt><span class="strong">Throws:</span></dt>
1281<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1282</li>
1283</ul>
1284<a name="_reportInvalidEOF(java.lang.String)">
1285<!--   -->
1286</a>
1287<ul class="blockList">
1288<li class="blockList">
1289<h4>_reportInvalidEOF</h4>
1290<pre>protected&nbsp;void&nbsp;_reportInvalidEOF(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)
1291                          throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1292<dl><dt><span class="strong">Throws:</span></dt>
1293<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1294</li>
1295</ul>
1296<a name="_reportInvalidEOFInValue()">
1297<!--   -->
1298</a>
1299<ul class="blockList">
1300<li class="blockList">
1301<h4>_reportInvalidEOFInValue</h4>
1302<pre>protected&nbsp;void&nbsp;_reportInvalidEOFInValue()
1303                                 throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1304<dl><dt><span class="strong">Throws:</span></dt>
1305<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1306</li>
1307</ul>
1308<a name="_throwInvalidSpace(int)">
1309<!--   -->
1310</a>
1311<ul class="blockList">
1312<li class="blockList">
1313<h4>_throwInvalidSpace</h4>
1314<pre>protected&nbsp;void&nbsp;_throwInvalidSpace(int&nbsp;i)
1315                           throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1316<dl><dt><span class="strong">Throws:</span></dt>
1317<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1318</li>
1319</ul>
1320<a name="_throwUnquotedSpace(int, java.lang.String)">
1321<!--   -->
1322</a>
1323<ul class="blockList">
1324<li class="blockList">
1325<h4>_throwUnquotedSpace</h4>
1326<pre>protected&nbsp;void&nbsp;_throwUnquotedSpace(int&nbsp;i,
1327                       <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;ctxtDesc)
1328                            throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1329<div class="block">Method called to report a problem with unquoted control character.
1330 Note: starting with version 1.4, it is possible to suppress
1331 exception by enabling <a href="../../../../org/codehaus/jackson/JsonParser.Feature.html#ALLOW_UNQUOTED_CONTROL_CHARS"><code>JsonParser.Feature.ALLOW_UNQUOTED_CONTROL_CHARS</code></a>.</div>
1332<dl><dt><span class="strong">Throws:</span></dt>
1333<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1334</li>
1335</ul>
1336<a name="_handleUnrecognizedCharacterEscape(char)">
1337<!--   -->
1338</a>
1339<ul class="blockList">
1340<li class="blockList">
1341<h4>_handleUnrecognizedCharacterEscape</h4>
1342<pre>protected&nbsp;char&nbsp;_handleUnrecognizedCharacterEscape(char&nbsp;ch)
1343                                           throws <a href="../../../../org/codehaus/jackson/JsonProcessingException.html" title="class in org.codehaus.jackson">JsonProcessingException</a></pre>
1344<dl><dt><span class="strong">Throws:</span></dt>
1345<dd><code><a href="../../../../org/codehaus/jackson/JsonProcessingException.html" title="class in org.codehaus.jackson">JsonProcessingException</a></code></dd></dl>
1346</li>
1347</ul>
1348<a name="_getCharDesc(int)">
1349<!--   -->
1350</a>
1351<ul class="blockList">
1352<li class="blockList">
1353<h4>_getCharDesc</h4>
1354<pre>protected static final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_getCharDesc(int&nbsp;ch)</pre>
1355</li>
1356</ul>
1357<a name="_reportError(java.lang.String)">
1358<!--   -->
1359</a>
1360<ul class="blockList">
1361<li class="blockList">
1362<h4>_reportError</h4>
1363<pre>protected final&nbsp;void&nbsp;_reportError(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)
1364                           throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1365<dl><dt><span class="strong">Throws:</span></dt>
1366<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1367</li>
1368</ul>
1369<a name="_wrapError(java.lang.String, java.lang.Throwable)">
1370<!--   -->
1371</a>
1372<ul class="blockList">
1373<li class="blockList">
1374<h4>_wrapError</h4>
1375<pre>protected final&nbsp;void&nbsp;_wrapError(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
1376              <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)
1377                         throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
1378<dl><dt><span class="strong">Throws:</span></dt>
1379<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
1380</li>
1381</ul>
1382<a name="_throwInternal()">
1383<!--   -->
1384</a>
1385<ul class="blockList">
1386<li class="blockList">
1387<h4>_throwInternal</h4>
1388<pre>protected final&nbsp;void&nbsp;_throwInternal()</pre>
1389</li>
1390</ul>
1391<a name="_constructError(java.lang.String, java.lang.Throwable)">
1392<!--   -->
1393</a>
1394<ul class="blockListLast">
1395<li class="blockList">
1396<h4>_constructError</h4>
1397<pre>protected final&nbsp;<a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a>&nbsp;_constructError(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
1398                                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;t)</pre>
1399</li>
1400</ul>
1401</li>
1402</ul>
1403</li>
1404</ul>
1405</div>
1406</div>
1407<!-- ========= END OF CLASS DATA ========= -->
1408<!-- ======= START OF BOTTOM NAVBAR ====== -->
1409<div class="bottomNav"><a name="navbar_bottom">
1410<!--   -->
1411</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
1412<!--   -->
1413</a>
1414<ul class="navList" title="Navigation">
1415<li><a href="../../../../overview-summary.html">Overview</a></li>
1416<li><a href="package-summary.html">Package</a></li>
1417<li class="navBarCell1Rev">Class</li>
1418<li><a href="class-use/JsonParserMinimalBase.html">Use</a></li>
1419<li><a href="package-tree.html">Tree</a></li>
1420<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
1421<li><a href="../../../../index-all.html">Index</a></li>
1422<li><a href="../../../../help-doc.html">Help</a></li>
1423</ul>
1424</div>
1425<div class="subNav">
1426<ul class="navList">
1427<li><a href="../../../../org/codehaus/jackson/impl/JsonParserBase.html" title="class in org.codehaus.jackson.impl"><span class="strong">Prev Class</span></a></li>
1428<li><a href="../../../../org/codehaus/jackson/impl/JsonReadContext.html" title="class in org.codehaus.jackson.impl"><span class="strong">Next Class</span></a></li>
1429</ul>
1430<ul class="navList">
1431<li><a href="../../../../index.html?org/codehaus/jackson/impl/JsonParserMinimalBase.html" target="_top">Frames</a></li>
1432<li><a href="JsonParserMinimalBase.html" target="_top">No Frames</a></li>
1433</ul>
1434<ul class="navList" id="allclasses_navbar_bottom">
1435<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
1436</ul>
1437<div>
1438<script type="text/javascript"><!--
1439  allClassesLink = document.getElementById("allclasses_navbar_bottom");
1440  if(window==top) {
1441    allClassesLink.style.display = "block";
1442  }
1443  else {
1444    allClassesLink.style.display = "none";
1445  }
1446  //-->
1447</script>
1448</div>
1449<div>
1450<ul class="subNavList">
1451<li>Summary:&nbsp;</li>
1452<li><a href="#nested_classes_inherited_from_class_org.codehaus.jackson.JsonParser">Nested</a>&nbsp;|&nbsp;</li>
1453<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
1454<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
1455<li><a href="#method_summary">Method</a></li>
1456</ul>
1457<ul class="subNavList">
1458<li>Detail:&nbsp;</li>
1459<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
1460<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
1461<li><a href="#method_detail">Method</a></li>
1462</ul>
1463</div>
1464<a name="skip-navbar_bottom">
1465<!--   -->
1466</a></div>
1467<!-- ======== END OF BOTTOM NAVBAR ======= -->
1468</body>
1469</html>
1470