Searched refs:fAnnotationBuffer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOM.java59 private StringBuffer fAnnotationBuffer = null; field in class:SchemaDOM
155 fAnnotationBuffer.append("<!--");
157 fAnnotationBuffer.append(text.ch, text.offset, text.length);
159 fAnnotationBuffer.append("-->");
164 fAnnotationBuffer.append("<?").append(target);
166 fAnnotationBuffer.append(' ').append(data.ch, data.offset, data.length);
168 fAnnotationBuffer.append("?>");
176 final StringBuffer annotationBuffer = fAnnotationBuffer;
203 fAnnotationBuffer.append(text.ch, text.offset, text.length);
209 fAnnotationBuffer
[all...]

Completed in 416 milliseconds