Searched refs:XSAnnotationInfo (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSAnnotationInfo.java34 final class XSAnnotationInfo { class
49 XSAnnotationInfo next;
51 XSAnnotationInfo(String annotation, int line, int column, int charOffset) { method in class:XSAnnotationInfo
58 XSAnnotationInfo(String annotation, Element annotationDecl) { method in class:XSAnnotationInfo
72 } // XSAnnotationInfo
H A DXSDocumentInfo.java91 protected XSAnnotationInfo fAnnotations = null;
236 void addAnnotation(XSAnnotationInfo info) {
243 XSAnnotationInfo getAnnotations() {
H A DXSDAbstractTraverser.java188 schemaDoc.addAnnotation(new XSAnnotationInfo(annotation, annotationDecl));
193 schemaDoc.addAnnotation(new XSAnnotationInfo(contents, annotationDecl));
247 schemaDoc.addAnnotation(new XSAnnotationInfo(annotation, annotationParent));
252 schemaDoc.addAnnotation(new XSAnnotationInfo(contents, annotationParent));
H A DXSDHandler.java685 XSAnnotationInfo annotation = (XSAnnotationInfo) annotationInfo.get(i+1);
1461 XSAnnotationInfo info = currSchemaDoc.getAnnotations();

Completed in 45 milliseconds