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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java105 // REVISIT: how to pass the parentAttrs? as DOM attributes?
108 XSAnnotationImpl traverseAnnotationDecl(Element annotationDecl, Object[] parentAttrs, argument
145 Vector annotationLocalAttrs = (Vector)parentAttrs[XSAttributeChecker.ATTIDX_NONSCHEMA];
201 Object[] parentAttrs, boolean isGlobal, XSDocumentInfo schemaDoc) {
208 Vector annotationLocalAttrs = (Vector)parentAttrs[XSAttributeChecker.ATTIDX_NONSCHEMA];
200 traverseSyntheticAnnotation(Element annotationParent, String initialContent, Object[] parentAttrs, boolean isGlobal, XSDocumentInfo schemaDoc) argument

Completed in 64 milliseconds