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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java704 writeTypeRef(a,stringType,"type");
729 private void writeTypeRef(TypeHost th, NonElementRef<T, C> typeRef, String refAttName) { method in class:XmlSchemaGenerator.Namespace
764 writeTypeRef(th, typeRef.getTarget(), refAttName);
779 private void writeTypeRef(TypeHost th, NonElement<T,C> type, String refAttName) { method in class:XmlSchemaGenerator.Namespace
840 writeTypeRef(base, e.getBaseType(), "base");
867 writeTypeRef(st.list(),vp.getTarget(),"itemType");
869 writeTypeRef(st.restriction(),vp.getTarget(),"base");
1042 writeTypeRef(lst,t, "itemType");
1085 writeTypeRef(e,t, "type");
1229 writeTypeRef(
[all...]

Completed in 397 milliseconds