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 (1.8.0) on Sun Jul 19 11:36:53 PDT 2015 -->
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<title>TreeTraversingParser (jackson-databind 2.6.0 API)</title>
8<meta name="date" content="2015-07-19">
9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
10<script type="text/javascript" src="../../../../../script.js"></script>
11</head>
12<body>
13<script type="text/javascript"><!--
14    try {
15        if (location.href.indexOf('is-external=true') == -1) {
16            parent.document.title="TreeTraversingParser (jackson-databind 2.6.0 API)";
17        }
18    }
19    catch(err) {
20    }
21//-->
22var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10};
23var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
24var altColor = "altColor";
25var rowColor = "rowColor";
26var tableTab = "tableTab";
27var activeTableTab = "activeTableTab";
28</script>
29<noscript>
30<div>JavaScript is disabled on your browser.</div>
31</noscript>
32<!-- ========= START OF TOP NAVBAR ======= -->
33<div class="topNav"><a name="navbar.top">
34<!--   -->
35</a>
36<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
37<a name="navbar.top.firstrow">
38<!--   -->
39</a>
40<ul class="navList" title="Navigation">
41<li><a href="../../../../../overview-summary.html">Overview</a></li>
42<li><a href="package-summary.html">Package</a></li>
43<li class="navBarCell1Rev">Class</li>
44<li><a href="class-use/TreeTraversingParser.html">Use</a></li>
45<li><a href="package-tree.html">Tree</a></li>
46<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
47<li><a href="../../../../../index-all.html">Index</a></li>
48<li><a href="../../../../../help-doc.html">Help</a></li>
49</ul>
50</div>
51<div class="subNav">
52<ul class="navList">
53<li><a href="../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
54<li><a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html" title="class in com.fasterxml.jackson.databind.node"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
55</ul>
56<ul class="navList">
57<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/node/TreeTraversingParser.html" target="_top">Frames</a></li>
58<li><a href="TreeTraversingParser.html" target="_top">No&nbsp;Frames</a></li>
59</ul>
60<ul class="navList" id="allclasses_navbar_top">
61<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
62</ul>
63<div>
64<script type="text/javascript"><!--
65  allClassesLink = document.getElementById("allclasses_navbar_top");
66  if(window==top) {
67    allClassesLink.style.display = "block";
68  }
69  else {
70    allClassesLink.style.display = "none";
71  }
72  //-->
73</script>
74</div>
75<div>
76<ul class="subNavList">
77<li>Summary:&nbsp;</li>
78<li><a href="#nested.classes.inherited.from.class.com.fasterxml.jackson.core.JsonParser">Nested</a>&nbsp;|&nbsp;</li>
79<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
80<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
81<li><a href="#method.summary">Method</a></li>
82</ul>
83<ul class="subNavList">
84<li>Detail:&nbsp;</li>
85<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
86<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
87<li><a href="#method.detail">Method</a></li>
88</ul>
89</div>
90<a name="skip.navbar.top">
91<!--   -->
92</a></div>
93<!-- ========= END OF TOP NAVBAR ========= -->
94<!-- ======== START OF CLASS DATA ======== -->
95<div class="header">
96<div class="subTitle">com.fasterxml.jackson.databind.node</div>
97<h2 title="Class TreeTraversingParser" class="title">Class TreeTraversingParser</h2>
98</div>
99<div class="contentContainer">
100<ul class="inheritance">
101<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>
102<li>
103<ul class="inheritance">
104<li>com.fasterxml.jackson.core.JsonParser</li>
105<li>
106<ul class="inheritance">
107<li>com.fasterxml.jackson.core.base.ParserMinimalBase</li>
108<li>
109<ul class="inheritance">
110<li>com.fasterxml.jackson.databind.node.TreeTraversingParser</li>
111</ul>
112</li>
113</ul>
114</li>
115</ul>
116</li>
117</ul>
118<div class="description">
119<ul class="blockList">
120<li class="blockList">
121<dl>
122<dt>All Implemented Interfaces:</dt>
123<dd>com.fasterxml.jackson.core.Versioned, <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></dd>
124</dl>
125<hr>
126<br>
127<pre>public class <span class="typeNameLabel">TreeTraversingParser</span>
128extends com.fasterxml.jackson.core.base.ParserMinimalBase</pre>
129<div class="block">Facade over <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind"><code>JsonNode</code></a> that implements <code>JsonParser</code> to allow
130 accessing contents of JSON tree in alternate form (stream of tokens).
131 Useful when a streaming source is expected by code, such as data binding
132 functionality.</div>
133</li>
134</ul>
135</div>
136<div class="summary">
137<ul class="blockList">
138<li class="blockList">
139<!-- ======== NESTED CLASS SUMMARY ======== -->
140<ul class="blockList">
141<li class="blockList"><a name="nested.class.summary">
142<!--   -->
143</a>
144<h3>Nested Class Summary</h3>
145<ul class="blockList">
146<li class="blockList"><a name="nested.classes.inherited.from.class.com.fasterxml.jackson.core.JsonParser">
147<!--   -->
148</a>
149<h3>Nested classes/interfaces inherited from class&nbsp;com.fasterxml.jackson.core.JsonParser</h3>
150<code>com.fasterxml.jackson.core.JsonParser.Feature, com.fasterxml.jackson.core.JsonParser.NumberType</code></li>
151</ul>
152</li>
153</ul>
154<!-- =========== FIELD SUMMARY =========== -->
155<ul class="blockList">
156<li class="blockList"><a name="field.summary">
157<!--   -->
158</a>
159<h3>Field Summary</h3>
160<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
161<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
162<tr>
163<th class="colFirst" scope="col">Modifier and Type</th>
164<th class="colLast" scope="col">Field and Description</th>
165</tr>
166<tr class="altColor">
167<td class="colFirst"><code>protected boolean</code></td>
168<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#Z:Z_closed">_closed</a></span></code>
169<div class="block">Flag that indicates whether parser is closed or not.</div>
170</td>
171</tr>
172<tr class="rowColor">
173<td class="colFirst"><code>protected com.fasterxml.jackson.core.JsonToken</code></td>
174<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#Z:Z_nextToken">_nextToken</a></span></code>
175<div class="block">Sometimes parser needs to buffer a single look-ahead token; if so,
176 it'll be stored here.</div>
177</td>
178</tr>
179<tr class="altColor">
180<td class="colFirst"><code>protected com.fasterxml.jackson.databind.node.NodeCursor</code></td>
181<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#Z:Z_nodeCursor">_nodeCursor</a></span></code>
182<div class="block">Traversal context within tree</div>
183</td>
184</tr>
185<tr class="rowColor">
186<td class="colFirst"><code>protected com.fasterxml.jackson.core.ObjectCodec</code></td>
187<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#Z:Z_objectCodec">_objectCodec</a></span></code>&nbsp;</td>
188</tr>
189<tr class="altColor">
190<td class="colFirst"><code>protected boolean</code></td>
191<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#Z:Z_startContainer">_startContainer</a></span></code>
192<div class="block">Flag needed to handle recursion into contents of child
193 Array/Object nodes.</div>
194</td>
195</tr>
196</table>
197<ul class="blockList">
198<li class="blockList"><a name="fields.inherited.from.class.com.fasterxml.jackson.core.base.ParserMinimalBase">
199<!--   -->
200</a>
201<h3>Fields inherited from class&nbsp;com.fasterxml.jackson.core.base.ParserMinimalBase</h3>
202<code>_currToken, _lastClearedToken, INT_BACKSLASH, INT_COLON, INT_COMMA, INT_CR, INT_e, INT_E, INT_HASH, INT_LBRACKET, INT_LCURLY, INT_LF, INT_PERIOD, INT_QUOTE, INT_RBRACKET, INT_RCURLY, INT_SLASH, INT_SPACE, INT_TAB</code></li>
203</ul>
204<ul class="blockList">
205<li class="blockList"><a name="fields.inherited.from.class.com.fasterxml.jackson.core.JsonParser">
206<!--   -->
207</a>
208<h3>Fields inherited from class&nbsp;com.fasterxml.jackson.core.JsonParser</h3>
209<code>_features</code></li>
210</ul>
211</li>
212</ul>
213<!-- ======== CONSTRUCTOR SUMMARY ======== -->
214<ul class="blockList">
215<li class="blockList"><a name="constructor.summary">
216<!--   -->
217</a>
218<h3>Constructor Summary</h3>
219<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
220<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
221<tr>
222<th class="colOne" scope="col">Constructor and Description</th>
223</tr>
224<tr class="altColor">
225<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#TreeTraversingParser-com.fasterxml.jackson.databind.JsonNode-">TreeTraversingParser</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a>&nbsp;n)</code>&nbsp;</td>
226</tr>
227<tr class="rowColor">
228<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#TreeTraversingParser-com.fasterxml.jackson.databind.JsonNode-com.fasterxml.jackson.core.ObjectCodec-">TreeTraversingParser</a></span>(<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a>&nbsp;n,
229                    com.fasterxml.jackson.core.ObjectCodec&nbsp;codec)</code>&nbsp;</td>
230</tr>
231</table>
232</li>
233</ul>
234<!-- ========== METHOD SUMMARY =========== -->
235<ul class="blockList">
236<li class="blockList"><a name="method.summary">
237<!--   -->
238</a>
239<h3>Method Summary</h3>
240<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
241<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
242<tr>
243<th class="colFirst" scope="col">Modifier and Type</th>
244<th class="colLast" scope="col">Method and Description</th>
245</tr>
246<tr id="i0" class="altColor">
247<td class="colFirst"><code>protected void</code></td>
248<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#Z:Z_handleEOF--">_handleEOF</a></span>()</code>&nbsp;</td>
249</tr>
250<tr id="i1" class="rowColor">
251<td class="colFirst"><code>void</code></td>
252<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#close--">close</a></span>()</code>&nbsp;</td>
253</tr>
254<tr id="i2" class="altColor">
255<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></td>
256<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#currentNode--">currentNode</a></span>()</code>&nbsp;</td>
257</tr>
258<tr id="i3" class="rowColor">
259<td class="colFirst"><code>protected <a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a></code></td>
260<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#currentNumericNode--">currentNumericNode</a></span>()</code>&nbsp;</td>
261</tr>
262<tr id="i4" class="altColor">
263<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a></code></td>
264<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getBigIntegerValue--">getBigIntegerValue</a></span>()</code>&nbsp;</td>
265</tr>
266<tr id="i5" class="rowColor">
267<td class="colFirst"><code>byte[]</code></td>
268<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getBinaryValue-com.fasterxml.jackson.core.Base64Variant-">getBinaryValue</a></span>(com.fasterxml.jackson.core.Base64Variant&nbsp;b64variant)</code>&nbsp;</td>
269</tr>
270<tr id="i6" class="altColor">
271<td class="colFirst"><code>com.fasterxml.jackson.core.ObjectCodec</code></td>
272<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getCodec--">getCodec</a></span>()</code>&nbsp;</td>
273</tr>
274<tr id="i7" class="rowColor">
275<td class="colFirst"><code>com.fasterxml.jackson.core.JsonLocation</code></td>
276<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getCurrentLocation--">getCurrentLocation</a></span>()</code>&nbsp;</td>
277</tr>
278<tr id="i8" class="altColor">
279<td class="colFirst"><code><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>
280<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getCurrentName--">getCurrentName</a></span>()</code>&nbsp;</td>
281</tr>
282<tr id="i9" class="rowColor">
283<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math">BigDecimal</a></code></td>
284<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getDecimalValue--">getDecimalValue</a></span>()</code>&nbsp;</td>
285</tr>
286<tr id="i10" class="altColor">
287<td class="colFirst"><code>double</code></td>
288<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getDoubleValue--">getDoubleValue</a></span>()</code>&nbsp;</td>
289</tr>
290<tr id="i11" class="rowColor">
291<td class="colFirst"><code><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></code></td>
292<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getEmbeddedObject--">getEmbeddedObject</a></span>()</code>&nbsp;</td>
293</tr>
294<tr id="i12" class="altColor">
295<td class="colFirst"><code>float</code></td>
296<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getFloatValue--">getFloatValue</a></span>()</code>&nbsp;</td>
297</tr>
298<tr id="i13" class="rowColor">
299<td class="colFirst"><code>int</code></td>
300<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getIntValue--">getIntValue</a></span>()</code>&nbsp;</td>
301</tr>
302<tr id="i14" class="altColor">
303<td class="colFirst"><code>long</code></td>
304<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getLongValue--">getLongValue</a></span>()</code>&nbsp;</td>
305</tr>
306<tr id="i15" class="rowColor">
307<td class="colFirst"><code>com.fasterxml.jackson.core.JsonParser.NumberType</code></td>
308<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getNumberType--">getNumberType</a></span>()</code>&nbsp;</td>
309</tr>
310<tr id="i16" class="altColor">
311<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a></code></td>
312<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getNumberValue--">getNumberValue</a></span>()</code>&nbsp;</td>
313</tr>
314<tr id="i17" class="rowColor">
315<td class="colFirst"><code>com.fasterxml.jackson.core.JsonStreamContext</code></td>
316<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getParsingContext--">getParsingContext</a></span>()</code>&nbsp;</td>
317</tr>
318<tr id="i18" class="altColor">
319<td class="colFirst"><code><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>
320<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getText--">getText</a></span>()</code>&nbsp;</td>
321</tr>
322<tr id="i19" class="rowColor">
323<td class="colFirst"><code>char[]</code></td>
324<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getTextCharacters--">getTextCharacters</a></span>()</code>&nbsp;</td>
325</tr>
326<tr id="i20" class="altColor">
327<td class="colFirst"><code>int</code></td>
328<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getTextLength--">getTextLength</a></span>()</code>&nbsp;</td>
329</tr>
330<tr id="i21" class="rowColor">
331<td class="colFirst"><code>int</code></td>
332<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getTextOffset--">getTextOffset</a></span>()</code>&nbsp;</td>
333</tr>
334<tr id="i22" class="altColor">
335<td class="colFirst"><code>com.fasterxml.jackson.core.JsonLocation</code></td>
336<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getTokenLocation--">getTokenLocation</a></span>()</code>&nbsp;</td>
337</tr>
338<tr id="i23" class="rowColor">
339<td class="colFirst"><code>boolean</code></td>
340<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#hasTextCharacters--">hasTextCharacters</a></span>()</code>&nbsp;</td>
341</tr>
342<tr id="i24" class="altColor">
343<td class="colFirst"><code>boolean</code></td>
344<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#isClosed--">isClosed</a></span>()</code>&nbsp;</td>
345</tr>
346<tr id="i25" class="rowColor">
347<td class="colFirst"><code>com.fasterxml.jackson.core.JsonToken</code></td>
348<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#nextToken--">nextToken</a></span>()</code>&nbsp;</td>
349</tr>
350<tr id="i26" class="altColor">
351<td class="colFirst"><code>void</code></td>
352<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#overrideCurrentName-java.lang.String-">overrideCurrentName</a></span>(<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;name)</code>&nbsp;</td>
353</tr>
354<tr id="i27" class="rowColor">
355<td class="colFirst"><code>int</code></td>
356<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#readBinaryValue-com.fasterxml.jackson.core.Base64Variant-java.io.OutputStream-">readBinaryValue</a></span>(com.fasterxml.jackson.core.Base64Variant&nbsp;b64variant,
357               <a href="http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out)</code>&nbsp;</td>
358</tr>
359<tr id="i28" class="altColor">
360<td class="colFirst"><code>void</code></td>
361<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#setCodec-com.fasterxml.jackson.core.ObjectCodec-">setCodec</a></span>(com.fasterxml.jackson.core.ObjectCodec&nbsp;c)</code>&nbsp;</td>
362</tr>
363<tr id="i29" class="rowColor">
364<td class="colFirst"><code>com.fasterxml.jackson.core.JsonParser</code></td>
365<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#skipChildren--">skipChildren</a></span>()</code>&nbsp;</td>
366</tr>
367<tr id="i30" class="altColor">
368<td class="colFirst"><code>com.fasterxml.jackson.core.Version</code></td>
369<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#version--">version</a></span>()</code>&nbsp;</td>
370</tr>
371</table>
372<ul class="blockList">
373<li class="blockList"><a name="methods.inherited.from.class.com.fasterxml.jackson.core.base.ParserMinimalBase">
374<!--   -->
375</a>
376<h3>Methods inherited from class&nbsp;com.fasterxml.jackson.core.base.ParserMinimalBase</h3>
377<code>_ascii, _asciiBytes, _constructError, _decodeBase64, _getCharDesc, _handleUnrecognizedCharacterEscape, _hasTextualNull, _reportError, _reportInvalidEOF, _reportInvalidEOF, _reportInvalidEOFInValue, _reportMissingRootWS, _reportUnexpectedChar, _throwInternal, _throwInvalidSpace, _throwUnquotedSpace, _wrapError, clearCurrentToken, getCurrentToken, getCurrentTokenId, getLastClearedToken, getValueAsBoolean, getValueAsDouble, getValueAsInt, getValueAsInt, getValueAsLong, getValueAsLong, getValueAsString, getValueAsString, hasCurrentToken, hasToken, hasTokenId, isExpectedStartArrayToken, isExpectedStartObjectToken, nextValue</code></li>
378</ul>
379<ul class="blockList">
380<li class="blockList"><a name="methods.inherited.from.class.com.fasterxml.jackson.core.JsonParser">
381<!--   -->
382</a>
383<h3>Methods inherited from class&nbsp;com.fasterxml.jackson.core.JsonParser</h3>
384<code>_codec, _constructError, _reportUnsupportedOperation, canReadObjectId, canReadTypeId, canUseSchema, configure, disable, enable, getBinaryValue, getBooleanValue, getByteValue, getCurrentValue, getFeatureMask, getFormatFeatures, getInputSource, getObjectId, getSchema, getShortValue, getTypeId, getValueAsBoolean, getValueAsDouble, isEnabled, nextBooleanValue, nextFieldName, nextFieldName, nextIntValue, nextLongValue, nextTextValue, overrideFormatFeatures, overrideStdFeatures, readBinaryValue, readValueAs, readValueAs, readValueAsTree, readValuesAs, readValuesAs, releaseBuffered, releaseBuffered, requiresCustomCodec, setCurrentValue, setFeatureMask, setSchema</code></li>
385</ul>
386<ul class="blockList">
387<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
388<!--   -->
389</a>
390<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>
391<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>
392</ul>
393</li>
394</ul>
395</li>
396</ul>
397</div>
398<div class="details">
399<ul class="blockList">
400<li class="blockList">
401<!-- ============ FIELD DETAIL =========== -->
402<ul class="blockList">
403<li class="blockList"><a name="field.detail">
404<!--   -->
405</a>
406<h3>Field Detail</h3>
407<a name="Z:Z_objectCodec">
408<!--   -->
409</a>
410<ul class="blockList">
411<li class="blockList">
412<h4>_objectCodec</h4>
413<pre>protected&nbsp;com.fasterxml.jackson.core.ObjectCodec _objectCodec</pre>
414</li>
415</ul>
416<a name="Z:Z_nodeCursor">
417<!--   -->
418</a>
419<ul class="blockList">
420<li class="blockList">
421<h4>_nodeCursor</h4>
422<pre>protected&nbsp;com.fasterxml.jackson.databind.node.NodeCursor _nodeCursor</pre>
423<div class="block">Traversal context within tree</div>
424</li>
425</ul>
426<a name="Z:Z_nextToken">
427<!--   -->
428</a>
429<ul class="blockList">
430<li class="blockList">
431<h4>_nextToken</h4>
432<pre>protected&nbsp;com.fasterxml.jackson.core.JsonToken _nextToken</pre>
433<div class="block">Sometimes parser needs to buffer a single look-ahead token; if so,
434 it'll be stored here. This is currently used for handling</div>
435</li>
436</ul>
437<a name="Z:Z_startContainer">
438<!--   -->
439</a>
440<ul class="blockList">
441<li class="blockList">
442<h4>_startContainer</h4>
443<pre>protected&nbsp;boolean _startContainer</pre>
444<div class="block">Flag needed to handle recursion into contents of child
445 Array/Object nodes.</div>
446</li>
447</ul>
448<a name="Z:Z_closed">
449<!--   -->
450</a>
451<ul class="blockListLast">
452<li class="blockList">
453<h4>_closed</h4>
454<pre>protected&nbsp;boolean _closed</pre>
455<div class="block">Flag that indicates whether parser is closed or not. Gets
456 set when parser is either closed by explicit call
457 (<a href="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#close--"><code>close()</code></a>) or when end-of-input is reached.</div>
458</li>
459</ul>
460</li>
461</ul>
462<!-- ========= CONSTRUCTOR DETAIL ======== -->
463<ul class="blockList">
464<li class="blockList"><a name="constructor.detail">
465<!--   -->
466</a>
467<h3>Constructor Detail</h3>
468<a name="TreeTraversingParser-com.fasterxml.jackson.databind.JsonNode-">
469<!--   -->
470</a>
471<ul class="blockList">
472<li class="blockList">
473<h4>TreeTraversingParser</h4>
474<pre>public&nbsp;TreeTraversingParser(<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a>&nbsp;n)</pre>
475</li>
476</ul>
477<a name="TreeTraversingParser-com.fasterxml.jackson.databind.JsonNode-com.fasterxml.jackson.core.ObjectCodec-">
478<!--   -->
479</a>
480<ul class="blockListLast">
481<li class="blockList">
482<h4>TreeTraversingParser</h4>
483<pre>public&nbsp;TreeTraversingParser(<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a>&nbsp;n,
484                            com.fasterxml.jackson.core.ObjectCodec&nbsp;codec)</pre>
485</li>
486</ul>
487</li>
488</ul>
489<!-- ============ METHOD DETAIL ========== -->
490<ul class="blockList">
491<li class="blockList"><a name="method.detail">
492<!--   -->
493</a>
494<h3>Method Detail</h3>
495<a name="setCodec-com.fasterxml.jackson.core.ObjectCodec-">
496<!--   -->
497</a>
498<ul class="blockList">
499<li class="blockList">
500<h4>setCodec</h4>
501<pre>public&nbsp;void&nbsp;setCodec(com.fasterxml.jackson.core.ObjectCodec&nbsp;c)</pre>
502<dl>
503<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
504<dd><code>setCodec</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
505</dl>
506</li>
507</ul>
508<a name="getCodec--">
509<!--   -->
510</a>
511<ul class="blockList">
512<li class="blockList">
513<h4>getCodec</h4>
514<pre>public&nbsp;com.fasterxml.jackson.core.ObjectCodec&nbsp;getCodec()</pre>
515<dl>
516<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
517<dd><code>getCodec</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
518</dl>
519</li>
520</ul>
521<a name="version--">
522<!--   -->
523</a>
524<ul class="blockList">
525<li class="blockList">
526<h4>version</h4>
527<pre>public&nbsp;com.fasterxml.jackson.core.Version&nbsp;version()</pre>
528<dl>
529<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
530<dd><code>version</code>&nbsp;in interface&nbsp;<code>com.fasterxml.jackson.core.Versioned</code></dd>
531<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
532<dd><code>version</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
533</dl>
534</li>
535</ul>
536<a name="close--">
537<!--   -->
538</a>
539<ul class="blockList">
540<li class="blockList">
541<h4>close</h4>
542<pre>public&nbsp;void&nbsp;close()
543           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>
544<dl>
545<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
546<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>
547<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
548<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>
549<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
550<dd><code>close</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
551<dt><span class="throwsLabel">Throws:</span></dt>
552<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>
553</dl>
554</li>
555</ul>
556<a name="nextToken--">
557<!--   -->
558</a>
559<ul class="blockList">
560<li class="blockList">
561<h4>nextToken</h4>
562<pre>public&nbsp;com.fasterxml.jackson.core.JsonToken&nbsp;nextToken()
563                                               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>,
564                                                      com.fasterxml.jackson.core.JsonParseException</pre>
565<dl>
566<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
567<dd><code>nextToken</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
568<dt><span class="throwsLabel">Throws:</span></dt>
569<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>
570<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
571</dl>
572</li>
573</ul>
574<a name="skipChildren--">
575<!--   -->
576</a>
577<ul class="blockList">
578<li class="blockList">
579<h4>skipChildren</h4>
580<pre>public&nbsp;com.fasterxml.jackson.core.JsonParser&nbsp;skipChildren()
581                                                   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>,
582                                                          com.fasterxml.jackson.core.JsonParseException</pre>
583<dl>
584<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
585<dd><code>skipChildren</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
586<dt><span class="throwsLabel">Throws:</span></dt>
587<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>
588<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
589</dl>
590</li>
591</ul>
592<a name="isClosed--">
593<!--   -->
594</a>
595<ul class="blockList">
596<li class="blockList">
597<h4>isClosed</h4>
598<pre>public&nbsp;boolean&nbsp;isClosed()</pre>
599<dl>
600<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
601<dd><code>isClosed</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
602</dl>
603</li>
604</ul>
605<a name="getCurrentName--">
606<!--   -->
607</a>
608<ul class="blockList">
609<li class="blockList">
610<h4>getCurrentName</h4>
611<pre>public&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()</pre>
612<dl>
613<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
614<dd><code>getCurrentName</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
615</dl>
616</li>
617</ul>
618<a name="overrideCurrentName-java.lang.String-">
619<!--   -->
620</a>
621<ul class="blockList">
622<li class="blockList">
623<h4>overrideCurrentName</h4>
624<pre>public&nbsp;void&nbsp;overrideCurrentName(<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;name)</pre>
625<dl>
626<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
627<dd><code>overrideCurrentName</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
628</dl>
629</li>
630</ul>
631<a name="getParsingContext--">
632<!--   -->
633</a>
634<ul class="blockList">
635<li class="blockList">
636<h4>getParsingContext</h4>
637<pre>public&nbsp;com.fasterxml.jackson.core.JsonStreamContext&nbsp;getParsingContext()</pre>
638<dl>
639<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
640<dd><code>getParsingContext</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
641</dl>
642</li>
643</ul>
644<a name="getTokenLocation--">
645<!--   -->
646</a>
647<ul class="blockList">
648<li class="blockList">
649<h4>getTokenLocation</h4>
650<pre>public&nbsp;com.fasterxml.jackson.core.JsonLocation&nbsp;getTokenLocation()</pre>
651<dl>
652<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
653<dd><code>getTokenLocation</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
654</dl>
655</li>
656</ul>
657<a name="getCurrentLocation--">
658<!--   -->
659</a>
660<ul class="blockList">
661<li class="blockList">
662<h4>getCurrentLocation</h4>
663<pre>public&nbsp;com.fasterxml.jackson.core.JsonLocation&nbsp;getCurrentLocation()</pre>
664<dl>
665<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
666<dd><code>getCurrentLocation</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
667</dl>
668</li>
669</ul>
670<a name="getText--">
671<!--   -->
672</a>
673<ul class="blockList">
674<li class="blockList">
675<h4>getText</h4>
676<pre>public&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()</pre>
677<dl>
678<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
679<dd><code>getText</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
680</dl>
681</li>
682</ul>
683<a name="getTextCharacters--">
684<!--   -->
685</a>
686<ul class="blockList">
687<li class="blockList">
688<h4>getTextCharacters</h4>
689<pre>public&nbsp;char[]&nbsp;getTextCharacters()
690                         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>,
691                                com.fasterxml.jackson.core.JsonParseException</pre>
692<dl>
693<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
694<dd><code>getTextCharacters</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
695<dt><span class="throwsLabel">Throws:</span></dt>
696<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>
697<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
698</dl>
699</li>
700</ul>
701<a name="getTextLength--">
702<!--   -->
703</a>
704<ul class="blockList">
705<li class="blockList">
706<h4>getTextLength</h4>
707<pre>public&nbsp;int&nbsp;getTextLength()
708                  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>,
709                         com.fasterxml.jackson.core.JsonParseException</pre>
710<dl>
711<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
712<dd><code>getTextLength</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
713<dt><span class="throwsLabel">Throws:</span></dt>
714<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>
715<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
716</dl>
717</li>
718</ul>
719<a name="getTextOffset--">
720<!--   -->
721</a>
722<ul class="blockList">
723<li class="blockList">
724<h4>getTextOffset</h4>
725<pre>public&nbsp;int&nbsp;getTextOffset()
726                  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>,
727                         com.fasterxml.jackson.core.JsonParseException</pre>
728<dl>
729<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
730<dd><code>getTextOffset</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
731<dt><span class="throwsLabel">Throws:</span></dt>
732<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>
733<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
734</dl>
735</li>
736</ul>
737<a name="hasTextCharacters--">
738<!--   -->
739</a>
740<ul class="blockList">
741<li class="blockList">
742<h4>hasTextCharacters</h4>
743<pre>public&nbsp;boolean&nbsp;hasTextCharacters()</pre>
744<dl>
745<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
746<dd><code>hasTextCharacters</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
747</dl>
748</li>
749</ul>
750<a name="getNumberType--">
751<!--   -->
752</a>
753<ul class="blockList">
754<li class="blockList">
755<h4>getNumberType</h4>
756<pre>public&nbsp;com.fasterxml.jackson.core.JsonParser.NumberType&nbsp;getNumberType()
757                                                               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>,
758                                                                      com.fasterxml.jackson.core.JsonParseException</pre>
759<dl>
760<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
761<dd><code>getNumberType</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
762<dt><span class="throwsLabel">Throws:</span></dt>
763<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>
764<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
765</dl>
766</li>
767</ul>
768<a name="getBigIntegerValue--">
769<!--   -->
770</a>
771<ul class="blockList">
772<li class="blockList">
773<h4>getBigIntegerValue</h4>
774<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a>&nbsp;getBigIntegerValue()
775                              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>,
776                                     com.fasterxml.jackson.core.JsonParseException</pre>
777<dl>
778<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
779<dd><code>getBigIntegerValue</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
780<dt><span class="throwsLabel">Throws:</span></dt>
781<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>
782<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
783</dl>
784</li>
785</ul>
786<a name="getDecimalValue--">
787<!--   -->
788</a>
789<ul class="blockList">
790<li class="blockList">
791<h4>getDecimalValue</h4>
792<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true" title="class or interface in java.math">BigDecimal</a>&nbsp;getDecimalValue()
793                           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>,
794                                  com.fasterxml.jackson.core.JsonParseException</pre>
795<dl>
796<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
797<dd><code>getDecimalValue</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
798<dt><span class="throwsLabel">Throws:</span></dt>
799<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>
800<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
801</dl>
802</li>
803</ul>
804<a name="getDoubleValue--">
805<!--   -->
806</a>
807<ul class="blockList">
808<li class="blockList">
809<h4>getDoubleValue</h4>
810<pre>public&nbsp;double&nbsp;getDoubleValue()
811                      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>,
812                             com.fasterxml.jackson.core.JsonParseException</pre>
813<dl>
814<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
815<dd><code>getDoubleValue</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
816<dt><span class="throwsLabel">Throws:</span></dt>
817<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>
818<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
819</dl>
820</li>
821</ul>
822<a name="getFloatValue--">
823<!--   -->
824</a>
825<ul class="blockList">
826<li class="blockList">
827<h4>getFloatValue</h4>
828<pre>public&nbsp;float&nbsp;getFloatValue()
829                    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>,
830                           com.fasterxml.jackson.core.JsonParseException</pre>
831<dl>
832<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
833<dd><code>getFloatValue</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
834<dt><span class="throwsLabel">Throws:</span></dt>
835<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>
836<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
837</dl>
838</li>
839</ul>
840<a name="getLongValue--">
841<!--   -->
842</a>
843<ul class="blockList">
844<li class="blockList">
845<h4>getLongValue</h4>
846<pre>public&nbsp;long&nbsp;getLongValue()
847                  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>,
848                         com.fasterxml.jackson.core.JsonParseException</pre>
849<dl>
850<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
851<dd><code>getLongValue</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
852<dt><span class="throwsLabel">Throws:</span></dt>
853<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>
854<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
855</dl>
856</li>
857</ul>
858<a name="getIntValue--">
859<!--   -->
860</a>
861<ul class="blockList">
862<li class="blockList">
863<h4>getIntValue</h4>
864<pre>public&nbsp;int&nbsp;getIntValue()
865                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>,
866                       com.fasterxml.jackson.core.JsonParseException</pre>
867<dl>
868<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
869<dd><code>getIntValue</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
870<dt><span class="throwsLabel">Throws:</span></dt>
871<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>
872<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
873</dl>
874</li>
875</ul>
876<a name="getNumberValue--">
877<!--   -->
878</a>
879<ul class="blockList">
880<li class="blockList">
881<h4>getNumberValue</h4>
882<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>&nbsp;getNumberValue()
883                      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>,
884                             com.fasterxml.jackson.core.JsonParseException</pre>
885<dl>
886<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
887<dd><code>getNumberValue</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
888<dt><span class="throwsLabel">Throws:</span></dt>
889<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>
890<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
891</dl>
892</li>
893</ul>
894<a name="getEmbeddedObject--">
895<!--   -->
896</a>
897<ul class="blockList">
898<li class="blockList">
899<h4>getEmbeddedObject</h4>
900<pre>public&nbsp;<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>&nbsp;getEmbeddedObject()</pre>
901<dl>
902<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
903<dd><code>getEmbeddedObject</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
904</dl>
905</li>
906</ul>
907<a name="getBinaryValue-com.fasterxml.jackson.core.Base64Variant-">
908<!--   -->
909</a>
910<ul class="blockList">
911<li class="blockList">
912<h4>getBinaryValue</h4>
913<pre>public&nbsp;byte[]&nbsp;getBinaryValue(com.fasterxml.jackson.core.Base64Variant&nbsp;b64variant)
914                      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>,
915                             com.fasterxml.jackson.core.JsonParseException</pre>
916<dl>
917<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
918<dd><code>getBinaryValue</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
919<dt><span class="throwsLabel">Throws:</span></dt>
920<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>
921<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
922</dl>
923</li>
924</ul>
925<a name="readBinaryValue-com.fasterxml.jackson.core.Base64Variant-java.io.OutputStream-">
926<!--   -->
927</a>
928<ul class="blockList">
929<li class="blockList">
930<h4>readBinaryValue</h4>
931<pre>public&nbsp;int&nbsp;readBinaryValue(com.fasterxml.jackson.core.Base64Variant&nbsp;b64variant,
932                           <a href="http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;out)
933                    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>,
934                           com.fasterxml.jackson.core.JsonParseException</pre>
935<dl>
936<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
937<dd><code>readBinaryValue</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.JsonParser</code></dd>
938<dt><span class="throwsLabel">Throws:</span></dt>
939<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>
940<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
941</dl>
942</li>
943</ul>
944<a name="currentNode--">
945<!--   -->
946</a>
947<ul class="blockList">
948<li class="blockList">
949<h4>currentNode</h4>
950<pre>protected&nbsp;<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a>&nbsp;currentNode()</pre>
951</li>
952</ul>
953<a name="currentNumericNode--">
954<!--   -->
955</a>
956<ul class="blockList">
957<li class="blockList">
958<h4>currentNumericNode</h4>
959<pre>protected&nbsp;<a href="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</a>&nbsp;currentNumericNode()
960                               throws com.fasterxml.jackson.core.JsonParseException</pre>
961<dl>
962<dt><span class="throwsLabel">Throws:</span></dt>
963<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
964</dl>
965</li>
966</ul>
967<a name="Z:Z_handleEOF--">
968<!--   -->
969</a>
970<ul class="blockListLast">
971<li class="blockList">
972<h4>_handleEOF</h4>
973<pre>protected&nbsp;void&nbsp;_handleEOF()
974                   throws com.fasterxml.jackson.core.JsonParseException</pre>
975<dl>
976<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
977<dd><code>_handleEOF</code>&nbsp;in class&nbsp;<code>com.fasterxml.jackson.core.base.ParserMinimalBase</code></dd>
978<dt><span class="throwsLabel">Throws:</span></dt>
979<dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
980</dl>
981</li>
982</ul>
983</li>
984</ul>
985</li>
986</ul>
987</div>
988</div>
989<!-- ========= END OF CLASS DATA ========= -->
990<!-- ======= START OF BOTTOM NAVBAR ====== -->
991<div class="bottomNav"><a name="navbar.bottom">
992<!--   -->
993</a>
994<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
995<a name="navbar.bottom.firstrow">
996<!--   -->
997</a>
998<ul class="navList" title="Navigation">
999<li><a href="../../../../../overview-summary.html">Overview</a></li>
1000<li><a href="package-summary.html">Package</a></li>
1001<li class="navBarCell1Rev">Class</li>
1002<li><a href="class-use/TreeTraversingParser.html">Use</a></li>
1003<li><a href="package-tree.html">Tree</a></li>
1004<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
1005<li><a href="../../../../../index-all.html">Index</a></li>
1006<li><a href="../../../../../help-doc.html">Help</a></li>
1007</ul>
1008</div>
1009<div class="subNav">
1010<ul class="navList">
1011<li><a href="../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
1012<li><a href="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html" title="class in com.fasterxml.jackson.databind.node"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
1013</ul>
1014<ul class="navList">
1015<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/node/TreeTraversingParser.html" target="_top">Frames</a></li>
1016<li><a href="TreeTraversingParser.html" target="_top">No&nbsp;Frames</a></li>
1017</ul>
1018<ul class="navList" id="allclasses_navbar_bottom">
1019<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
1020</ul>
1021<div>
1022<script type="text/javascript"><!--
1023  allClassesLink = document.getElementById("allclasses_navbar_bottom");
1024  if(window==top) {
1025    allClassesLink.style.display = "block";
1026  }
1027  else {
1028    allClassesLink.style.display = "none";
1029  }
1030  //-->
1031</script>
1032</div>
1033<div>
1034<ul class="subNavList">
1035<li>Summary:&nbsp;</li>
1036<li><a href="#nested.classes.inherited.from.class.com.fasterxml.jackson.core.JsonParser">Nested</a>&nbsp;|&nbsp;</li>
1037<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
1038<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
1039<li><a href="#method.summary">Method</a></li>
1040</ul>
1041<ul class="subNavList">
1042<li>Detail:&nbsp;</li>
1043<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
1044<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
1045<li><a href="#method.detail">Method</a></li>
1046</ul>
1047</div>
1048<a name="skip.navbar.bottom">
1049<!--   -->
1050</a></div>
1051<!-- ======== END OF BOTTOM NAVBAR ======= -->
1052<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2015 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
1053</body>
1054</html>
1055