Uses of Class
org.apache.ws.commons.schema.XmlSchemaExternal

Packages that use XmlSchemaExternal
org.apache.ws.commons.schema   
 

Uses of XmlSchemaExternal in org.apache.ws.commons.schema
 

Subclasses of XmlSchemaExternal in org.apache.ws.commons.schema
 class XmlSchemaImport
          The class to import schema components from any schema.
 class XmlSchemaInclude
          Class to include declarations and definitions from an external schema.
 class XmlSchemaRedefine
          Allows simple and complex types, groups, and attribute groups from external schema files to be redefined in the current schema.
 

Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaExternal
 List<XmlSchemaExternal> XmlSchema.getExternals()
          Return all of the includes, imports, and redefines for this schema.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.