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