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

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDWildcardTraverser.java175 annotation = traverseSyntheticAnnotation(elmNode, text, attrValues, false, schemaDoc);
186 annotation = traverseSyntheticAnnotation(elmNode, text, attrValues, false, schemaDoc);
H A DXSDAbstractIDConstraintTraverser.java76 ic.addAnnotation(traverseSyntheticAnnotation(icElem, text, icElemAttrs, false, schemaDoc));
106 ic.addAnnotation(traverseSyntheticAnnotation(icElem, text, attrValues, false, schemaDoc));
165 ic.addAnnotation(traverseSyntheticAnnotation(icElem, text, attrValues, false, schemaDoc));
H A DXSDAttributeGroupTraverser.java93 traverseSyntheticAnnotation(child, text, attrValues, false, schemaDoc);
139 annotation = traverseSyntheticAnnotation(elmNode, text, attrValues, false, schemaDoc);
H A DXSDNotationTraverser.java96 annotation = traverseSyntheticAnnotation(elmNode, text, attrValues, false, schemaDoc);
H A DXSDComplexTypeTraverser.java270 addAnnotation(traverseSyntheticAnnotation(complexTypeDecl, text, attrValues, false, schemaDoc));
282 addAnnotation(traverseSyntheticAnnotation(complexTypeDecl, text, attrValues, false, schemaDoc));
379 addAnnotation(traverseSyntheticAnnotation(simpleContentElement, text, simpleContentAttrValues, false, schemaDoc));
504 addAnnotation(traverseSyntheticAnnotation(scElement, text, derivationTypeAttrValues, false, schemaDoc));
520 addAnnotation(traverseSyntheticAnnotation(scElement, text, derivationTypeAttrValues, false, schemaDoc));
720 addAnnotation(traverseSyntheticAnnotation(complexContentElement, text, complexContentAttrValues, false, schemaDoc));
814 addAnnotation(traverseSyntheticAnnotation(complexContent, text, derivationTypeAttrValues, false, schemaDoc));
828 addAnnotation(traverseSyntheticAnnotation(complexContent, text, derivationTypeAttrValues, false, schemaDoc));
H A DXSDGroupTraverser.java93 annotation = traverseSyntheticAnnotation(elmNode, text, attrValues, false, schemaDoc);
182 annotation = traverseSyntheticAnnotation(elmNode, text, attrValues, false, schemaDoc);
H A DXSDAbstractParticleTraverser.java80 annotation = traverseSyntheticAnnotation(allDecl, text, attrValues, false, schemaDoc);
215 annotation = traverseSyntheticAnnotation(decl, text, attrValues, false, schemaDoc);
H A DXSDAbstractTraverser.java200 XSAnnotationImpl traverseSyntheticAnnotation(Element annotationParent, String initialContent, method in class:XSDAbstractTraverser
356 enumAnnotations.addXSObject(enumAnnotations.getLength()-1, traverseSyntheticAnnotation(content, text, attrs, false, schemaDoc));
401 patternAnnotations.addXSObject(traverseSyntheticAnnotation(content, text, attrs, false, schemaDoc));
518 annotation = traverseSyntheticAnnotation(content, text, attrs, false, schemaDoc);
H A DXSDElementTraverser.java180 annotation = traverseSyntheticAnnotation(elmDecl, text, attrValues, false, schemaDoc);
370 annotation = traverseSyntheticAnnotation(elmDecl, text, attrValues, false, schemaDoc);
H A DXSDAttributeTraverser.java100 annotation = traverseSyntheticAnnotation(attrDecl, text, attrValues, false, schemaDoc);
306 annotation = traverseSyntheticAnnotation(attrDecl, text, attrValues, false, schemaDoc);
H A DXSDSimpleTypeTraverser.java205 XSAnnotationImpl annotation = traverseSyntheticAnnotation(simpleTypeDecl, text, attrValues, false, schemaDoc);
266 XSAnnotationImpl annotation = traverseSyntheticAnnotation(child, text, contentAttrs, false, schemaDoc);
H A DXSDHandler.java955 sg.addAnnotation(fElementTraverser.traverseSyntheticAnnotation(child, text, importAttrs, true, currSchemaInfo));
1063 sg.addAnnotation(fElementTraverser.traverseSyntheticAnnotation(child, text, includeAttrs, true, currSchemaInfo));
1081 sg.addAnnotation(fElementTraverser.traverseSyntheticAnnotation(child, text, includeAttrs, true, currSchemaInfo));
1479 currSG.addAnnotation(fElementTraverser.traverseSyntheticAnnotation(currRoot, text, currSchemaDoc.getSchemaAttrs(), true, currSchemaDoc));

Completed in 119 milliseconds