Searched refs:CBuiltinLeafInfo (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCBuiltinLeafInfo.java84 * as {@link CBuiltinLeafInfo}.
95 public abstract class CBuiltinLeafInfo extends BuiltinLeafInfoImpl<NType,NClass> implements CNonElement { class in inherits:BuiltinLeafInfoImpl,CNonElement
100 private CBuiltinLeafInfo(NType typeToken, QName typeName, ID id) { method in class:CBuiltinLeafInfo
113 * Since {@link CBuiltinLeafInfo} represents a default binding,
134 * {@link CBuiltinLeafInfo} never has a default associated MIME type.
154 * Creates a {@link TypeUse} that represents a collection of this {@link CBuiltinLeafInfo}.
161 * Creates a {@link TypeUse} that represents an adapted use of this {@link CBuiltinLeafInfo}.
168 * Creates a {@link TypeUse} that represents a MIME-type assocaited version of this {@link CBuiltinLeafInfo}.
175 * {@link CBuiltinLeafInfo} for Java classes that have
178 private static abstract class Builtin extends CBuiltinLeafInfo {
[all...]
H A DModel.java344 CBuiltinLeafInfo leaf = CBuiltinLeafInfo.LEAVES.get(type);
350 public CBuiltinLeafInfo getAnyTypeInfo() {
351 return CBuiltinLeafInfo.ANYTYPE;
379 public Map<NType, ? extends CBuiltinLeafInfo> builtins() {
380 return CBuiltinLeafInfo.LEAVES;
H A DCReferencePropertyInfo.java119 r.add(CBuiltinLeafInfo.ANYTYPE);
122 r.add(CBuiltinLeafInfo.STRING);
H A DTypeUseFactory.java66 return CBuiltinLeafInfo.STRING_LIST;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/relaxng/
H A DDatatypeLib.java31 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
72 BUILTIN.types.put("token",CBuiltinLeafInfo.TOKEN);
73 BUILTIN.types.put("string",CBuiltinLeafInfo.STRING);
H A DTypeUseBinder.java28 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
71 return CBuiltinLeafInfo.STRING;
76 return CBuiltinLeafInfo.STRING;
96 return CBuiltinLeafInfo.STRING;
112 return CBuiltinLeafInfo.STRING; // heterogenous
124 return CBuiltinLeafInfo.STRING;
140 return CBuiltinLeafInfo.STRING;
149 return CBuiltinLeafInfo.STRING;
H A DRELAXNGCompiler.java39 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
193 CNonElement base = CBuiltinLeafInfo.STRING;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DSimpleTypeBuilder.java46 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
307 TypeUse r = CBuiltinLeafInfo.STRING;
396 return CBuiltinLeafInfo.STRING.makeAdapted(SwaRefAdapter.class,false);
550 return CBuiltinLeafInfo.STRING;
758 return CBuiltinLeafInfo.BOOLEAN_ZERO_OR_ONE;
765 return CBuiltinLeafInfo.STRING;
767 return CBuiltinLeafInfo.ANYTYPE;
789 return CBuiltinLeafInfo.IMAGE.makeMimeTyped(mt.toMimeType());
793 return CBuiltinLeafInfo.XML_SOURCE.makeMimeTyped(mt.toMimeType());
796 return CBuiltinLeafInfo
[all...]
H A DClassSelector.java40 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
205 bindMap.put(anyType,new Binding(anyType,CBuiltinLeafInfo.ANYTYPE));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/bindinfo/
H A DBIEnumeration.java32 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
75 CBuiltinLeafInfo.STRING,
91 CBuiltinLeafInfo.STRING,
H A DBIUserConversion.java49 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
159 return TypeUseFactory.adapt(CBuiltinLeafInfo.STRING,new CAdapter(adapter));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/dtd/
H A DTDTDReader.java44 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
427 m.put("CDATA", CBuiltinLeafInfo.NORMALIZED_STRING);
428 m.put("ENTITY", CBuiltinLeafInfo.TOKEN);
429 m.put("ENTITIES", CBuiltinLeafInfo.STRING.makeCollection());
430 m.put("NMTOKEN", CBuiltinLeafInfo.TOKEN);
431 m.put("NMTOKENS", CBuiltinLeafInfo.STRING.makeCollection());
432 m.put("ID", CBuiltinLeafInfo.ID);
433 m.put("IDREF", CBuiltinLeafInfo.IDREF);
434 m.put("IDREFS", TypeUseFactory.makeCollection(CBuiltinLeafInfo.IDREF));
435 m.put("ENUMERATION",CBuiltinLeafInfo
[all...]
H A DElement.java35 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
174 return CBuiltinLeafInfo.STRING;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DMixedComplexTypeBuilder.java28 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
90 p = prop.createValueProperty("Content",false,ct,CBuiltinLeafInfo.STRING,null);
101 p = prop.createValueProperty("Content",false,ct,CBuiltinLeafInfo.STRING,null);
H A DMultiWildcardComplexTypeBuilder.java28 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
76 p = prop.createValueProperty("Content",false,ct,CBuiltinLeafInfo.STRING,null);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIConversion.java48 import com.sun.tools.internal.xjc.model.CBuiltinLeafInfo;
166 typeUse = TypeUseFactory.adapt(CBuiltinLeafInfo.STRING,new CAdapter(adapter));
343 CBuiltinLeafInfo.STRING,

Completed in 52 milliseconds