• Home
  • 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>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0_35) on Tue Oct 09 17:08:19 PDT 2012 -->
6<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<TITLE>
8TreeTraversingParser (jackson-databind 2.1.0 API)
9</TITLE>
10
11<META NAME="date" CONTENT="2012-10-09">
12
13<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
14
15<SCRIPT type="text/javascript">
16function windowTitle()
17{
18    if (location.href.indexOf('is-external=true') == -1) {
19        parent.document.title="TreeTraversingParser (jackson-databind 2.1.0 API)";
20    }
21}
22</SCRIPT>
23<NOSCRIPT>
24</NOSCRIPT>
25
26</HEAD>
27
28<BODY BGCOLOR="white" onload="windowTitle();">
29<HR>
30
31
32<!-- ========= START OF TOP NAVBAR ======= -->
33<A NAME="navbar_top"><!-- --></A>
34<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36<TR>
37<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38<A NAME="navbar_top_firstrow"><!-- --></A>
39<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40  <TR ALIGN="center" VALIGN="top">
41  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
43  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/TreeTraversingParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
48  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
49  </TR>
50</TABLE>
51</TD>
52<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
53</EM>
54</TD>
55</TR>
56
57<TR>
58<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59&nbsp;<A HREF="../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node"><B>PREV CLASS</B></A>&nbsp;
60&nbsp;<A HREF="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html" title="class in com.fasterxml.jackson.databind.node"><B>NEXT CLASS</B></A></FONT></TD>
61<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62  <A HREF="../../../../../index.html?com/fasterxml/jackson/databind/node/TreeTraversingParser.html" target="_top"><B>FRAMES</B></A>  &nbsp;
63&nbsp;<A HREF="TreeTraversingParser.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
64&nbsp;<SCRIPT type="text/javascript">
65  <!--
66  if(window==top) {
67    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
68  }
69  //-->
70</SCRIPT>
71<NOSCRIPT>
72  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
73</NOSCRIPT>
74
75
76</FONT></TD>
77</TR>
78<TR>
79<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80  SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_com.fasterxml.jackson.core.JsonParser">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
81<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
82DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
83</TR>
84</TABLE>
85<A NAME="skip-navbar_top"></A>
86<!-- ========= END OF TOP NAVBAR ========= -->
87
88<HR>
89<!-- ======== START OF CLASS DATA ======== -->
90<H2>
91<FONT SIZE="-1">
92com.fasterxml.jackson.databind.node</FONT>
93<BR>
94Class TreeTraversingParser</H2>
95<PRE>
96<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>
97  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">com.fasterxml.jackson.core.JsonParser</A>
98      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">com.fasterxml.jackson.core.base.ParserMinimalBase</A>
99          <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>com.fasterxml.jackson.databind.node.TreeTraversingParser</B>
100</PRE>
101<DL>
102<DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/Versioned.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Versioned</A>, <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></DD>
103</DL>
104<HR>
105<DL>
106<DT><PRE>public class <B>TreeTraversingParser</B><DT>extends <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></DL>
107</PRE>
108
109<P>
110Facade over <A HREF="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind"><CODE>JsonNode</CODE></A> that implements <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><CODE>JsonParser</CODE></A> to allow
111 accessing contents of JSON tree in alternate form (stream of tokens).
112 Useful when a streaming source is expected by code, such as data binding
113 functionality.
114<P>
115
116<P>
117<DL>
118<DT><B>Author:</B></DT>
119  <DD>tatu</DD>
120</DL>
121<HR>
122
123<P>
124<!-- ======== NESTED CLASS SUMMARY ======== -->
125
126<A NAME="nested_class_summary"><!-- --></A>
127<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
128<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
129<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
130<B>Nested Class Summary</B></FONT></TH>
131</TR>
132</TABLE>
133&nbsp;<A NAME="nested_classes_inherited_from_class_com.fasterxml.jackson.core.JsonParser"><!-- --></A>
134<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
135<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
136<TH ALIGN="left"><B>Nested classes/interfaces inherited from class com.fasterxml.jackson.core.<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></B></TH>
137</TR>
138<TR BGCOLOR="white" CLASS="TableRowColor">
139<TD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.Feature.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser.Feature</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.NumberType.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser.NumberType</A></CODE></TD>
140</TR>
141</TABLE>
142&nbsp;
143<!-- =========== FIELD SUMMARY =========== -->
144
145<A NAME="field_summary"><!-- --></A>
146<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
147<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
148<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
149<B>Field Summary</B></FONT></TH>
150</TR>
151<TR BGCOLOR="white" CLASS="TableRowColor">
152<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
153<CODE>protected &nbsp;boolean</CODE></FONT></TD>
154<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#_closed">_closed</A></B></CODE>
155
156<BR>
157&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Flag that indicates whether parser is closed or not.</TD>
158</TR>
159<TR BGCOLOR="white" CLASS="TableRowColor">
160<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
161<CODE>protected &nbsp;<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonToken.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonToken</A></CODE></FONT></TD>
162<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#_nextToken">_nextToken</A></B></CODE>
163
164<BR>
165&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sometimes parser needs to buffer a single look-ahead token; if so,
166 it'll be stored here.</TD>
167</TR>
168<TR BGCOLOR="white" CLASS="TableRowColor">
169<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170<CODE>protected &nbsp;com.fasterxml.jackson.databind.node.NodeCursor</CODE></FONT></TD>
171<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#_nodeCursor">_nodeCursor</A></B></CODE>
172
173<BR>
174&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Traversal context within tree</TD>
175</TR>
176<TR BGCOLOR="white" CLASS="TableRowColor">
177<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
178<CODE>protected &nbsp;<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/ObjectCodec.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">ObjectCodec</A></CODE></FONT></TD>
179<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#_objectCodec">_objectCodec</A></B></CODE>
180
181<BR>
182&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
183</TR>
184<TR BGCOLOR="white" CLASS="TableRowColor">
185<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
186<CODE>protected &nbsp;boolean</CODE></FONT></TD>
187<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#_startContainer">_startContainer</A></B></CODE>
188
189<BR>
190&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Flag needed to handle recursion into contents of child
191 Array/Object nodes.</TD>
192</TR>
193</TABLE>
194&nbsp;<A NAME="fields_inherited_from_class_com.fasterxml.jackson.core.base.ParserMinimalBase"><!-- --></A>
195<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
196<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
197<TH ALIGN="left"><B>Fields inherited from class com.fasterxml.jackson.core.base.<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></B></TH>
198</TR>
199<TR BGCOLOR="white" CLASS="TableRowColor">
200<TD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_currToken" title="class or interface in com.fasterxml.jackson.core.base">_currToken</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_lastClearedToken" title="class or interface in com.fasterxml.jackson.core.base">_lastClearedToken</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_APOSTROPHE" title="class or interface in com.fasterxml.jackson.core.base">INT_APOSTROPHE</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_ASTERISK" title="class or interface in com.fasterxml.jackson.core.base">INT_ASTERISK</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_b" title="class or interface in com.fasterxml.jackson.core.base">INT_b</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_BACKSLASH" title="class or interface in com.fasterxml.jackson.core.base">INT_BACKSLASH</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_COLON" title="class or interface in com.fasterxml.jackson.core.base">INT_COLON</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_COMMA" title="class or interface in com.fasterxml.jackson.core.base">INT_COMMA</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_CR" title="class or interface in com.fasterxml.jackson.core.base">INT_CR</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_f" title="class or interface in com.fasterxml.jackson.core.base">INT_f</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_LBRACKET" title="class or interface in com.fasterxml.jackson.core.base">INT_LBRACKET</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_LCURLY" title="class or interface in com.fasterxml.jackson.core.base">INT_LCURLY</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_LF" title="class or interface in com.fasterxml.jackson.core.base">INT_LF</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_n" title="class or interface in com.fasterxml.jackson.core.base">INT_n</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_QUOTE" title="class or interface in com.fasterxml.jackson.core.base">INT_QUOTE</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_r" title="class or interface in com.fasterxml.jackson.core.base">INT_r</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_RBRACKET" title="class or interface in com.fasterxml.jackson.core.base">INT_RBRACKET</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_RCURLY" title="class or interface in com.fasterxml.jackson.core.base">INT_RCURLY</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_SLASH" title="class or interface in com.fasterxml.jackson.core.base">INT_SLASH</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_SPACE" title="class or interface in com.fasterxml.jackson.core.base">INT_SPACE</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_t" title="class or interface in com.fasterxml.jackson.core.base">INT_t</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_TAB" title="class or interface in com.fasterxml.jackson.core.base">INT_TAB</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#INT_u" title="class or interface in com.fasterxml.jackson.core.base">INT_u</A></CODE></TD>
201</TR>
202</TABLE>
203&nbsp;<A NAME="fields_inherited_from_class_com.fasterxml.jackson.core.JsonParser"><!-- --></A>
204<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
205<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
206<TH ALIGN="left"><B>Fields inherited from class com.fasterxml.jackson.core.<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></B></TH>
207</TR>
208<TR BGCOLOR="white" CLASS="TableRowColor">
209<TD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#_features" title="class or interface in com.fasterxml.jackson.core">_features</A></CODE></TD>
210</TR>
211</TABLE>
212&nbsp;
213<!-- ======== CONSTRUCTOR SUMMARY ======== -->
214
215<A NAME="constructor_summary"><!-- --></A>
216<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
217<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
218<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
219<B>Constructor Summary</B></FONT></TH>
220</TR>
221<TR BGCOLOR="white" CLASS="TableRowColor">
222<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#TreeTraversingParser(com.fasterxml.jackson.databind.JsonNode)">TreeTraversingParser</A></B>(<A HREF="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</A>&nbsp;n)</CODE>
223
224<BR>
225&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
226</TR>
227<TR BGCOLOR="white" CLASS="TableRowColor">
228<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#TreeTraversingParser(com.fasterxml.jackson.databind.JsonNode, com.fasterxml.jackson.core.ObjectCodec)">TreeTraversingParser</A></B>(<A HREF="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</A>&nbsp;n,
229                     <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/ObjectCodec.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">ObjectCodec</A>&nbsp;codec)</CODE>
230
231<BR>
232&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
233</TR>
234</TABLE>
235&nbsp;
236<!-- ========== METHOD SUMMARY =========== -->
237
238<A NAME="method_summary"><!-- --></A>
239<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
240<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
241<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
242<B>Method Summary</B></FONT></TH>
243</TR>
244<TR BGCOLOR="white" CLASS="TableRowColor">
245<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
246<CODE>protected &nbsp;void</CODE></FONT></TD>
247<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#_handleEOF()">_handleEOF</A></B>()</CODE>
248
249<BR>
250&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
251</TR>
252<TR BGCOLOR="white" CLASS="TableRowColor">
253<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
254<CODE>&nbsp;void</CODE></FONT></TD>
255<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#close()">close</A></B>()</CODE>
256
257<BR>
258&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
259</TR>
260<TR BGCOLOR="white" CLASS="TableRowColor">
261<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
262<CODE>protected &nbsp;<A HREF="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</A></CODE></FONT></TD>
263<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#currentNode()">currentNode</A></B>()</CODE>
264
265<BR>
266&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
267</TR>
268<TR BGCOLOR="white" CLASS="TableRowColor">
269<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
270<CODE>protected &nbsp;<A HREF="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</A></CODE></FONT></TD>
271<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#currentNumericNode()">currentNumericNode</A></B>()</CODE>
272
273<BR>
274&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
275</TR>
276<TR BGCOLOR="white" CLASS="TableRowColor">
277<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
278<CODE>&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></CODE></FONT></TD>
279<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getBigIntegerValue()">getBigIntegerValue</A></B>()</CODE>
280
281<BR>
282&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
283</TR>
284<TR BGCOLOR="white" CLASS="TableRowColor">
285<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
286<CODE>&nbsp;byte[]</CODE></FONT></TD>
287<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getBinaryValue(com.fasterxml.jackson.core.Base64Variant)">getBinaryValue</A></B>(<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/Base64Variant.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Base64Variant</A>&nbsp;b64variant)</CODE>
288
289<BR>
290&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
291</TR>
292<TR BGCOLOR="white" CLASS="TableRowColor">
293<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
294<CODE>&nbsp;<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/ObjectCodec.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">ObjectCodec</A></CODE></FONT></TD>
295<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getCodec()">getCodec</A></B>()</CODE>
296
297<BR>
298&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
299</TR>
300<TR BGCOLOR="white" CLASS="TableRowColor">
301<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
302<CODE>&nbsp;<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</A></CODE></FONT></TD>
303<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getCurrentLocation()">getCurrentLocation</A></B>()</CODE>
304
305<BR>
306&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
307</TR>
308<TR BGCOLOR="white" CLASS="TableRowColor">
309<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
310<CODE>&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></CODE></FONT></TD>
311<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getCurrentName()">getCurrentName</A></B>()</CODE>
312
313<BR>
314&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
315</TR>
316<TR BGCOLOR="white" CLASS="TableRowColor">
317<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
318<CODE>&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></CODE></FONT></TD>
319<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getDecimalValue()">getDecimalValue</A></B>()</CODE>
320
321<BR>
322&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
323</TR>
324<TR BGCOLOR="white" CLASS="TableRowColor">
325<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
326<CODE>&nbsp;double</CODE></FONT></TD>
327<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getDoubleValue()">getDoubleValue</A></B>()</CODE>
328
329<BR>
330&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
331</TR>
332<TR BGCOLOR="white" CLASS="TableRowColor">
333<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
334<CODE>&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></CODE></FONT></TD>
335<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getEmbeddedObject()">getEmbeddedObject</A></B>()</CODE>
336
337<BR>
338&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
339</TR>
340<TR BGCOLOR="white" CLASS="TableRowColor">
341<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
342<CODE>&nbsp;float</CODE></FONT></TD>
343<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getFloatValue()">getFloatValue</A></B>()</CODE>
344
345<BR>
346&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
347</TR>
348<TR BGCOLOR="white" CLASS="TableRowColor">
349<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
350<CODE>&nbsp;int</CODE></FONT></TD>
351<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getIntValue()">getIntValue</A></B>()</CODE>
352
353<BR>
354&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
355</TR>
356<TR BGCOLOR="white" CLASS="TableRowColor">
357<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
358<CODE>&nbsp;long</CODE></FONT></TD>
359<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getLongValue()">getLongValue</A></B>()</CODE>
360
361<BR>
362&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
363</TR>
364<TR BGCOLOR="white" CLASS="TableRowColor">
365<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
366<CODE>&nbsp;<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.NumberType.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser.NumberType</A></CODE></FONT></TD>
367<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getNumberType()">getNumberType</A></B>()</CODE>
368
369<BR>
370&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
371</TR>
372<TR BGCOLOR="white" CLASS="TableRowColor">
373<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
374<CODE>&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></CODE></FONT></TD>
375<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getNumberValue()">getNumberValue</A></B>()</CODE>
376
377<BR>
378&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
379</TR>
380<TR BGCOLOR="white" CLASS="TableRowColor">
381<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
382<CODE>&nbsp;<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonStreamContext.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonStreamContext</A></CODE></FONT></TD>
383<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getParsingContext()">getParsingContext</A></B>()</CODE>
384
385<BR>
386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
387</TR>
388<TR BGCOLOR="white" CLASS="TableRowColor">
389<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
390<CODE>&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></CODE></FONT></TD>
391<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getText()">getText</A></B>()</CODE>
392
393<BR>
394&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
395</TR>
396<TR BGCOLOR="white" CLASS="TableRowColor">
397<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
398<CODE>&nbsp;char[]</CODE></FONT></TD>
399<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getTextCharacters()">getTextCharacters</A></B>()</CODE>
400
401<BR>
402&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
403</TR>
404<TR BGCOLOR="white" CLASS="TableRowColor">
405<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
406<CODE>&nbsp;int</CODE></FONT></TD>
407<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getTextLength()">getTextLength</A></B>()</CODE>
408
409<BR>
410&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
411</TR>
412<TR BGCOLOR="white" CLASS="TableRowColor">
413<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
414<CODE>&nbsp;int</CODE></FONT></TD>
415<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getTextOffset()">getTextOffset</A></B>()</CODE>
416
417<BR>
418&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
419</TR>
420<TR BGCOLOR="white" CLASS="TableRowColor">
421<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
422<CODE>&nbsp;<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</A></CODE></FONT></TD>
423<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#getTokenLocation()">getTokenLocation</A></B>()</CODE>
424
425<BR>
426&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
427</TR>
428<TR BGCOLOR="white" CLASS="TableRowColor">
429<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
430<CODE>&nbsp;boolean</CODE></FONT></TD>
431<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#hasTextCharacters()">hasTextCharacters</A></B>()</CODE>
432
433<BR>
434&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
435</TR>
436<TR BGCOLOR="white" CLASS="TableRowColor">
437<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
438<CODE>&nbsp;boolean</CODE></FONT></TD>
439<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#isClosed()">isClosed</A></B>()</CODE>
440
441<BR>
442&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
443</TR>
444<TR BGCOLOR="white" CLASS="TableRowColor">
445<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
446<CODE>&nbsp;<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonToken.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonToken</A></CODE></FONT></TD>
447<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#nextToken()">nextToken</A></B>()</CODE>
448
449<BR>
450&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
451</TR>
452<TR BGCOLOR="white" CLASS="TableRowColor">
453<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
454<CODE>&nbsp;void</CODE></FONT></TD>
455<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#overrideCurrentName(java.lang.String)">overrideCurrentName</A></B>(<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>
456
457<BR>
458&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
459</TR>
460<TR BGCOLOR="white" CLASS="TableRowColor">
461<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
462<CODE>&nbsp;int</CODE></FONT></TD>
463<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#readBinaryValue(com.fasterxml.jackson.core.Base64Variant, java.io.OutputStream)">readBinaryValue</A></B>(<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/Base64Variant.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Base64Variant</A>&nbsp;b64variant,
464                <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>
465
466<BR>
467&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
468</TR>
469<TR BGCOLOR="white" CLASS="TableRowColor">
470<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
471<CODE>&nbsp;void</CODE></FONT></TD>
472<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#setCodec(com.fasterxml.jackson.core.ObjectCodec)">setCodec</A></B>(<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/ObjectCodec.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">ObjectCodec</A>&nbsp;c)</CODE>
473
474<BR>
475&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
476</TR>
477<TR BGCOLOR="white" CLASS="TableRowColor">
478<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
479<CODE>&nbsp;<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></FONT></TD>
480<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#skipChildren()">skipChildren</A></B>()</CODE>
481
482<BR>
483&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
484</TR>
485<TR BGCOLOR="white" CLASS="TableRowColor">
486<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
487<CODE>&nbsp;<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</A></CODE></FONT></TD>
488<TD><CODE><B><A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#version()">version</A></B>()</CODE>
489
490<BR>
491&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
492</TR>
493</TABLE>
494&nbsp;<A NAME="methods_inherited_from_class_com.fasterxml.jackson.core.base.ParserMinimalBase"><!-- --></A>
495<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
496<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
497<TH ALIGN="left"><B>Methods inherited from class com.fasterxml.jackson.core.base.<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></B></TH>
498</TR>
499<TR BGCOLOR="white" CLASS="TableRowColor">
500<TD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_constructError(java.lang.String, java.lang.Throwable)" title="class or interface in com.fasterxml.jackson.core.base">_constructError</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_decodeBase64(java.lang.String, com.fasterxml.jackson.core.util.ByteArrayBuilder, com.fasterxml.jackson.core.Base64Variant)" title="class or interface in com.fasterxml.jackson.core.base">_decodeBase64</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_getCharDesc(int)" title="class or interface in com.fasterxml.jackson.core.base">_getCharDesc</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_handleUnrecognizedCharacterEscape(char)" title="class or interface in com.fasterxml.jackson.core.base">_handleUnrecognizedCharacterEscape</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_reportBase64EOF()" title="class or interface in com.fasterxml.jackson.core.base">_reportBase64EOF</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_reportError(java.lang.String)" title="class or interface in com.fasterxml.jackson.core.base">_reportError</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_reportInvalidBase64(com.fasterxml.jackson.core.Base64Variant, char, int, java.lang.String)" title="class or interface in com.fasterxml.jackson.core.base">_reportInvalidBase64</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_reportInvalidEOF()" title="class or interface in com.fasterxml.jackson.core.base">_reportInvalidEOF</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_reportInvalidEOF(java.lang.String)" title="class or interface in com.fasterxml.jackson.core.base">_reportInvalidEOF</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_reportInvalidEOFInValue()" title="class or interface in com.fasterxml.jackson.core.base">_reportInvalidEOFInValue</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_reportUnexpectedChar(int, java.lang.String)" title="class or interface in com.fasterxml.jackson.core.base">_reportUnexpectedChar</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_throwInternal()" title="class or interface in com.fasterxml.jackson.core.base">_throwInternal</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_throwInvalidSpace(int)" title="class or interface in com.fasterxml.jackson.core.base">_throwInvalidSpace</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_throwUnquotedSpace(int, java.lang.String)" title="class or interface in com.fasterxml.jackson.core.base">_throwUnquotedSpace</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_wrapError(java.lang.String, java.lang.Throwable)" title="class or interface in com.fasterxml.jackson.core.base">_wrapError</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#clearCurrentToken()" title="class or interface in com.fasterxml.jackson.core.base">clearCurrentToken</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getCurrentToken()" title="class or interface in com.fasterxml.jackson.core.base">getCurrentToken</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getLastClearedToken()" title="class or interface in com.fasterxml.jackson.core.base">getLastClearedToken</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getValueAsBoolean(boolean)" title="class or interface in com.fasterxml.jackson.core.base">getValueAsBoolean</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getValueAsDouble(double)" title="class or interface in com.fasterxml.jackson.core.base">getValueAsDouble</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getValueAsInt(int)" title="class or interface in com.fasterxml.jackson.core.base">getValueAsInt</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getValueAsLong(long)" title="class or interface in com.fasterxml.jackson.core.base">getValueAsLong</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getValueAsString(java.lang.String)" title="class or interface in com.fasterxml.jackson.core.base">getValueAsString</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#hasCurrentToken()" title="class or interface in com.fasterxml.jackson.core.base">hasCurrentToken</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#nextValue()" title="class or interface in com.fasterxml.jackson.core.base">nextValue</A></CODE></TD>
501</TR>
502</TABLE>
503&nbsp;<A NAME="methods_inherited_from_class_com.fasterxml.jackson.core.JsonParser"><!-- --></A>
504<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
505<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
506<TH ALIGN="left"><B>Methods inherited from class com.fasterxml.jackson.core.<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></B></TH>
507</TR>
508<TR BGCOLOR="white" CLASS="TableRowColor">
509<TD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#_constructError(java.lang.String)" title="class or interface in com.fasterxml.jackson.core">_constructError</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#_reportUnsupportedOperation()" title="class or interface in com.fasterxml.jackson.core">_reportUnsupportedOperation</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#canUseSchema(com.fasterxml.jackson.core.FormatSchema)" title="class or interface in com.fasterxml.jackson.core">canUseSchema</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#configure(com.fasterxml.jackson.core.JsonParser.Feature, boolean)" title="class or interface in com.fasterxml.jackson.core">configure</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#disable(com.fasterxml.jackson.core.JsonParser.Feature)" title="class or interface in com.fasterxml.jackson.core">disable</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#enable(com.fasterxml.jackson.core.JsonParser.Feature)" title="class or interface in com.fasterxml.jackson.core">enable</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getBinaryValue()" title="class or interface in com.fasterxml.jackson.core">getBinaryValue</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getBooleanValue()" title="class or interface in com.fasterxml.jackson.core">getBooleanValue</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getByteValue()" title="class or interface in com.fasterxml.jackson.core">getByteValue</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getInputSource()" title="class or interface in com.fasterxml.jackson.core">getInputSource</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getSchema()" title="class or interface in com.fasterxml.jackson.core">getSchema</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getShortValue()" title="class or interface in com.fasterxml.jackson.core">getShortValue</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getValueAsBoolean()" title="class or interface in com.fasterxml.jackson.core">getValueAsBoolean</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getValueAsDouble()" title="class or interface in com.fasterxml.jackson.core">getValueAsDouble</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getValueAsInt()" title="class or interface in com.fasterxml.jackson.core">getValueAsInt</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getValueAsLong()" title="class or interface in com.fasterxml.jackson.core">getValueAsLong</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getValueAsString()" title="class or interface in com.fasterxml.jackson.core">getValueAsString</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#isEnabled(com.fasterxml.jackson.core.JsonParser.Feature)" title="class or interface in com.fasterxml.jackson.core">isEnabled</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#isExpectedStartArrayToken()" title="class or interface in com.fasterxml.jackson.core">isExpectedStartArrayToken</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#nextBooleanValue()" title="class or interface in com.fasterxml.jackson.core">nextBooleanValue</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#nextFieldName(com.fasterxml.jackson.core.SerializableString)" title="class or interface in com.fasterxml.jackson.core">nextFieldName</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#nextIntValue(int)" title="class or interface in com.fasterxml.jackson.core">nextIntValue</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#nextLongValue(long)" title="class or interface in com.fasterxml.jackson.core">nextLongValue</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#nextTextValue()" title="class or interface in com.fasterxml.jackson.core">nextTextValue</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#readBinaryValue(java.io.OutputStream)" title="class or interface in com.fasterxml.jackson.core">readBinaryValue</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#readValueAs(java.lang.Class)" title="class or interface in com.fasterxml.jackson.core">readValueAs</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#readValueAs(com.fasterxml.jackson.core.type.TypeReference)" title="class or interface in com.fasterxml.jackson.core">readValueAs</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#readValueAsTree()" title="class or interface in com.fasterxml.jackson.core">readValueAsTree</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#readValuesAs(java.lang.Class)" title="class or interface in com.fasterxml.jackson.core">readValuesAs</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#readValuesAs(com.fasterxml.jackson.core.type.TypeReference)" title="class or interface in com.fasterxml.jackson.core">readValuesAs</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#releaseBuffered(java.io.OutputStream)" title="class or interface in com.fasterxml.jackson.core">releaseBuffered</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#releaseBuffered(java.io.Writer)" title="class or interface in com.fasterxml.jackson.core">releaseBuffered</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#requiresCustomCodec()" title="class or interface in com.fasterxml.jackson.core">requiresCustomCodec</A>, <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#setSchema(com.fasterxml.jackson.core.FormatSchema)" title="class or interface in com.fasterxml.jackson.core">setSchema</A></CODE></TD>
510</TR>
511</TABLE>
512&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
513<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
514<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
515<TH ALIGN="left"><B>Methods inherited from class 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></B></TH>
516</TR>
517<TR BGCOLOR="white" CLASS="TableRowColor">
518<TD><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></TD>
519</TR>
520</TABLE>
521&nbsp;
522<P>
523
524<!-- ============ FIELD DETAIL =========== -->
525
526<A NAME="field_detail"><!-- --></A>
527<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
528<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
529<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
530<B>Field Detail</B></FONT></TH>
531</TR>
532</TABLE>
533
534<A NAME="_objectCodec"><!-- --></A><H3>
535_objectCodec</H3>
536<PRE>
537protected <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/ObjectCodec.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">ObjectCodec</A> <B>_objectCodec</B></PRE>
538<DL>
539<DL>
540</DL>
541</DL>
542<HR>
543
544<A NAME="_nodeCursor"><!-- --></A><H3>
545_nodeCursor</H3>
546<PRE>
547protected com.fasterxml.jackson.databind.node.NodeCursor <B>_nodeCursor</B></PRE>
548<DL>
549<DD>Traversal context within tree
550<P>
551<DL>
552</DL>
553</DL>
554<HR>
555
556<A NAME="_nextToken"><!-- --></A><H3>
557_nextToken</H3>
558<PRE>
559protected <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonToken.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonToken</A> <B>_nextToken</B></PRE>
560<DL>
561<DD>Sometimes parser needs to buffer a single look-ahead token; if so,
562 it'll be stored here. This is currently used for handling
563<P>
564<DL>
565</DL>
566</DL>
567<HR>
568
569<A NAME="_startContainer"><!-- --></A><H3>
570_startContainer</H3>
571<PRE>
572protected boolean <B>_startContainer</B></PRE>
573<DL>
574<DD>Flag needed to handle recursion into contents of child
575 Array/Object nodes.
576<P>
577<DL>
578</DL>
579</DL>
580<HR>
581
582<A NAME="_closed"><!-- --></A><H3>
583_closed</H3>
584<PRE>
585protected boolean <B>_closed</B></PRE>
586<DL>
587<DD>Flag that indicates whether parser is closed or not. Gets
588 set when parser is either closed by explicit call
589 (<A HREF="../../../../../com/fasterxml/jackson/databind/node/TreeTraversingParser.html#close()"><CODE>close()</CODE></A>) or when end-of-input is reached.
590<P>
591<DL>
592</DL>
593</DL>
594
595<!-- ========= CONSTRUCTOR DETAIL ======== -->
596
597<A NAME="constructor_detail"><!-- --></A>
598<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
599<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
600<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
601<B>Constructor Detail</B></FONT></TH>
602</TR>
603</TABLE>
604
605<A NAME="TreeTraversingParser(com.fasterxml.jackson.databind.JsonNode)"><!-- --></A><H3>
606TreeTraversingParser</H3>
607<PRE>
608public <B>TreeTraversingParser</B>(<A HREF="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</A>&nbsp;n)</PRE>
609<DL>
610</DL>
611<HR>
612
613<A NAME="TreeTraversingParser(com.fasterxml.jackson.databind.JsonNode, com.fasterxml.jackson.core.ObjectCodec)"><!-- --></A><H3>
614TreeTraversingParser</H3>
615<PRE>
616public <B>TreeTraversingParser</B>(<A HREF="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</A>&nbsp;n,
617                            <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/ObjectCodec.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">ObjectCodec</A>&nbsp;codec)</PRE>
618<DL>
619</DL>
620
621<!-- ============ METHOD DETAIL ========== -->
622
623<A NAME="method_detail"><!-- --></A>
624<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
625<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
626<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
627<B>Method Detail</B></FONT></TH>
628</TR>
629</TABLE>
630
631<A NAME="setCodec(com.fasterxml.jackson.core.ObjectCodec)"><!-- --></A><H3>
632setCodec</H3>
633<PRE>
634public void <B>setCodec</B>(<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/ObjectCodec.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">ObjectCodec</A>&nbsp;c)</PRE>
635<DL>
636<DD><DL>
637<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#setCodec(com.fasterxml.jackson.core.ObjectCodec)" title="class or interface in com.fasterxml.jackson.core">setCodec</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
638</DD>
639<DD><DL>
640</DL>
641</DD>
642</DL>
643<HR>
644
645<A NAME="getCodec()"><!-- --></A><H3>
646getCodec</H3>
647<PRE>
648public <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/ObjectCodec.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">ObjectCodec</A> <B>getCodec</B>()</PRE>
649<DL>
650<DD><DL>
651<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getCodec()" title="class or interface in com.fasterxml.jackson.core">getCodec</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
652</DD>
653<DD><DL>
654</DL>
655</DD>
656</DL>
657<HR>
658
659<A NAME="version()"><!-- --></A><H3>
660version</H3>
661<PRE>
662public <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/Version.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Version</A> <B>version</B>()</PRE>
663<DL>
664<DD><DL>
665<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/Versioned.html?is-external=true#version()" title="class or interface in com.fasterxml.jackson.core">version</A></CODE> in interface <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/Versioned.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Versioned</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#version()" title="class or interface in com.fasterxml.jackson.core.base">version</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
666</DD>
667<DD><DL>
668</DL>
669</DD>
670</DL>
671<HR>
672
673<A NAME="close()"><!-- --></A><H3>
674close</H3>
675<PRE>
676public void <B>close</B>()
677           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>
678<DL>
679<DD><DL>
680<DT><B>Specified by:</B><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> in interface <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><DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#close()" title="class or interface in com.fasterxml.jackson.core.base">close</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
681</DD>
682<DD><DL>
683
684<DT><B>Throws:</B>
685<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></DL>
686</DD>
687</DL>
688<HR>
689
690<A NAME="nextToken()"><!-- --></A><H3>
691nextToken</H3>
692<PRE>
693public <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonToken.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonToken</A> <B>nextToken</B>()
694                    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>,
695                           <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
696<DL>
697<DD><DL>
698<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#nextToken()" title="class or interface in com.fasterxml.jackson.core.base">nextToken</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
699</DD>
700<DD><DL>
701
702<DT><B>Throws:</B>
703<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>
704<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
705</DD>
706</DL>
707<HR>
708
709<A NAME="skipChildren()"><!-- --></A><H3>
710skipChildren</H3>
711<PRE>
712public <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A> <B>skipChildren</B>()
713                        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>,
714                               <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
715<DL>
716<DD><DL>
717<DT><B>Overrides:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#skipChildren()" title="class or interface in com.fasterxml.jackson.core.base">skipChildren</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
718</DD>
719<DD><DL>
720
721<DT><B>Throws:</B>
722<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>
723<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
724</DD>
725</DL>
726<HR>
727
728<A NAME="isClosed()"><!-- --></A><H3>
729isClosed</H3>
730<PRE>
731public boolean <B>isClosed</B>()</PRE>
732<DL>
733<DD><DL>
734<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#isClosed()" title="class or interface in com.fasterxml.jackson.core.base">isClosed</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
735</DD>
736<DD><DL>
737</DL>
738</DD>
739</DL>
740<HR>
741
742<A NAME="getCurrentName()"><!-- --></A><H3>
743getCurrentName</H3>
744<PRE>
745public <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> <B>getCurrentName</B>()</PRE>
746<DL>
747<DD><DL>
748<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getCurrentName()" title="class or interface in com.fasterxml.jackson.core.base">getCurrentName</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
749</DD>
750<DD><DL>
751</DL>
752</DD>
753</DL>
754<HR>
755
756<A NAME="overrideCurrentName(java.lang.String)"><!-- --></A><H3>
757overrideCurrentName</H3>
758<PRE>
759public void <B>overrideCurrentName</B>(<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>
760<DL>
761<DD><DL>
762<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#overrideCurrentName(java.lang.String)" title="class or interface in com.fasterxml.jackson.core.base">overrideCurrentName</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
763</DD>
764<DD><DL>
765</DL>
766</DD>
767</DL>
768<HR>
769
770<A NAME="getParsingContext()"><!-- --></A><H3>
771getParsingContext</H3>
772<PRE>
773public <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonStreamContext.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonStreamContext</A> <B>getParsingContext</B>()</PRE>
774<DL>
775<DD><DL>
776<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getParsingContext()" title="class or interface in com.fasterxml.jackson.core.base">getParsingContext</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
777</DD>
778<DD><DL>
779</DL>
780</DD>
781</DL>
782<HR>
783
784<A NAME="getTokenLocation()"><!-- --></A><H3>
785getTokenLocation</H3>
786<PRE>
787public <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</A> <B>getTokenLocation</B>()</PRE>
788<DL>
789<DD><DL>
790<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getTokenLocation()" title="class or interface in com.fasterxml.jackson.core">getTokenLocation</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
791</DD>
792<DD><DL>
793</DL>
794</DD>
795</DL>
796<HR>
797
798<A NAME="getCurrentLocation()"><!-- --></A><H3>
799getCurrentLocation</H3>
800<PRE>
801public <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</A> <B>getCurrentLocation</B>()</PRE>
802<DL>
803<DD><DL>
804<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getCurrentLocation()" title="class or interface in com.fasterxml.jackson.core">getCurrentLocation</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
805</DD>
806<DD><DL>
807</DL>
808</DD>
809</DL>
810<HR>
811
812<A NAME="getText()"><!-- --></A><H3>
813getText</H3>
814<PRE>
815public <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> <B>getText</B>()</PRE>
816<DL>
817<DD><DL>
818<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getText()" title="class or interface in com.fasterxml.jackson.core.base">getText</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
819</DD>
820<DD><DL>
821</DL>
822</DD>
823</DL>
824<HR>
825
826<A NAME="getTextCharacters()"><!-- --></A><H3>
827getTextCharacters</H3>
828<PRE>
829public char[] <B>getTextCharacters</B>()
830                         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>,
831                                <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
832<DL>
833<DD><DL>
834<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getTextCharacters()" title="class or interface in com.fasterxml.jackson.core.base">getTextCharacters</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
835</DD>
836<DD><DL>
837
838<DT><B>Throws:</B>
839<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>
840<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
841</DD>
842</DL>
843<HR>
844
845<A NAME="getTextLength()"><!-- --></A><H3>
846getTextLength</H3>
847<PRE>
848public int <B>getTextLength</B>()
849                  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>,
850                         <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
851<DL>
852<DD><DL>
853<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getTextLength()" title="class or interface in com.fasterxml.jackson.core.base">getTextLength</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
854</DD>
855<DD><DL>
856
857<DT><B>Throws:</B>
858<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>
859<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
860</DD>
861</DL>
862<HR>
863
864<A NAME="getTextOffset()"><!-- --></A><H3>
865getTextOffset</H3>
866<PRE>
867public int <B>getTextOffset</B>()
868                  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>,
869                         <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
870<DL>
871<DD><DL>
872<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getTextOffset()" title="class or interface in com.fasterxml.jackson.core.base">getTextOffset</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
873</DD>
874<DD><DL>
875
876<DT><B>Throws:</B>
877<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>
878<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
879</DD>
880</DL>
881<HR>
882
883<A NAME="hasTextCharacters()"><!-- --></A><H3>
884hasTextCharacters</H3>
885<PRE>
886public boolean <B>hasTextCharacters</B>()</PRE>
887<DL>
888<DD><DL>
889<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#hasTextCharacters()" title="class or interface in com.fasterxml.jackson.core.base">hasTextCharacters</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
890</DD>
891<DD><DL>
892</DL>
893</DD>
894</DL>
895<HR>
896
897<A NAME="getNumberType()"><!-- --></A><H3>
898getNumberType</H3>
899<PRE>
900public <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.NumberType.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser.NumberType</A> <B>getNumberType</B>()
901                                    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>,
902                                           <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
903<DL>
904<DD><DL>
905<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getNumberType()" title="class or interface in com.fasterxml.jackson.core">getNumberType</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
906</DD>
907<DD><DL>
908
909<DT><B>Throws:</B>
910<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>
911<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
912</DD>
913</DL>
914<HR>
915
916<A NAME="getBigIntegerValue()"><!-- --></A><H3>
917getBigIntegerValue</H3>
918<PRE>
919public <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> <B>getBigIntegerValue</B>()
920                              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>,
921                                     <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
922<DL>
923<DD><DL>
924<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getBigIntegerValue()" title="class or interface in com.fasterxml.jackson.core">getBigIntegerValue</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
925</DD>
926<DD><DL>
927
928<DT><B>Throws:</B>
929<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>
930<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
931</DD>
932</DL>
933<HR>
934
935<A NAME="getDecimalValue()"><!-- --></A><H3>
936getDecimalValue</H3>
937<PRE>
938public <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> <B>getDecimalValue</B>()
939                           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>,
940                                  <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
941<DL>
942<DD><DL>
943<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getDecimalValue()" title="class or interface in com.fasterxml.jackson.core">getDecimalValue</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
944</DD>
945<DD><DL>
946
947<DT><B>Throws:</B>
948<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>
949<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
950</DD>
951</DL>
952<HR>
953
954<A NAME="getDoubleValue()"><!-- --></A><H3>
955getDoubleValue</H3>
956<PRE>
957public double <B>getDoubleValue</B>()
958                      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>,
959                             <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
960<DL>
961<DD><DL>
962<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getDoubleValue()" title="class or interface in com.fasterxml.jackson.core">getDoubleValue</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
963</DD>
964<DD><DL>
965
966<DT><B>Throws:</B>
967<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>
968<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
969</DD>
970</DL>
971<HR>
972
973<A NAME="getFloatValue()"><!-- --></A><H3>
974getFloatValue</H3>
975<PRE>
976public float <B>getFloatValue</B>()
977                    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>,
978                           <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
979<DL>
980<DD><DL>
981<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getFloatValue()" title="class or interface in com.fasterxml.jackson.core">getFloatValue</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
982</DD>
983<DD><DL>
984
985<DT><B>Throws:</B>
986<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>
987<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
988</DD>
989</DL>
990<HR>
991
992<A NAME="getLongValue()"><!-- --></A><H3>
993getLongValue</H3>
994<PRE>
995public long <B>getLongValue</B>()
996                  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>,
997                         <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
998<DL>
999<DD><DL>
1000<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getLongValue()" title="class or interface in com.fasterxml.jackson.core">getLongValue</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
1001</DD>
1002<DD><DL>
1003
1004<DT><B>Throws:</B>
1005<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>
1006<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
1007</DD>
1008</DL>
1009<HR>
1010
1011<A NAME="getIntValue()"><!-- --></A><H3>
1012getIntValue</H3>
1013<PRE>
1014public int <B>getIntValue</B>()
1015                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>,
1016                       <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
1017<DL>
1018<DD><DL>
1019<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getIntValue()" title="class or interface in com.fasterxml.jackson.core">getIntValue</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
1020</DD>
1021<DD><DL>
1022
1023<DT><B>Throws:</B>
1024<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>
1025<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
1026</DD>
1027</DL>
1028<HR>
1029
1030<A NAME="getNumberValue()"><!-- --></A><H3>
1031getNumberValue</H3>
1032<PRE>
1033public <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> <B>getNumberValue</B>()
1034                      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>,
1035                             <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
1036<DL>
1037<DD><DL>
1038<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getNumberValue()" title="class or interface in com.fasterxml.jackson.core">getNumberValue</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
1039</DD>
1040<DD><DL>
1041
1042<DT><B>Throws:</B>
1043<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>
1044<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
1045</DD>
1046</DL>
1047<HR>
1048
1049<A NAME="getEmbeddedObject()"><!-- --></A><H3>
1050getEmbeddedObject</H3>
1051<PRE>
1052public <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> <B>getEmbeddedObject</B>()</PRE>
1053<DL>
1054<DD><DL>
1055<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#getEmbeddedObject()" title="class or interface in com.fasterxml.jackson.core">getEmbeddedObject</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
1056</DD>
1057<DD><DL>
1058</DL>
1059</DD>
1060</DL>
1061<HR>
1062
1063<A NAME="getBinaryValue(com.fasterxml.jackson.core.Base64Variant)"><!-- --></A><H3>
1064getBinaryValue</H3>
1065<PRE>
1066public byte[] <B>getBinaryValue</B>(<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/Base64Variant.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Base64Variant</A>&nbsp;b64variant)
1067                      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>,
1068                             <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
1069<DL>
1070<DD><DL>
1071<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#getBinaryValue(com.fasterxml.jackson.core.Base64Variant)" title="class or interface in com.fasterxml.jackson.core.base">getBinaryValue</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
1072</DD>
1073<DD><DL>
1074
1075<DT><B>Throws:</B>
1076<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>
1077<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
1078</DD>
1079</DL>
1080<HR>
1081
1082<A NAME="readBinaryValue(com.fasterxml.jackson.core.Base64Variant, java.io.OutputStream)"><!-- --></A><H3>
1083readBinaryValue</H3>
1084<PRE>
1085public int <B>readBinaryValue</B>(<A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/Base64Variant.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">Base64Variant</A>&nbsp;b64variant,
1086                           <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)
1087                    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>,
1088                           <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
1089<DL>
1090<DD><DL>
1091<DT><B>Overrides:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true#readBinaryValue(com.fasterxml.jackson.core.Base64Variant, java.io.OutputStream)" title="class or interface in com.fasterxml.jackson.core">readBinaryValue</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</A></CODE></DL>
1092</DD>
1093<DD><DL>
1094
1095<DT><B>Throws:</B>
1096<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>
1097<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
1098</DD>
1099</DL>
1100<HR>
1101
1102<A NAME="currentNode()"><!-- --></A><H3>
1103currentNode</H3>
1104<PRE>
1105protected <A HREF="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</A> <B>currentNode</B>()</PRE>
1106<DL>
1107<DD><DL>
1108</DL>
1109</DD>
1110</DL>
1111<HR>
1112
1113<A NAME="currentNumericNode()"><!-- --></A><H3>
1114currentNumericNode</H3>
1115<PRE>
1116protected <A HREF="../../../../../com/fasterxml/jackson/databind/JsonNode.html" title="class in com.fasterxml.jackson.databind">JsonNode</A> <B>currentNumericNode</B>()
1117                               throws <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
1118<DL>
1119<DD><DL>
1120
1121<DT><B>Throws:</B>
1122<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
1123</DD>
1124</DL>
1125<HR>
1126
1127<A NAME="_handleEOF()"><!-- --></A><H3>
1128_handleEOF</H3>
1129<PRE>
1130protected void <B>_handleEOF</B>()
1131                   throws <A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></PRE>
1132<DL>
1133<DD><DL>
1134<DT><B>Specified by:</B><DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true#_handleEOF()" title="class or interface in com.fasterxml.jackson.core.base">_handleEOF</A></CODE> in class <CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/base/ParserMinimalBase.html?is-external=true" title="class or interface in com.fasterxml.jackson.core.base">ParserMinimalBase</A></CODE></DL>
1135</DD>
1136<DD><DL>
1137
1138<DT><B>Throws:</B>
1139<DD><CODE><A HREF="http://fasterxml.github.com/jackson-core/javadoc/2.1.0/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParseException</A></CODE></DL>
1140</DD>
1141</DL>
1142<!-- ========= END OF CLASS DATA ========= -->
1143<HR>
1144
1145
1146<!-- ======= START OF BOTTOM NAVBAR ====== -->
1147<A NAME="navbar_bottom"><!-- --></A>
1148<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1149<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1150<TR>
1151<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1152<A NAME="navbar_bottom_firstrow"><!-- --></A>
1153<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1154  <TR ALIGN="center" VALIGN="top">
1155  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
1156  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
1157  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
1158  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/TreeTraversingParser.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
1159  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1160  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1161  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
1162  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1163  </TR>
1164</TABLE>
1165</TD>
1166<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1167</EM>
1168</TD>
1169</TR>
1170
1171<TR>
1172<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1173&nbsp;<A HREF="../../../../../com/fasterxml/jackson/databind/node/TextNode.html" title="class in com.fasterxml.jackson.databind.node"><B>PREV CLASS</B></A>&nbsp;
1174&nbsp;<A HREF="../../../../../com/fasterxml/jackson/databind/node/ValueNode.html" title="class in com.fasterxml.jackson.databind.node"><B>NEXT CLASS</B></A></FONT></TD>
1175<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1176  <A HREF="../../../../../index.html?com/fasterxml/jackson/databind/node/TreeTraversingParser.html" target="_top"><B>FRAMES</B></A>  &nbsp;
1177&nbsp;<A HREF="TreeTraversingParser.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
1178&nbsp;<SCRIPT type="text/javascript">
1179  <!--
1180  if(window==top) {
1181    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
1182  }
1183  //-->
1184</SCRIPT>
1185<NOSCRIPT>
1186  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
1187</NOSCRIPT>
1188
1189
1190</FONT></TD>
1191</TR>
1192<TR>
1193<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1194  SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_com.fasterxml.jackson.core.JsonParser">NESTED</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
1195<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1196DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
1197</TR>
1198</TABLE>
1199<A NAME="skip-navbar_bottom"></A>
1200<!-- ======== END OF BOTTOM NAVBAR ======= -->
1201
1202<HR>
1203Copyright &#169; 2012 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.
1204</BODY>
1205</HTML>
1206