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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/visitor/
H A DXSSimpleTypeFunction.java29 import com.sun.xml.internal.xsom.XSRestrictionSimpleType;
42 T restrictionSimpleType( XSRestrictionSimpleType type );
H A DXSSimpleTypeVisitor.java29 import com.sun.xml.internal.xsom.XSRestrictionSimpleType;
42 void restrictionSimpleType( XSRestrictionSimpleType type );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSRestrictionSimpleType.java38 public interface XSRestrictionSimpleType extends XSSimpleType { interface in inherits:XSSimpleType
H A DXSSimpleType.java152 /** Returns true if <code>this instanceof XSRestrictionSimpleType</code>. */
159 XSRestrictionSimpleType asRestriction();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DRestrictionSimpleTypeImpl.java29 import com.sun.xml.internal.xsom.XSRestrictionSimpleType;
43 public class RestrictionSimpleTypeImpl extends SimpleTypeImpl implements XSRestrictionSimpleType {
119 public XSRestrictionSimpleType asRestriction() { return this; }
H A DSimpleTypeImpl.java32 import com.sun.xml.internal.xsom.XSRestrictionSimpleType;
141 public XSRestrictionSimpleType asRestriction() { return null; }
H A DSchemaSetImpl.java43 import com.sun.xml.internal.xsom.XSRestrictionSimpleType;
254 implements XSRestrictionSimpleType, Ref.SimpleType {
298 public XSRestrictionSimpleType asRestriction() { return this; }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java75 import com.sun.xml.internal.xsom.XSRestrictionSimpleType;
313 public TypeUse restrictionSimpleType(XSRestrictionSimpleType type) {
373 // so in this stage we can safely cast it to XSRestrictionSimpleType
374 return bindToTypeSafeEnum( (XSRestrictionSimpleType)type,
403 XSRestrictionSimpleType rst = type.asRestriction();
415 private static Set<XSRestrictionSimpleType> reportedEnumMemberSizeWarnings;
421 private boolean shouldBeMappedToTypeSafeEnumByDefault( XSRestrictionSimpleType type ) {
441 reportedEnumMemberSizeWarnings = new HashSet<XSRestrictionSimpleType>();
537 private TypeUse bindToTypeSafeEnum( XSRestrictionSimpleType type,
646 private List<CEnumConstant> buildCEnumConstants(XSRestrictionSimpleType typ
[all...]
H A DUnusedCustomizationChecker.java53 import com.sun.xml.internal.xsom.XSRestrictionSimpleType;
243 public void restrictionSimpleType(XSRestrictionSimpleType type) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DAxis.java43 import com.sun.xml.internal.xsom.XSRestrictionSimpleType;
526 XSRestrictionSimpleType r = type.asRestriction();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/util/
H A DSchemaWriter.java42 import com.sun.xml.internal.xsom.XSRestrictionSimpleType;
289 public void restrictionSimpleType( XSRestrictionSimpleType type ) {
H A DSchemaTreeTraverser.java42 import com.sun.xml.internal.xsom.XSRestrictionSimpleType;
610 * @see com.sun.xml.internal.xsom.visitor.XSSimpleTypeVisitor#restrictionSimpleType(com.sun.xml.internal.xsom.XSRestrictionSimpleType)
612 public void restrictionSimpleType(XSRestrictionSimpleType type) {

Completed in 66 milliseconds