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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java58 XSAnnotationInfo(String annotation, Element annotationDecl) { argument
60 if (annotationDecl instanceof ElementImpl) {
61 final ElementImpl annotationDeclImpl = (ElementImpl) annotationDecl;
H A DXSDAbstractTraverser.java108 XSAnnotationImpl traverseAnnotationDecl(Element annotationDecl, Object[] parentAttrs, argument
111 Object[] attrValues = fAttrChecker.checkAttributes(annotationDecl, isGlobal, schemaDoc);
114 String contents = DOMUtil.getAnnotation(annotationDecl);
115 Element child = DOMUtil.getFirstChildElement(annotationDecl);
165 if (annotationDecl.getAttributeNS(uri, localpart).length() != 0) {
188 schemaDoc.addAnnotation(new XSAnnotationInfo(annotation, annotationDecl));
193 schemaDoc.addAnnotation(new XSAnnotationInfo(contents, annotationDecl));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java531 XSElementDecl annotationDecl = createAnnotationElementDecl(SchemaSymbols.ELT_ANNOTATION);
536 fGlobalElemDecls.put(annotationDecl.fName, annotationDecl);
540 fGlobalElemDeclsExt.put(","+annotationDecl.fName, annotationDecl);
544 fAllGlobalElemDecls.put(annotationDecl, annotationDecl);
554 annotationDecl.fType = annotationType;

Completed in 43 milliseconds