@@ -42,20 +42,19 @@ public final class XmlReadContext
42
42
protected String _wrappedName ;
43
43
44
44
/*
45
- /**********************************************************
46
- /* Simple instance reuse slots; speeds up things
47
- /* a bit (10-15%) for docs with lots of small
48
- /* arrays/objects (for which allocation was
45
+ /**********************************************************************
46
+ /* Simple instance reuse slots; speeds up things a bit (10-15%)
47
+ /* for docs with lots of small arrays/objects (for which allocation was
49
48
/* visible in profile stack frames)
50
- /**********************************************************
49
+ /**********************************************************************
51
50
*/
52
51
53
52
protected XmlReadContext _child = null ;
54
53
55
54
/*
56
- /**********************************************************
55
+ /**********************************************************************
57
56
/* Instance construction, reuse
58
- /**********************************************************
57
+ /**********************************************************************
59
58
*/
60
59
61
60
public XmlReadContext (XmlReadContext parent , int type , int lineNr , int colNr )
@@ -90,9 +89,9 @@ public void setCurrentValue(Object v) {
90
89
}
91
90
92
91
/*
93
- /**********************************************************
92
+ /**********************************************************************
94
93
/* Factory methods
95
- /**********************************************************
94
+ /**********************************************************************
96
95
*/
97
96
98
97
public static XmlReadContext createRootContext (int lineNr , int colNr ) {
@@ -128,9 +127,9 @@ public final XmlReadContext createChildObjectContext(int lineNr, int colNr)
128
127
}
129
128
130
129
/*
131
- /**********************************************************
130
+ /**********************************************************************
132
131
/* Abstract method implementation, overrides
133
- /**********************************************************
132
+ /**********************************************************************
134
133
*/
135
134
136
135
@ Override
@@ -155,9 +154,9 @@ public final JsonLocation getStartLocation(Object srcRef) {
155
154
}
156
155
157
156
/*
158
- /**********************************************************
157
+ /**********************************************************************
159
158
/* Extended API
160
- /**********************************************************
159
+ /**********************************************************************
161
160
*/
162
161
163
162
/**
@@ -188,9 +187,9 @@ protected void convertToArray() {
188
187
}
189
188
190
189
/*
191
- /**********************************************************
190
+ /**********************************************************************
192
191
/* Overridden standard methods
193
- /**********************************************************
192
+ /**********************************************************************
194
193
*/
195
194
196
195
/**
0 commit comments