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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOM.java223 void endAnnotationElement(String elemRawName) { argument
224 fAnnotationBuffer.append("</").append(elemRawName).append(">");
231 void endSyntheticAnnotationElement(String elemRawName, boolean complete) { argument
233 fAnnotationBuffer.append("\n</").append(elemRawName).append(">");
244 fAnnotationBuffer.append("</").append(elemRawName).append(">");
359 void startAnnotation(String elemRawName, XMLAttributes attributes, argument
362 fAnnotationBuffer.append("<").append(elemRawName).append(" ");
405 void startAnnotationElement(String elemRawName, XMLAttributes attributes) { argument
406 fAnnotationBuffer.append("<").append(elemRawName);
H A DSchemaDOMParser.java302 final String elemRawName = (schemaPrefix.length() == 0) ? SchemaSymbols.ELT_DOCUMENTATION : (schemaPrefix + ':' + SchemaSymbols.ELT_DOCUMENTATION);
303 schemaDOM.startAnnotationElement(elemRawName, attributes);
305 schemaDOM.endSyntheticAnnotationElement(elemRawName, false);
385 final String elemRawName = (schemaPrefix.length() == 0) ? SchemaSymbols.ELT_DOCUMENTATION : (schemaPrefix + ':' + SchemaSymbols.ELT_DOCUMENTATION);
386 schemaDOM.startAnnotationElement(elemRawName, fEmptyAttr);
388 schemaDOM.endSyntheticAnnotationElement(elemRawName, false);

Completed in 32 milliseconds