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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DXSFacets.java116 public XSObjectList enumAnnotations; field in class:XSFacets
130 enumAnnotations = null;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java288 XSObjectListImpl enumAnnotations = null;
339 enumAnnotations = new XSObjectListImpl();
342 enumAnnotations.addXSObject(null);
350 enumAnnotations.addXSObject(enumAnnotations.getLength()-1,traverseAnnotationDecl(child, attrs, false, schemaDoc));
356 enumAnnotations.addXSObject(enumAnnotations.getLength()-1, traverseSyntheticAnnotation(content, text, attrs, false, schemaDoc));
564 xsFacets.enumAnnotations = enumAnnotations;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java883 enumerationAnnotations = facets.enumAnnotations;

Completed in 76 milliseconds