Searched defs:elemRawName (Results 1 - 1 of 1) 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);

Completed in 241 milliseconds