Searched refs:tis (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/relaxng/
H A DRawTypeSetBuilder.java86 CTypeInfo[] tis = compiler.classes.get(p);
87 if(tis!=null) {
88 for( CTypeInfo ti : tis )
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java785 private NonElement<Type,Class> getXmlType(RuntimeTypeInfoSet tis, TypeReference tr) { argument
792 Ref<Type,Class> ref = new Ref<Type,Class>(annotationReader, tis.getNavigator(), tr.type, xjta, xl );
794 return tis.getTypeInfo(ref);
842 RuntimeTypeInfoSet tis;
844 tis = getTypeInfoSet();
851 new XmlSchemaGenerator<Type,Class,Field,Method>(tis.getNavigator(),tis);
857 for (RuntimeElementInfo ei : tis.getAllElements()) {
860 for (RuntimeClassInfo ci : tis.beans().values()) {
875 NonElement<Type,Class> typeInfo = getXmlType(tis,t
[all...]

Completed in 37 milliseconds