Searched defs:iterateComplexTypes (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DXSSchema.java99 Iterator<XSComplexType> iterateComplexTypes(); method in interface:XSSchema
H A DXSSchemaSet.java72 Iterator<XSComplexType> iterateComplexTypes(); method in interface:XSSchemaSet
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DSchemaImpl.java242 public Iterator<XSComplexType> iterateComplexTypes() { method in class:SchemaImpl
H A DSchemaSetImpl.java208 public Iterator<XSComplexType> iterateComplexTypes() { method in class:SchemaSetImpl
211 return u.iterateComplexTypes();
370 Iterator<XSComplexType> cTypes = getRoot().iterateComplexTypes();

Completed in 53 milliseconds