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

Completed in 28 milliseconds