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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DXSFacets.java115 public XSObjectListImpl patternAnnotations; field in class:XSFacets
129 patternAnnotations = null;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDAbstractTraverser.java289 XSObjectListImpl patternAnnotations = null;
389 if (patternAnnotations == null){
390 patternAnnotations = new XSObjectListImpl();
392 patternAnnotations.addXSObject(traverseAnnotationDecl(child, attrs, false, schemaDoc));
398 if (patternAnnotations == null){
399 patternAnnotations = new XSObjectListImpl();
401 patternAnnotations.addXSObject(traverseSyntheticAnnotation(content, text, attrs, false, schemaDoc));
568 xsFacets.patternAnnotations = patternAnnotations;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java291 public XSObjectListImpl patternAnnotations; field in class:XSSimpleTypeDecl
408 patternAnnotations = fBase.patternAnnotations;
841 patternAnnotations = facets.patternAnnotations;
1453 patternAnnotations = fBase.patternAnnotations;
1460 if (fBase.patternAnnotations != null) {
1461 if (patternAnnotations != null) {
1462 for (int i = fBase.patternAnnotations
[all...]

Completed in 61 milliseconds