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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOMParser.java248 schemaDOM.startAnnotation(element, attributes, fNamespaceContext);
301 schemaDOM.startAnnotation(annRawName, attributes, fNamespaceContext);
313 // schemaDOM.startAnnotation/startAnnotationElement (if applicable)
317 // schemaDOM.startAnnotation/startAnnotationElement (if applicable)
327 schemaDOM.startAnnotation(element, attributes, fNamespaceContext);
384 schemaDOM.startAnnotation(annRawName, fEmptyAttr, fNamespaceContext);
H A DSchemaDOM.java355 void startAnnotation(QName elemName, XMLAttributes attributes, method in class:SchemaDOM
357 startAnnotation(elemName.rawname, attributes, namespaceContext);
359 void startAnnotation(String elemRawName, XMLAttributes attributes, method in class:SchemaDOM

Completed in 31 milliseconds