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

Completed in 23 milliseconds