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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java262 schemaDOM.startAnnotationElement(element, attributes);
265 schemaDOM.startAnnotationElement(element, attributes);
303 schemaDOM.startAnnotationElement(elemRawName, attributes);
313 // schemaDOM.startAnnotation/startAnnotationElement (if applicable)
317 // schemaDOM.startAnnotation/startAnnotationElement (if applicable)
331 schemaDOM.startAnnotationElement(element, attributes);
386 schemaDOM.startAnnotationElement(elemRawName, fEmptyAttr);
H A DSchemaDOM.java402 void startAnnotationElement(QName elemName, XMLAttributes attributes) { method in class:SchemaDOM
403 startAnnotationElement(elemName.rawname, attributes);
405 void startAnnotationElement(String elemRawName, XMLAttributes attributes) { method in class:SchemaDOM

Completed in 686 milliseconds