Searched defs:constraintType (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAttributeDecl.java75 XSSimpleType simpleType, short constraintType, short scope,
81 fConstraintType = constraintType;
74 setValues(String name, String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT, XSObjectList annotations) argument
H A DXSElementDecl.java90 public void setConstraintType(short constraintType) { argument
94 fMiscFlags |= (constraintType & CONSTRAINT_MASK);
H A DSchemaGrammar.java1276 XSSimpleType simpleType, short constraintType, short scope,
1275 setValues(String name, String targetNamespace, XSSimpleType simpleType, short constraintType, short scope, ValidatedInfo valInfo, XSComplexTypeDecl enclosingCT) argument

Completed in 86 milliseconds