Searched refs:XSConstants (Results 1 - 25 of 34) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/
H A DXSConstants.java26 public interface XSConstants { interface
117 XSConstants.DERIVATION_EXTENSION
118 | XSConstants.DERIVATION_RESTRICTION
119 | XSConstants.DERIVATION_SUBSTITUTION;
124 XSConstants.DERIVATION_SUBSTITUTION
125 | XSConstants.DERIVATION_EXTENSION
126 | XSConstants.DERIVATION_RESTRICTION
127 | XSConstants.DERIVATION_LIST
128 | XSConstants.DERIVATION_UNION;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXSAttributeUseImpl.java28 import com.sun.org.apache.xerces.internal.xs.XSConstants;
48 public short fConstraintType = XSConstants.VC_NONE;
58 fConstraintType = XSConstants.VC_NONE;
66 return XSConstants.ATTRIBUTE_USE;
116 return getConstraintType() == XSConstants.VC_NONE ?
129 return getConstraintType() == XSConstants.VC_NONE ?
135 return getConstraintType() == XSConstants.VC_NONE ?
136 XSConstants.UNAVAILABLE_DT :
141 return getConstraintType() == XSConstants.VC_NONE ?
H A DXSAttributeDecl.java31 import com.sun.org.apache.xerces.internal.xs.XSConstants;
61 short fConstraintType = XSConstants.VC_NONE;
63 short fScope = XSConstants.SCOPE_ABSENT;
93 fConstraintType = XSConstants.VC_NONE;
94 fScope = XSConstants.SCOPE_ABSENT;
103 return XSConstants.ATTRIBUTE_DECLARATION;
163 return getConstraintType() == XSConstants.VC_NONE ?
198 return getConstraintType() == XSConstants.VC_NONE ?
204 return getConstraintType() == XSConstants.VC_NONE ?
205 XSConstants
[all...]
H A DXSElementDecl.java31 import com.sun.org.apache.xerces.internal.xs.XSConstants;
64 public short fScope = XSConstants.SCOPE_ABSENT;
68 public short fBlock = XSConstants.DERIVATION_NONE;
70 public short fFinal = XSConstants.DERIVATION_NONE;
178 fScope = XSConstants.SCOPE_ABSENT;
184 fBlock = XSConstants.DERIVATION_NONE;
185 fFinal = XSConstants.DERIVATION_NONE;
201 return XSConstants.ELEMENT_DECLARATION;
261 return getConstraintType() == XSConstants.VC_NONE ?
371 return getConstraintType() == XSConstants
[all...]
H A DXSGroupDecl.java26 import com.sun.org.apache.xerces.internal.xs.XSConstants;
59 return XSConstants.MODEL_GROUP_DEFINITION;
H A DXSNotationDecl.java25 import com.sun.org.apache.xerces.internal.xs.XSConstants;
61 return XSConstants.NOTATION_DECLARATION;
H A DXSLoaderImpl.java30 import com.sun.org.apache.xerces.internal.xs.XSConstants;
234 XSNamedMap map = newGrammar.getComponents(XSConstants.ELEMENT_DECLARATION);
244 map = newGrammar.getComponents(XSConstants.ATTRIBUTE_DECLARATION);
254 map = newGrammar.getComponents(XSConstants.TYPE_DEFINITION);
264 map = newGrammar.getComponents(XSConstants.ATTRIBUTE_GROUP);
274 map = newGrammar.getComponents(XSConstants.MODEL_GROUP);
284 map = newGrammar.getComponents(XSConstants.NOTATION_DECLARATION);
H A DAttributePSVImpl.java30 import com.sun.org.apache.xerces.internal.xs.XSConstants;
59 protected short fActualValueType = XSConstants.UNAVAILABLE_DT;
211 fActualValueType = XSConstants.UNAVAILABLE_DT;
H A DElementPSVImpl.java32 import com.sun.org.apache.xerces.internal.xs.XSConstants;
71 protected short fActualValueType = XSConstants.UNAVAILABLE_DT;
273 fActualValueType = XSConstants.UNAVAILABLE_DT;
H A DSchemaGrammar.java50 import com.sun.org.apache.xerces.internal.xs.XSConstants;
364 short scope = XSConstants.SCOPE_GLOBAL;
569 XSConstants.VC_NONE, XSConstants.SCOPE_LOCAL, null, annotationType, null);
571 annotationIDAttr.fConstraintType = XSConstants.VC_NONE;
576 XSConstants.VC_NONE, XSConstants.SCOPE_LOCAL, null, documentationType, null);
578 documentationSourceAttr.fConstraintType = XSConstants.VC_NONE;
583 XSConstants.VC_NONE, XSConstants
[all...]
H A DXSModelImpl.java40 import com.sun.org.apache.xerces.internal.xs.XSConstants;
206 final XSNamedMap elements = getComponents(XSConstants.ELEMENT_DECLARATION);
310 case XSConstants.TYPE_DEFINITION:
315 case XSConstants.ATTRIBUTE_DECLARATION:
318 case XSConstants.ELEMENT_DECLARATION:
321 case XSConstants.ATTRIBUTE_GROUP:
324 case XSConstants.MODEL_GROUP_DEFINITION:
327 case XSConstants.NOTATION_DECLARATION:
389 case XSConstants.TYPE_DEFINITION:
394 case XSConstants
[all...]
H A DSubstitutionGroupHandler.java23 import com.sun.org.apache.xerces.internal.xs.XSConstants;
64 if (exemplar.fScope != XSConstants.SCOPE_GLOBAL)
68 if ((exemplar.fBlock & XSConstants.DERIVATION_SUBSTITUTION) != 0)
98 if ((blockingConstraint & XSConstants.DERIVATION_SUBSTITUTION) != 0)
128 devMethod |= XSConstants.DERIVATION_RESTRICTION;
228 if ((element.fBlock & XSConstants.DERIVATION_SUBSTITUTION) != 0) {
316 dMethod |= XSConstants.DERIVATION_RESTRICTION;
H A DXSComplexTypeDecl.java53 short fDerivedBy = XSConstants.DERIVATION_RESTRICTION;
56 short fFinal = XSConstants.DERIVATION_NONE;
59 short fBlock = XSConstants.DERIVATION_NONE;
434 if (((XSComplexTypeDecl) type).getDerivationMethod() != XSConstants.DERIVATION_RESTRICTION) {
509 if (((XSComplexTypeDecl) type).getDerivationMethod() == XSConstants.DERIVATION_EXTENSION) {
526 fDerivedBy = XSConstants.DERIVATION_RESTRICTION;
527 fFinal = XSConstants.DERIVATION_NONE;
528 fBlock = XSConstants.DERIVATION_NONE;
550 return XSConstants.TYPE_DEFINITION;
589 * value for this <code>XSConstants</cod
[all...]
H A DXSAttributeGroupDecl.java28 import com.sun.org.apache.xerces.internal.xs.XSConstants;
221 int baseConsType=baseAttrUse.fConstraintType!=XSConstants.VC_NONE?
223 int thisConstType = attrUse.fConstraintType!=XSConstants.VC_NONE?
226 if (baseConsType == XSConstants.VC_FIXED) {
228 if (thisConstType != XSConstants.VC_FIXED) {
340 return XSConstants.ATTRIBUTE_GROUP;
H A DXSAnnotationImpl.java29 import com.sun.org.apache.xerces.internal.xs.XSConstants;
101 return XSConstants.ANNOTATION;
H A DXSModelGroupImpl.java25 import com.sun.org.apache.xerces.internal.xs.XSConstants;
185 return XSConstants.MODEL_GROUP;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DBaseDVFactory.java27 import com.sun.org.apache.xerces.internal.xs.XSConstants;
164 XSSimpleTypeDecl stringDV = new XSSimpleTypeDecl(anySimpleType, STRING, XSSimpleTypeDecl.DV_STRING, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.STRING_DT);
166 types.put(BOOLEAN, new XSSimpleTypeDecl(anySimpleType, BOOLEAN, XSSimpleTypeDecl.DV_BOOLEAN, XSSimpleType.ORDERED_FALSE, false, true, false, true, XSConstants.BOOLEAN_DT));
167 XSSimpleTypeDecl decimalDV = new XSSimpleTypeDecl(anySimpleType, DECIMAL, XSSimpleTypeDecl.DV_DECIMAL, XSSimpleType.ORDERED_TOTAL, false, false, true, true, XSConstants.DECIMAL_DT);
170 types.put(ANYURI, new XSSimpleTypeDecl(anySimpleType, ANYURI, XSSimpleTypeDecl.DV_ANYURI, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.ANYURI_DT));
171 types.put(BASE64BINARY, new XSSimpleTypeDecl(anySimpleType, BASE64BINARY, XSSimpleTypeDecl.DV_BASE64BINARY, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.BASE64BINARY_DT));
172 types.put(DATETIME, new XSSimpleTypeDecl(anySimpleType, DATETIME, XSSimpleTypeDecl.DV_DATETIME, XSSimpleType.ORDERED_PARTIAL, false, false, false, true, XSConstants.DATETIME_DT));
173 types.put(TIME, new XSSimpleTypeDecl(anySimpleType, TIME, XSSimpleTypeDecl.DV_TIME, XSSimpleType.ORDERED_PARTIAL, false, false, false, true, XSConstants.TIME_DT));
174 types.put(DATE, new XSSimpleTypeDecl(anySimpleType, DATE, XSSimpleTypeDecl.DV_DATE, XSSimpleType.ORDERED_PARTIAL, false, false, false, true, XSConstants.DATE_DT));
175 types.put(YEARMONTH, new XSSimpleTypeDecl(anySimpleType, YEARMONTH, XSSimpleTypeDecl.DV_GYEARMONTH, XSSimpleType.ORDERED_PARTIAL, false, false, false, true, XSConstants
[all...]
H A DBaseSchemaDVFactory.java29 import com.sun.org.apache.xerces.internal.xs.XSConstants;
102 XSSimpleTypeDecl stringDV = new XSSimpleTypeDecl(baseAtomicType, STRING, XSSimpleTypeDecl.DV_STRING, XSSimpleType.ORDERED_FALSE, false, false, false , true, XSConstants.STRING_DT);
104 builtInTypes.put(BOOLEAN, new XSSimpleTypeDecl(baseAtomicType, BOOLEAN, XSSimpleTypeDecl.DV_BOOLEAN, XSSimpleType.ORDERED_FALSE, false, true, false, true, XSConstants.BOOLEAN_DT));
105 XSSimpleTypeDecl decimalDV = new XSSimpleTypeDecl(baseAtomicType, DECIMAL, XSSimpleTypeDecl.DV_DECIMAL, XSSimpleType.ORDERED_TOTAL, false, false, true, true, XSConstants.DECIMAL_DT);
108 builtInTypes.put(ANYURI, new XSSimpleTypeDecl(baseAtomicType, ANYURI, XSSimpleTypeDecl.DV_ANYURI, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.ANYURI_DT));
109 builtInTypes.put(BASE64BINARY, new XSSimpleTypeDecl(baseAtomicType, BASE64BINARY, XSSimpleTypeDecl.DV_BASE64BINARY, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.BASE64BINARY_DT));
111 XSSimpleTypeDecl durationDV = new XSSimpleTypeDecl(baseAtomicType, DURATION, XSSimpleTypeDecl.DV_DURATION, XSSimpleType.ORDERED_PARTIAL, false, false, false, true, XSConstants.DURATION_DT);
114 builtInTypes.put(DATETIME, new XSSimpleTypeDecl(baseAtomicType, DATETIME, XSSimpleTypeDecl.DV_DATETIME, XSSimpleType.ORDERED_PARTIAL, false, false, false, true, XSConstants.DATETIME_DT));
115 builtInTypes.put(TIME, new XSSimpleTypeDecl(baseAtomicType, TIME, XSSimpleTypeDecl.DV_TIME, XSSimpleType.ORDERED_PARTIAL, false, false, false, true, XSConstants.TIME_DT));
116 builtInTypes.put(DATE, new XSSimpleTypeDecl(baseAtomicType, DATE, XSSimpleTypeDecl.DV_DATE, XSSimpleType.ORDERED_PARTIAL, false, false, false, true, XSConstants
[all...]
H A DFullDVFactory.java26 import com.sun.org.apache.xerces.internal.xs.XSConstants;
103 types.put(FLOAT, new XSSimpleTypeDecl(anySimpleType, FLOAT, XSSimpleTypeDecl.DV_FLOAT, XSSimpleType.ORDERED_PARTIAL, true, true, true, true, XSConstants.FLOAT_DT));
104 types.put(DOUBLE, new XSSimpleTypeDecl(anySimpleType, DOUBLE, XSSimpleTypeDecl.DV_DOUBLE, XSSimpleType.ORDERED_PARTIAL, true, true, true, true, XSConstants.DOUBLE_DT));
105 types.put(DURATION, new XSSimpleTypeDecl(anySimpleType, DURATION, XSSimpleTypeDecl.DV_DURATION, XSSimpleType.ORDERED_PARTIAL, false, false, false, true, XSConstants.DURATION_DT));
106 types.put(HEXBINARY, new XSSimpleTypeDecl(anySimpleType, HEXBINARY, XSSimpleTypeDecl.DV_HEXBINARY, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.HEXBINARY_DT));
107 types.put(QNAME, new XSSimpleTypeDecl(anySimpleType, QNAME, XSSimpleTypeDecl.DV_QNAME, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.QNAME_DT));
108 types.put(NOTATION, new XSSimpleTypeDecl(anySimpleType, NOTATION, XSSimpleTypeDecl.DV_NOTATION, XSSimpleType.ORDERED_FALSE, false, false, false, true, XSConstants.NOTATION_DT));
111 XSSimpleTypeDecl normalizedDV = new XSSimpleTypeDecl(stringDV, NORMALIZEDSTRING , URI_SCHEMAFORSCHEMA, (short)0, false, null, XSConstants.NORMALIZEDSTRING_DT);
116 XSSimpleTypeDecl tokenDV = new XSSimpleTypeDecl(normalizedDV, TOKEN , URI_SCHEMAFORSCHEMA, (short)0, false, null, XSConstants.TOKEN_DT);
122 XSSimpleTypeDecl languageDV = new XSSimpleTypeDecl(tokenDV, LANGUAGE , URI_SCHEMAFORSCHEMA, (short)0, false, null, XSConstants
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDSimpleTypeTraverser.java38 import com.sun.org.apache.xerces.internal.xs.XSConstants;
214 return errorType(name, schemaDoc.fTargetNamespace, XSConstants.DERIVATION_RESTRICTION);
218 short refType = XSConstants.DERIVATION_RESTRICTION;
221 refType = XSConstants.DERIVATION_RESTRICTION;
225 refType = XSConstants.DERIVATION_LIST;
229 refType = XSConstants.DERIVATION_UNION;
234 return errorType(name, schemaDoc.fTargetNamespace, XSConstants.DERIVATION_RESTRICTION);
301 XSConstants.DERIVATION_UNION, schemaDoc);
366 restriction ? XSConstants.DERIVATION_RESTRICTION : XSConstants
[all...]
H A DXSDAttributeTraverser.java37 import com.sun.org.apache.xerces.internal.xs.XSConstants;
117 short consType = XSConstants.VC_NONE;
119 consType = XSConstants.VC_DEFAULT;
121 consType = XSConstants.VC_FIXED;
163 if (consType == XSConstants.VC_DEFAULT &&
183 attrUse.fConstraintType = XSConstants.VC_NONE;
191 attrUse.fConstraintType = XSConstants.VC_NONE;
197 if (attrUse.fAttrDecl.getConstraintType() == XSConstants.VC_FIXED &&
198 attrUse.fConstraintType != XSConstants.VC_NONE) {
199 if (attrUse.fConstraintType != XSConstants
[all...]
H A DXSDElementTraverser.java40 import com.sun.org.apache.xerces.internal.xs.XSConstants;
315 if (element.fBlock != XSConstants.DERIVATION_ALL) {
316 element.fBlock &= (XSConstants.DERIVATION_EXTENSION | XSConstants.DERIVATION_RESTRICTION | XSConstants.DERIVATION_SUBSTITUTION);
322 if ((element.fBlock != XSConstants.DERIVATION_ALL)
324 ((element.fBlock | XSConstants.DERIVATION_EXTENSION_RESTRICTION_SUBSTITION)
325 != XSConstants.DERIVATION_EXTENSION_RESTRICTION_SUBSTITION)) {
335 element.fFinal &= (XSConstants.DERIVATION_EXTENSION | XSConstants
[all...]
H A DXSAttributeChecker.java44 import com.sun.org.apache.xerces.internal.xs.XSConstants;
132 private static final XInt INT_EMPTY_SET = fXIntPool.getXInt(XSConstants.DERIVATION_NONE);
1274 choice = XSConstants.DERIVATION_SUBSTITUTION|XSConstants.DERIVATION_EXTENSION|
1275 XSConstants.DERIVATION_RESTRICTION;
1283 choice |= XSConstants.DERIVATION_EXTENSION;
1286 choice |= XSConstants.DERIVATION_RESTRICTION;
1289 choice |= XSConstants.DERIVATION_SUBSTITUTION;
1315 choice = XSConstants.DERIVATION_SUBSTITUTION|XSConstants
[all...]
H A DXSDComplexTypeTraverser.java42 import com.sun.org.apache.xerces.internal.xs.XSConstants;
106 private short fDerivedBy = XSConstants.DERIVATION_RESTRICTION;
107 private short fFinal = XSConstants.DERIVATION_NONE;
108 private short fBlock = XSConstants.DERIVATION_NONE;
249 fBlock &= (XSConstants.DERIVATION_EXTENSION | XSConstants.DERIVATION_RESTRICTION);
250 fFinal &= (XSConstants.DERIVATION_EXTENSION | XSConstants.DERIVATION_RESTRICTION);
295 fDerivedBy = XSConstants.DERIVATION_RESTRICTION;
334 fDerivedBy = XSConstants
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DField.java29 import com.sun.org.apache.xerces.internal.xs.XSConstants;
192 if (valueType <= XSConstants.NOTATION_DT) {
196 if (valueType <= XSConstants.ENTITY_DT) {
197 return XSConstants.STRING_DT;
200 if (valueType <= XSConstants.POSITIVEINTEGER_DT) {
201 return XSConstants.DECIMAL_DT;

Completed in 63 milliseconds

12