• 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 lang="en">
4<head>
5<!-- Generated by javadoc (version 1.7.0_10-ea) on Sun Jul 14 20:03:32 PDT 2013 -->
6<title>TextNode (Jackson JSON Processor)</title>
7<meta name="date" content="2013-07-14">
8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9</head>
10<body>
11<script type="text/javascript"><!--
12    if (location.href.indexOf('is-external=true') == -1) {
13        parent.document.title="TextNode (Jackson JSON Processor)";
14    }
15//-->
16</script>
17<noscript>
18<div>JavaScript is disabled on your browser.</div>
19</noscript>
20<!-- ========= START OF TOP NAVBAR ======= -->
21<div class="topNav"><a name="navbar_top">
22<!--   -->
23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24<!--   -->
25</a>
26<ul class="navList" title="Navigation">
27<li><a href="../../../../overview-summary.html">Overview</a></li>
28<li><a href="package-summary.html">Package</a></li>
29<li class="navBarCell1Rev">Class</li>
30<li><a href="class-use/TextNode.html">Use</a></li>
31<li><a href="package-tree.html">Tree</a></li>
32<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33<li><a href="../../../../index-all.html">Index</a></li>
34<li><a href="../../../../help-doc.html">Help</a></li>
35</ul>
36</div>
37<div class="subNav">
38<ul class="navList">
39<li><a href="../../../../org/codehaus/jackson/node/POJONode.html" title="class in org.codehaus.jackson.node"><span class="strong">Prev Class</span></a></li>
40<li><a href="../../../../org/codehaus/jackson/node/TreeTraversingParser.html" title="class in org.codehaus.jackson.node"><span class="strong">Next Class</span></a></li>
41</ul>
42<ul class="navList">
43<li><a href="../../../../index.html?org/codehaus/jackson/node/TextNode.html" target="_top">Frames</a></li>
44<li><a href="TextNode.html" target="_top">No Frames</a></li>
45</ul>
46<ul class="navList" id="allclasses_navbar_top">
47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
48</ul>
49<div>
50<script type="text/javascript"><!--
51  allClassesLink = document.getElementById("allclasses_navbar_top");
52  if(window==top) {
53    allClassesLink.style.display = "block";
54  }
55  else {
56    allClassesLink.style.display = "none";
57  }
58  //-->
59</script>
60</div>
61<div>
62<ul class="subNavList">
63<li>Summary:&nbsp;</li>
64<li>Nested&nbsp;|&nbsp;</li>
65<li><a href="#fields_inherited_from_class_org.codehaus.jackson.JsonNode">Field</a>&nbsp;|&nbsp;</li>
66<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
67<li><a href="#method_summary">Method</a></li>
68</ul>
69<ul class="subNavList">
70<li>Detail:&nbsp;</li>
71<li>Field&nbsp;|&nbsp;</li>
72<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
73<li><a href="#method_detail">Method</a></li>
74</ul>
75</div>
76<a name="skip-navbar_top">
77<!--   -->
78</a></div>
79<!-- ========= END OF TOP NAVBAR ========= -->
80<!-- ======== START OF CLASS DATA ======== -->
81<div class="header">
82<div class="subTitle">org.codehaus.jackson.node</div>
83<h2 title="Class TextNode" class="title">Class TextNode</h2>
84</div>
85<div class="contentContainer">
86<ul class="inheritance">
87<li><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
88<li>
89<ul class="inheritance">
90<li><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">org.codehaus.jackson.JsonNode</a></li>
91<li>
92<ul class="inheritance">
93<li><a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html" title="class in org.codehaus.jackson.node">org.codehaus.jackson.node.BaseJsonNode</a></li>
94<li>
95<ul class="inheritance">
96<li><a href="../../../../org/codehaus/jackson/node/ValueNode.html" title="class in org.codehaus.jackson.node">org.codehaus.jackson.node.ValueNode</a></li>
97<li>
98<ul class="inheritance">
99<li>org.codehaus.jackson.node.TextNode</li>
100</ul>
101</li>
102</ul>
103</li>
104</ul>
105</li>
106</ul>
107</li>
108</ul>
109<div class="description">
110<ul class="blockList">
111<li class="blockList">
112<dl>
113<dt>All Implemented Interfaces:</dt>
114<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang">Iterable</a>&lt;<a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a>&gt;, <a href="../../../../org/codehaus/jackson/map/JsonSerializable.html" title="interface in org.codehaus.jackson.map">JsonSerializable</a>, <a href="../../../../org/codehaus/jackson/map/JsonSerializableWithType.html" title="interface in org.codehaus.jackson.map">JsonSerializableWithType</a></dd>
115</dl>
116<hr>
117<br>
118<pre>public final class <span class="strong">TextNode</span>
119extends <a href="../../../../org/codehaus/jackson/node/ValueNode.html" title="class in org.codehaus.jackson.node">ValueNode</a></pre>
120<div class="block">Value node that contains a text value.</div>
121</li>
122</ul>
123</div>
124<div class="summary">
125<ul class="blockList">
126<li class="blockList">
127<!-- =========== FIELD SUMMARY =========== -->
128<ul class="blockList">
129<li class="blockList"><a name="field_summary">
130<!--   -->
131</a>
132<h3>Field Summary</h3>
133<ul class="blockList">
134<li class="blockList"><a name="fields_inherited_from_class_org.codehaus.jackson.JsonNode">
135<!--   -->
136</a>
137<h3>Fields inherited from class&nbsp;org.codehaus.jackson.<a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></h3>
138<code><a href="../../../../org/codehaus/jackson/JsonNode.html#NO_NODES">NO_NODES</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#NO_STRINGS">NO_STRINGS</a></code></li>
139</ul>
140</li>
141</ul>
142<!-- ======== CONSTRUCTOR SUMMARY ======== -->
143<ul class="blockList">
144<li class="blockList"><a name="constructor_summary">
145<!--   -->
146</a>
147<h3>Constructor Summary</h3>
148<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
149<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
150<tr>
151<th class="colOne" scope="col">Constructor and Description</th>
152</tr>
153<tr class="altColor">
154<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#TextNode(java.lang.String)">TextNode</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;v)</code>&nbsp;</td>
155</tr>
156</table>
157</li>
158</ul>
159<!-- ========== METHOD SUMMARY =========== -->
160<ul class="blockList">
161<li class="blockList"><a name="method_summary">
162<!--   -->
163</a>
164<h3>Method Summary</h3>
165<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
166<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
167<tr>
168<th class="colFirst" scope="col">Modifier and Type</th>
169<th class="colLast" scope="col">Method and Description</th>
170</tr>
171<tr class="altColor">
172<td class="colFirst"><code>protected void</code></td>
173<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#_reportBase64EOF()">_reportBase64EOF</a></strong>()</code>&nbsp;</td>
174</tr>
175<tr class="rowColor">
176<td class="colFirst"><code>protected void</code></td>
177<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#_reportInvalidBase64(org.codehaus.jackson.Base64Variant, char, int)">_reportInvalidBase64</a></strong>(<a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant,
178                    char&nbsp;ch,
179                    int&nbsp;bindex)</code>&nbsp;</td>
180</tr>
181<tr class="altColor">
182<td class="colFirst"><code>protected void</code></td>
183<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#_reportInvalidBase64(org.codehaus.jackson.Base64Variant, char, int, java.lang.String)">_reportInvalidBase64</a></strong>(<a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant,
184                    char&nbsp;ch,
185                    int&nbsp;bindex,
186                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)</code>&nbsp;</td>
187</tr>
188<tr class="rowColor">
189<td class="colFirst"><code>protected static void</code></td>
190<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#appendQuoted(java.lang.StringBuilder, java.lang.String)">appendQuoted</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb,
191            <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;content)</code>&nbsp;</td>
192</tr>
193<tr class="altColor">
194<td class="colFirst"><code>boolean</code></td>
195<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#asBoolean(boolean)">asBoolean</a></strong>(boolean&nbsp;defaultValue)</code>
196<div class="block">Method that will try to convert value of this node to a Java <b>boolean</b>.</div>
197</td>
198</tr>
199<tr class="rowColor">
200<td class="colFirst"><code>double</code></td>
201<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#asDouble(double)">asDouble</a></strong>(double&nbsp;defaultValue)</code>
202<div class="block">Method that will try to convert value of this node to a Java <b>double</b>.</div>
203</td>
204</tr>
205<tr class="altColor">
206<td class="colFirst"><code>int</code></td>
207<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#asInt(int)">asInt</a></strong>(int&nbsp;defaultValue)</code>
208<div class="block">Method that will try to convert value of this node to a Java <b>int</b>.</div>
209</td>
210</tr>
211<tr class="rowColor">
212<td class="colFirst"><code>long</code></td>
213<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#asLong(long)">asLong</a></strong>(long&nbsp;defaultValue)</code>
214<div class="block">Method that will try to convert value of this node to a Java <b>long</b>.</div>
215</td>
216</tr>
217<tr class="altColor">
218<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
219<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#asText()">asText</a></strong>()</code>
220<div class="block">Method that will return valid String representation of
221 the container value, if the node is a value node
222 (method <a href="../../../../org/codehaus/jackson/JsonNode.html#isValueNode()"><code>JsonNode.isValueNode()</code></a> returns true), otherwise
223 empty String.</div>
224</td>
225</tr>
226<tr class="rowColor">
227<td class="colFirst"><code><a href="../../../../org/codehaus/jackson/JsonToken.html" title="enum in org.codehaus.jackson">JsonToken</a></code></td>
228<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#asToken()">asToken</a></strong>()</code>
229<div class="block">Method that can be used for efficient type detection
230 when using stream abstraction for traversing nodes.</div>
231</td>
232</tr>
233<tr class="altColor">
234<td class="colFirst"><code>boolean</code></td>
235<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#equals(java.lang.Object)">equals</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</code>
236<div class="block">Equality for node objects is defined as full (deep) value
237 equality.</div>
238</td>
239</tr>
240<tr class="rowColor">
241<td class="colFirst"><code>byte[]</code></td>
242<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#getBinaryValue()">getBinaryValue</a></strong>()</code>
243<div class="block">Method to use for accessing binary content of binary nodes (nodes
244 for which <a href="../../../../org/codehaus/jackson/JsonNode.html#isBinary()"><code>JsonNode.isBinary()</code></a> returns true); or for Text Nodes
245 (ones for which <a href="../../../../org/codehaus/jackson/JsonNode.html#getTextValue()"><code>JsonNode.getTextValue()</code></a> returns non-null value),
246 to read decoded base64 data.</div>
247</td>
248</tr>
249<tr class="altColor">
250<td class="colFirst"><code>byte[]</code></td>
251<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#getBinaryValue(org.codehaus.jackson.Base64Variant)">getBinaryValue</a></strong>(<a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant)</code>
252<div class="block">Method for accessing textual contents assuming they were
253 base64 encoded; if so, they are decoded and resulting binary
254 data is returned.</div>
255</td>
256</tr>
257<tr class="rowColor">
258<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
259<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#getTextValue()">getTextValue</a></strong>()</code>
260<div class="block">Method to use for accessing String values.</div>
261</td>
262</tr>
263<tr class="altColor">
264<td class="colFirst"><code>int</code></td>
265<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
266</tr>
267<tr class="rowColor">
268<td class="colFirst"><code>boolean</code></td>
269<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#isTextual()">isTextual</a></strong>()</code>
270<div class="block">Yes indeed it is textual</div>
271</td>
272</tr>
273<tr class="altColor">
274<td class="colFirst"><code>void</code></td>
275<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#serialize(org.codehaus.jackson.JsonGenerator, org.codehaus.jackson.map.SerializerProvider)">serialize</a></strong>(<a href="../../../../org/codehaus/jackson/JsonGenerator.html" title="class in org.codehaus.jackson">JsonGenerator</a>&nbsp;jg,
276         <a href="../../../../org/codehaus/jackson/map/SerializerProvider.html" title="class in org.codehaus.jackson.map">SerializerProvider</a>&nbsp;provider)</code>
277<div class="block">Method called to serialize node instances using given generator.</div>
278</td>
279</tr>
280<tr class="rowColor">
281<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
282<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#toString()">toString</a></strong>()</code>
283<div class="block">Different from other values, Strings need quoting</div>
284</td>
285</tr>
286<tr class="altColor">
287<td class="colFirst"><code>static <a href="../../../../org/codehaus/jackson/node/TextNode.html" title="class in org.codehaus.jackson.node">TextNode</a></code></td>
288<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/node/TextNode.html#valueOf(java.lang.String)">valueOf</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;v)</code>
289<div class="block">Factory method that should be used to construct instances.</div>
290</td>
291</tr>
292</table>
293<ul class="blockList">
294<li class="blockList"><a name="methods_inherited_from_class_org.codehaus.jackson.node.ValueNode">
295<!--   -->
296</a>
297<h3>Methods inherited from class&nbsp;org.codehaus.jackson.node.<a href="../../../../org/codehaus/jackson/node/ValueNode.html" title="class in org.codehaus.jackson.node">ValueNode</a></h3>
298<code><a href="../../../../org/codehaus/jackson/node/ValueNode.html#isValueNode()">isValueNode</a>, <a href="../../../../org/codehaus/jackson/node/ValueNode.html#path(int)">path</a>, <a href="../../../../org/codehaus/jackson/node/ValueNode.html#path(java.lang.String)">path</a>, <a href="../../../../org/codehaus/jackson/node/ValueNode.html#serializeWithType(org.codehaus.jackson.JsonGenerator, org.codehaus.jackson.map.SerializerProvider, org.codehaus.jackson.map.TypeSerializer)">serializeWithType</a></code></li>
299</ul>
300<ul class="blockList">
301<li class="blockList"><a name="methods_inherited_from_class_org.codehaus.jackson.node.BaseJsonNode">
302<!--   -->
303</a>
304<h3>Methods inherited from class&nbsp;org.codehaus.jackson.node.<a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html" title="class in org.codehaus.jackson.node">BaseJsonNode</a></h3>
305<code><a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#findParent(java.lang.String)">findParent</a>, <a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#findParents(java.lang.String, java.util.List)">findParents</a>, <a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#findPath(java.lang.String)">findPath</a>, <a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#findValue(java.lang.String)">findValue</a>, <a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#findValues(java.lang.String, java.util.List)">findValues</a>, <a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#findValuesAsText(java.lang.String, java.util.List)">findValuesAsText</a>, <a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#getNumberType()">getNumberType</a>, <a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#traverse()">traverse</a></code></li>
306</ul>
307<ul class="blockList">
308<li class="blockList"><a name="methods_inherited_from_class_org.codehaus.jackson.JsonNode">
309<!--   -->
310</a>
311<h3>Methods inherited from class&nbsp;org.codehaus.jackson.<a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></h3>
312<code><a href="../../../../org/codehaus/jackson/JsonNode.html#asBoolean()">asBoolean</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#asDouble()">asDouble</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#asInt()">asInt</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#asLong()">asLong</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#findParents(java.lang.String)">findParents</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#findValues(java.lang.String)">findValues</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#findValuesAsText(java.lang.String)">findValuesAsText</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#get(int)">get</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#get(java.lang.String)">get</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getBigIntegerValue()">getBigIntegerValue</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getBooleanValue()">getBooleanValue</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getDecimalValue()">getDecimalValue</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getDoubleValue()">getDoubleValue</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getElements()">getElements</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getFieldNames()">getFieldNames</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getFields()">getFields</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getIntValue()">getIntValue</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getLongValue()">getLongValue</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getNumberValue()">getNumberValue</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getPath(int)">getPath</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getPath(java.lang.String)">getPath</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getValueAsBoolean()">getValueAsBoolean</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getValueAsBoolean(boolean)">getValueAsBoolean</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getValueAsDouble()">getValueAsDouble</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getValueAsDouble(double)">getValueAsDouble</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getValueAsInt()">getValueAsInt</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getValueAsInt(int)">getValueAsInt</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getValueAsLong()">getValueAsLong</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getValueAsLong(long)">getValueAsLong</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#getValueAsText()">getValueAsText</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#has(int)">has</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#has(java.lang.String)">has</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isArray()">isArray</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isBigDecimal()">isBigDecimal</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isBigInteger()">isBigInteger</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isBinary()">isBinary</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isBoolean()">isBoolean</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isContainerNode()">isContainerNode</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isDouble()">isDouble</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isFloatingPointNumber()">isFloatingPointNumber</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isInt()">isInt</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isIntegralNumber()">isIntegralNumber</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isLong()">isLong</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isMissingNode()">isMissingNode</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isNull()">isNull</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isNumber()">isNumber</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isObject()">isObject</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#isPojo()">isPojo</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#iterator()">iterator</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#size()">size</a>, <a href="../../../../org/codehaus/jackson/JsonNode.html#with(java.lang.String)">with</a></code></li>
313</ul>
314<ul class="blockList">
315<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
316<!--   -->
317</a>
318<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
319<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#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#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#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
320</ul>
321</li>
322</ul>
323</li>
324</ul>
325</div>
326<div class="details">
327<ul class="blockList">
328<li class="blockList">
329<!-- ========= CONSTRUCTOR DETAIL ======== -->
330<ul class="blockList">
331<li class="blockList"><a name="constructor_detail">
332<!--   -->
333</a>
334<h3>Constructor Detail</h3>
335<a name="TextNode(java.lang.String)">
336<!--   -->
337</a>
338<ul class="blockListLast">
339<li class="blockList">
340<h4>TextNode</h4>
341<pre>public&nbsp;TextNode(<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;v)</pre>
342</li>
343</ul>
344</li>
345</ul>
346<!-- ============ METHOD DETAIL ========== -->
347<ul class="blockList">
348<li class="blockList"><a name="method_detail">
349<!--   -->
350</a>
351<h3>Method Detail</h3>
352<a name="valueOf(java.lang.String)">
353<!--   -->
354</a>
355<ul class="blockList">
356<li class="blockList">
357<h4>valueOf</h4>
358<pre>public static&nbsp;<a href="../../../../org/codehaus/jackson/node/TextNode.html" title="class in org.codehaus.jackson.node">TextNode</a>&nbsp;valueOf(<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;v)</pre>
359<div class="block">Factory method that should be used to construct instances.
360 For some common cases, can reuse canonical instances: currently
361 this is the case for empty Strings, in future possible for
362 others as well. If null is passed, will return null.</div>
363<dl><dt><span class="strong">Returns:</span></dt><dd>Resulting <a href="../../../../org/codehaus/jackson/node/TextNode.html" title="class in org.codehaus.jackson.node"><code>TextNode</code></a> object, if <b>v</b>
364   is NOT null; null if it is.</dd></dl>
365</li>
366</ul>
367<a name="asToken()">
368<!--   -->
369</a>
370<ul class="blockList">
371<li class="blockList">
372<h4>asToken</h4>
373<pre>public&nbsp;<a href="../../../../org/codehaus/jackson/JsonToken.html" title="enum in org.codehaus.jackson">JsonToken</a>&nbsp;asToken()</pre>
374<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#asToken()">BaseJsonNode</a></code></strong></div>
375<div class="block">Method that can be used for efficient type detection
376 when using stream abstraction for traversing nodes.
377 Will return the first <a href="../../../../org/codehaus/jackson/JsonToken.html" title="enum in org.codehaus.jackson"><code>JsonToken</code></a> that equivalent
378 stream event would produce (for most nodes there is just
379 one token but for structured/container types multiple)</div>
380<dl>
381<dt><strong>Specified by:</strong></dt>
382<dd><code><a href="../../../../org/codehaus/jackson/node/ValueNode.html#asToken()">asToken</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/node/ValueNode.html" title="class in org.codehaus.jackson.node">ValueNode</a></code></dd>
383</dl>
384</li>
385</ul>
386<a name="isTextual()">
387<!--   -->
388</a>
389<ul class="blockList">
390<li class="blockList">
391<h4>isTextual</h4>
392<pre>public&nbsp;boolean&nbsp;isTextual()</pre>
393<div class="block">Yes indeed it is textual</div>
394<dl>
395<dt><strong>Overrides:</strong></dt>
396<dd><code><a href="../../../../org/codehaus/jackson/JsonNode.html#isTextual()">isTextual</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></dd>
397</dl>
398</li>
399</ul>
400<a name="getTextValue()">
401<!--   -->
402</a>
403<ul class="blockList">
404<li class="blockList">
405<h4>getTextValue</h4>
406<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getTextValue()</pre>
407<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html#getTextValue()">JsonNode</a></code></strong></div>
408<div class="block">Method to use for accessing String values.
409 Does <b>NOT</b> do any conversions for non-String value nodes;
410 for non-String values (ones for which <a href="../../../../org/codehaus/jackson/JsonNode.html#isTextual()"><code>JsonNode.isTextual()</code></a> returns
411 false) null will be returned.
412 For String values, null is never returned (but empty Strings may be)</div>
413<dl>
414<dt><strong>Overrides:</strong></dt>
415<dd><code><a href="../../../../org/codehaus/jackson/JsonNode.html#getTextValue()">getTextValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></dd>
416<dt><span class="strong">Returns:</span></dt><dd>Textual value this node contains, iff it is a textual
417   json node (comes from Json String value entry)</dd></dl>
418</li>
419</ul>
420<a name="getBinaryValue(org.codehaus.jackson.Base64Variant)">
421<!--   -->
422</a>
423<ul class="blockList">
424<li class="blockList">
425<h4>getBinaryValue</h4>
426<pre>public&nbsp;byte[]&nbsp;getBinaryValue(<a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant)
427                      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>
428<div class="block">Method for accessing textual contents assuming they were
429 base64 encoded; if so, they are decoded and resulting binary
430 data is returned.</div>
431<dl><dt><span class="strong">Throws:</span></dt>
432<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
433</li>
434</ul>
435<a name="getBinaryValue()">
436<!--   -->
437</a>
438<ul class="blockList">
439<li class="blockList">
440<h4>getBinaryValue</h4>
441<pre>public&nbsp;byte[]&nbsp;getBinaryValue()
442                      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>
443<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html#getBinaryValue()">JsonNode</a></code></strong></div>
444<div class="block">Method to use for accessing binary content of binary nodes (nodes
445 for which <a href="../../../../org/codehaus/jackson/JsonNode.html#isBinary()"><code>JsonNode.isBinary()</code></a> returns true); or for Text Nodes
446 (ones for which <a href="../../../../org/codehaus/jackson/JsonNode.html#getTextValue()"><code>JsonNode.getTextValue()</code></a> returns non-null value),
447 to read decoded base64 data.
448 For other types of nodes, returns null.</div>
449<dl>
450<dt><strong>Overrides:</strong></dt>
451<dd><code><a href="../../../../org/codehaus/jackson/JsonNode.html#getBinaryValue()">getBinaryValue</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></dd>
452<dt><span class="strong">Returns:</span></dt><dd>Binary data this node contains, iff it is a binary
453   node; null otherwise</dd>
454<dt><span class="strong">Throws:</span></dt>
455<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd></dl>
456</li>
457</ul>
458<a name="asText()">
459<!--   -->
460</a>
461<ul class="blockList">
462<li class="blockList">
463<h4>asText</h4>
464<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;asText()</pre>
465<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html#asText()">JsonNode</a></code></strong></div>
466<div class="block">Method that will return valid String representation of
467 the container value, if the node is a value node
468 (method <a href="../../../../org/codehaus/jackson/JsonNode.html#isValueNode()"><code>JsonNode.isValueNode()</code></a> returns true), otherwise
469 empty String.</div>
470<dl>
471<dt><strong>Specified by:</strong></dt>
472<dd><code><a href="../../../../org/codehaus/jackson/JsonNode.html#asText()">asText</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></dd>
473</dl>
474</li>
475</ul>
476<a name="asBoolean(boolean)">
477<!--   -->
478</a>
479<ul class="blockList">
480<li class="blockList">
481<h4>asBoolean</h4>
482<pre>public&nbsp;boolean&nbsp;asBoolean(boolean&nbsp;defaultValue)</pre>
483<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html#asBoolean(boolean)">JsonNode</a></code></strong></div>
484<div class="block">Method that will try to convert value of this node to a Java <b>boolean</b>.
485 JSON booleans map naturally; integer numbers other than 0 map to true, and
486 0 maps to false
487 and Strings 'true' and 'false' map to corresponding values.
488<p>
489 If representation can not be converted to a boolean value (including structured types
490 like Objects and Arrays),
491 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div>
492<dl>
493<dt><strong>Overrides:</strong></dt>
494<dd><code><a href="../../../../org/codehaus/jackson/JsonNode.html#asBoolean(boolean)">asBoolean</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></dd>
495</dl>
496</li>
497</ul>
498<a name="asInt(int)">
499<!--   -->
500</a>
501<ul class="blockList">
502<li class="blockList">
503<h4>asInt</h4>
504<pre>public&nbsp;int&nbsp;asInt(int&nbsp;defaultValue)</pre>
505<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html#asInt(int)">JsonNode</a></code></strong></div>
506<div class="block">Method that will try to convert value of this node to a Java <b>int</b>.
507 Numbers are coerced using default Java rules; booleans convert to 0 (false)
508 and 1 (true), and Strings are parsed using default Java language integer
509 parsing rules.
510<p>
511 If representation can not be converted to an int (including structured types
512 like Objects and Arrays),
513 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div>
514<dl>
515<dt><strong>Overrides:</strong></dt>
516<dd><code><a href="../../../../org/codehaus/jackson/JsonNode.html#asInt(int)">asInt</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></dd>
517</dl>
518</li>
519</ul>
520<a name="asLong(long)">
521<!--   -->
522</a>
523<ul class="blockList">
524<li class="blockList">
525<h4>asLong</h4>
526<pre>public&nbsp;long&nbsp;asLong(long&nbsp;defaultValue)</pre>
527<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html#asLong(long)">JsonNode</a></code></strong></div>
528<div class="block">Method that will try to convert value of this node to a Java <b>long</b>.
529 Numbers are coerced using default Java rules; booleans convert to 0 (false)
530 and 1 (true), and Strings are parsed using default Java language integer
531 parsing rules.
532<p>
533 If representation can not be converted to an long (including structured types
534 like Objects and Arrays),
535 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div>
536<dl>
537<dt><strong>Overrides:</strong></dt>
538<dd><code><a href="../../../../org/codehaus/jackson/JsonNode.html#asLong(long)">asLong</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></dd>
539</dl>
540</li>
541</ul>
542<a name="asDouble(double)">
543<!--   -->
544</a>
545<ul class="blockList">
546<li class="blockList">
547<h4>asDouble</h4>
548<pre>public&nbsp;double&nbsp;asDouble(double&nbsp;defaultValue)</pre>
549<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html#asDouble(double)">JsonNode</a></code></strong></div>
550<div class="block">Method that will try to convert value of this node to a Java <b>double</b>.
551 Numbers are coerced using default Java rules; booleans convert to 0.0 (false)
552 and 1.0 (true), and Strings are parsed using default Java language integer
553 parsing rules.
554<p>
555 If representation can not be converted to an int (including structured types
556 like Objects and Arrays),
557 specified <b>defaultValue</b> will be returned; no exceptions are thrown.</div>
558<dl>
559<dt><strong>Overrides:</strong></dt>
560<dd><code><a href="../../../../org/codehaus/jackson/JsonNode.html#asDouble(double)">asDouble</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></dd>
561</dl>
562</li>
563</ul>
564<a name="serialize(org.codehaus.jackson.JsonGenerator, org.codehaus.jackson.map.SerializerProvider)">
565<!--   -->
566</a>
567<ul class="blockList">
568<li class="blockList">
569<h4>serialize</h4>
570<pre>public final&nbsp;void&nbsp;serialize(<a href="../../../../org/codehaus/jackson/JsonGenerator.html" title="class in org.codehaus.jackson">JsonGenerator</a>&nbsp;jg,
571             <a href="../../../../org/codehaus/jackson/map/SerializerProvider.html" title="class in org.codehaus.jackson.map">SerializerProvider</a>&nbsp;provider)
572                     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>,
573                            <a href="../../../../org/codehaus/jackson/JsonProcessingException.html" title="class in org.codehaus.jackson">JsonProcessingException</a></pre>
574<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#serialize(org.codehaus.jackson.JsonGenerator, org.codehaus.jackson.map.SerializerProvider)">BaseJsonNode</a></code></strong></div>
575<div class="block">Method called to serialize node instances using given generator.</div>
576<dl>
577<dt><strong>Specified by:</strong></dt>
578<dd><code><a href="../../../../org/codehaus/jackson/map/JsonSerializable.html#serialize(org.codehaus.jackson.JsonGenerator, org.codehaus.jackson.map.SerializerProvider)">serialize</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/codehaus/jackson/map/JsonSerializable.html" title="interface in org.codehaus.jackson.map">JsonSerializable</a></code></dd>
579<dt><strong>Specified by:</strong></dt>
580<dd><code><a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html#serialize(org.codehaus.jackson.JsonGenerator, org.codehaus.jackson.map.SerializerProvider)">serialize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/node/BaseJsonNode.html" title="class in org.codehaus.jackson.node">BaseJsonNode</a></code></dd>
581<dt><span class="strong">Throws:</span></dt>
582<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
583<dd><code><a href="../../../../org/codehaus/jackson/JsonProcessingException.html" title="class in org.codehaus.jackson">JsonProcessingException</a></code></dd></dl>
584</li>
585</ul>
586<a name="equals(java.lang.Object)">
587<!--   -->
588</a>
589<ul class="blockList">
590<li class="blockList">
591<h4>equals</h4>
592<pre>public&nbsp;boolean&nbsp;equals(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
593<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html#equals(java.lang.Object)">JsonNode</a></code></strong></div>
594<div class="block">Equality for node objects is defined as full (deep) value
595 equality. This means that it is possible to compare complete
596 JSON trees for equality by comparing equality of root nodes.
597<p>
598 Note: marked as abstract to ensure all implementation
599 classes define it properly and not rely on definition
600 from <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><code>Object</code></a>.</div>
601<dl>
602<dt><strong>Specified by:</strong></dt>
603<dd><code><a href="../../../../org/codehaus/jackson/JsonNode.html#equals(java.lang.Object)">equals</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/JsonNode.html" title="class in org.codehaus.jackson">JsonNode</a></code></dd>
604</dl>
605</li>
606</ul>
607<a name="hashCode()">
608<!--   -->
609</a>
610<ul class="blockList">
611<li class="blockList">
612<h4>hashCode</h4>
613<pre>public&nbsp;int&nbsp;hashCode()</pre>
614<dl>
615<dt><strong>Overrides:</strong></dt>
616<dd><code><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></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
617</dl>
618</li>
619</ul>
620<a name="toString()">
621<!--   -->
622</a>
623<ul class="blockList">
624<li class="blockList">
625<h4>toString</h4>
626<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
627<div class="block">Different from other values, Strings need quoting</div>
628<dl>
629<dt><strong>Overrides:</strong></dt>
630<dd><code><a href="../../../../org/codehaus/jackson/node/ValueNode.html#toString()">toString</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/codehaus/jackson/node/ValueNode.html" title="class in org.codehaus.jackson.node">ValueNode</a></code></dd>
631</dl>
632</li>
633</ul>
634<a name="appendQuoted(java.lang.StringBuilder, java.lang.String)">
635<!--   -->
636</a>
637<ul class="blockList">
638<li class="blockList">
639<h4>appendQuoted</h4>
640<pre>protected static&nbsp;void&nbsp;appendQuoted(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb,
641                <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;content)</pre>
642</li>
643</ul>
644<a name="_reportInvalidBase64(org.codehaus.jackson.Base64Variant, char, int)">
645<!--   -->
646</a>
647<ul class="blockList">
648<li class="blockList">
649<h4>_reportInvalidBase64</h4>
650<pre>protected&nbsp;void&nbsp;_reportInvalidBase64(<a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant,
651                        char&nbsp;ch,
652                        int&nbsp;bindex)
653                             throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
654<dl><dt><span class="strong">Throws:</span></dt>
655<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
656</li>
657</ul>
658<a name="_reportInvalidBase64(org.codehaus.jackson.Base64Variant, char, int, java.lang.String)">
659<!--   -->
660</a>
661<ul class="blockList">
662<li class="blockList">
663<h4>_reportInvalidBase64</h4>
664<pre>protected&nbsp;void&nbsp;_reportInvalidBase64(<a href="../../../../org/codehaus/jackson/Base64Variant.html" title="class in org.codehaus.jackson">Base64Variant</a>&nbsp;b64variant,
665                        char&nbsp;ch,
666                        int&nbsp;bindex,
667                        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)
668                             throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
669<dl><dt><span class="strong">Parameters:</span></dt><dd><code>bindex</code> - Relative index within base64 character unit; between 0
670   and 3 (as unit has exactly 4 characters)</dd>
671<dt><span class="strong">Throws:</span></dt>
672<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
673</li>
674</ul>
675<a name="_reportBase64EOF()">
676<!--   -->
677</a>
678<ul class="blockListLast">
679<li class="blockList">
680<h4>_reportBase64EOF</h4>
681<pre>protected&nbsp;void&nbsp;_reportBase64EOF()
682                         throws <a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></pre>
683<dl><dt><span class="strong">Throws:</span></dt>
684<dd><code><a href="../../../../org/codehaus/jackson/JsonParseException.html" title="class in org.codehaus.jackson">JsonParseException</a></code></dd></dl>
685</li>
686</ul>
687</li>
688</ul>
689</li>
690</ul>
691</div>
692</div>
693<!-- ========= END OF CLASS DATA ========= -->
694<!-- ======= START OF BOTTOM NAVBAR ====== -->
695<div class="bottomNav"><a name="navbar_bottom">
696<!--   -->
697</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
698<!--   -->
699</a>
700<ul class="navList" title="Navigation">
701<li><a href="../../../../overview-summary.html">Overview</a></li>
702<li><a href="package-summary.html">Package</a></li>
703<li class="navBarCell1Rev">Class</li>
704<li><a href="class-use/TextNode.html">Use</a></li>
705<li><a href="package-tree.html">Tree</a></li>
706<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
707<li><a href="../../../../index-all.html">Index</a></li>
708<li><a href="../../../../help-doc.html">Help</a></li>
709</ul>
710</div>
711<div class="subNav">
712<ul class="navList">
713<li><a href="../../../../org/codehaus/jackson/node/POJONode.html" title="class in org.codehaus.jackson.node"><span class="strong">Prev Class</span></a></li>
714<li><a href="../../../../org/codehaus/jackson/node/TreeTraversingParser.html" title="class in org.codehaus.jackson.node"><span class="strong">Next Class</span></a></li>
715</ul>
716<ul class="navList">
717<li><a href="../../../../index.html?org/codehaus/jackson/node/TextNode.html" target="_top">Frames</a></li>
718<li><a href="TextNode.html" target="_top">No Frames</a></li>
719</ul>
720<ul class="navList" id="allclasses_navbar_bottom">
721<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
722</ul>
723<div>
724<script type="text/javascript"><!--
725  allClassesLink = document.getElementById("allclasses_navbar_bottom");
726  if(window==top) {
727    allClassesLink.style.display = "block";
728  }
729  else {
730    allClassesLink.style.display = "none";
731  }
732  //-->
733</script>
734</div>
735<div>
736<ul class="subNavList">
737<li>Summary:&nbsp;</li>
738<li>Nested&nbsp;|&nbsp;</li>
739<li><a href="#fields_inherited_from_class_org.codehaus.jackson.JsonNode">Field</a>&nbsp;|&nbsp;</li>
740<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
741<li><a href="#method_summary">Method</a></li>
742</ul>
743<ul class="subNavList">
744<li>Detail:&nbsp;</li>
745<li>Field&nbsp;|&nbsp;</li>
746<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
747<li><a href="#method_detail">Method</a></li>
748</ul>
749</div>
750<a name="skip-navbar_bottom">
751<!--   -->
752</a></div>
753<!-- ======== END OF BOTTOM NAVBAR ======= -->
754</body>
755</html>
756