Searched refs:isMixed (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSComplexType.java94 boolean isMixed(); method in interface:XSComplexType
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCReferencePropertyInfo.java65 private final boolean isMixed; field in class:CReferencePropertyInfo
71 public CReferencePropertyInfo(String name, boolean collection, boolean required, boolean isMixed, XSComponent source, argument
73 super(name, (collection||isMixed) && (!dummy), source, customizations, locator);
74 this.isMixed = isMixed;
82 // if(wildcard==null && !isMixed())
121 if(isMixed())
131 public boolean isMixed() { method in class:CReferencePropertyInfo
132 return isMixed;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DReferencePropertyInfo.java100 boolean isMixed(); method in interface:ReferencePropertyInfo
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/ct/
H A DMixedComplexTypeBuilder.java47 if(bt ==schemas.getAnyType() && ct.isMixed())
52 !bt.asComplexType().isMixed() &&
53 ct.isMixed() &&
69 if (!(ct.getBaseType() == schemas.getAnyType() && ct.isMixed())) {
H A DMixedExtendedComplexTypeBuilder.java49 bt.asComplexType().isMixed() &&
50 ct.isMixed() &&
H A DRestrictedComplexTypeBuilder.java71 boolean forceFallbackInExtension = baseType.isMixed() &&
72 ct.isMixed() &&
H A DFreshComplexTypeBuilder.java52 && !ct.isMixed(); // not mixed
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DArrayReferenceNodeProperty.java63 private final boolean isMixed; field in class:ArrayReferenceNodeProperty
76 isMixed = prop.isMixed();
94 if(isMixed && item.getClass()==String.class) {
123 if(isMixed) {
/openjdk7/jdk/src/share/classes/java/text/
H A DBidi.java194 public boolean isMixed() { method in class:Bidi
195 return bidiBase.isMixed();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeReferencePropertyInfoImpl.java68 return !isMixed();
H A DReferencePropertyInfoImpl.java69 private final boolean isMixed; field in class:ReferencePropertyInfoImpl
85 isMixed = seed.readAnnotation(XmlMixed.class) != null;
382 public final boolean isMixed() { method in class:ReferencePropertyInfoImpl
383 return isMixed;
/openjdk7/jdk/test/java/text/Bidi/
H A DBidiSurrogateTest.java83 if (bidi.isMixed()) {
H A DBidiConformance.java743 /* Test isMixed() */
745 actualBoolean = bidi.isMixed();
746 checkResult("isMixed()", expectedBoolean, actualBoolean);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java391 RawTypeSet types, boolean isMixed, boolean dummy, boolean content, boolean isMixedExtended) {
410 (types == null) ? true : types.getCollectionMode().isRepeated()||isMixed,
412 isMixed,
389 createReferenceProperty( String defaultName, boolean forConstant, XSComponent source, RawTypeSet types, boolean isMixed, boolean dummy, boolean content, boolean isMixedExtended) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComplexTypeImpl.java196 public boolean isMixed() { return mixed; } method in class:ComplexTypeImpl
H A DSchemaSetImpl.java331 public boolean isMixed() { return true; } method in class:SchemaSetImpl.AnyType
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDComplexTypeTraverser.java1018 boolean isMixed, boolean isDerivation,
1097 if (particle == null && isMixed) {
1107 else if (isMixed)
1017 processComplexContent(Element complexContentChild, boolean isMixed, boolean isDerivation, XSDocumentInfo schemaDoc, SchemaGrammar grammar) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DAbstractField.java191 if(rp.isMixed())
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java3144 public boolean isMixed() method in class:BidiBase
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java957 if(p instanceof ReferencePropertyInfo && ((ReferencePropertyInfo)p).isMixed()) {

Completed in 98 milliseconds