Searched refs:anyType (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DClassSelector.java204 XSComplexType anyType = Ring.get(XSSchemaSet.class).getComplexType(WellKnownNamespace.XML_SCHEMA,"anyType");
205 bindMap.put(anyType,new Binding(anyType,CBuiltinLeafInfo.ANYTYPE));
262 // does not hold for xs:anyType --- our current approach of handling
263 // this idiosynchracy is to make sure that xs:anyType doesn't use
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DTypeInfoSetImpl.java122 * {@link TypeInfo} for {@code xs:anyType}.
124 * anyType is the only {@link TypeInfo} that works with an interface,
127 private final NonElement<T,C> anyType; field in class:TypeInfoSetImpl
143 this.anyType = createAnyType();
203 return anyType;
257 return anyType;
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/
H A DParserContext.java94 xs.addComplexType(schemaSet.anyType,true);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DSchemaSetImpl.java266 return t==this || t==anyType;
273 public XSType getBaseType() { return anyType; }
310 public XSComplexType getAnyType() { return anyType; }
311 public final AnyType anyType = new AnyType(); field in class:SchemaSetImpl
314 super(null,null,null,null,"http://www.w3.org/2001/XMLSchema","anyType",false);
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java162 * Represents xs:anyType.
164 private final NonElement<T,C> anyType; field in class:XmlSchemaGenerator
176 this.anyType = types.getAnyTypeInfo();
531 new MultiMap<String,ElementDeclaration>(new ElementWithType(true,anyType));
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DelementDeclBody.java1144 type = $runtime.parser.schemaSet.anyType;
H A DcomplexType.java79 baseType = $runtime.parser.schemaSet.anyType;
/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DParser.java1838 return anyType ();
2062 private SymtabEntry anyType () throws IOException, ParseException method in class:Parser
2074 } // anyType

Completed in 88 milliseconds