Uses of Class
org.apache.cxf.common.xmlschema.SchemaCollection

Packages that use SchemaCollection
org.apache.cxf.common.xmlschema   
 

Uses of SchemaCollection in org.apache.cxf.common.xmlschema
 

Methods in org.apache.cxf.common.xmlschema with parameters of type SchemaCollection
static org.apache.ws.commons.schema.XmlSchemaElement XmlSchemaUtils.findElementByRefName(SchemaCollection xmlSchemaCollection, QName name, String referencingURI)
          This copes with an observed phenomenon in the schema built by the ReflectionServiceFactoryBean.
static List<org.apache.ws.commons.schema.XmlSchemaAnnotated> XmlSchemaUtils.getContentAttributes(org.apache.ws.commons.schema.XmlSchemaComplexType type, SchemaCollection collection)
           
static List<org.apache.ws.commons.schema.XmlSchemaObject> XmlSchemaUtils.getContentElements(org.apache.ws.commons.schema.XmlSchemaComplexType type, SchemaCollection collection)
           
static org.apache.ws.commons.schema.XmlSchemaType XmlSchemaUtils.getElementType(SchemaCollection xmlSchemaCollection, String referencingURI, org.apache.ws.commons.schema.XmlSchemaElement element, org.apache.ws.commons.schema.XmlSchemaType containingType)
          Follow a chain of references from element to element until we can obtain a type.
static org.apache.ws.commons.schema.XmlSchemaElement XmlSchemaUtils.getReferredElement(org.apache.ws.commons.schema.XmlSchemaElement element, SchemaCollection xmlSchemaCollection)
           
 



Apache CXF