Uses of Interface
org.apache.ws.commons.schema.utils.XmlSchemaNamed

Packages that use XmlSchemaNamed
org.apache.ws.commons.schema   
org.apache.ws.commons.schema.utils   
 

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

Classes in org.apache.ws.commons.schema with type parameters of type XmlSchemaNamed
 interface XmlSchemaItemWithRef<T extends XmlSchemaNamed>
          Interface implemented by the objects that support ref=.
 

Classes in org.apache.ws.commons.schema that implement XmlSchemaNamed
 class XmlSchemaAttribute
          Class for attributes, representing xs:attribute.
 class XmlSchemaAttributeGroup
          Class for attribute groups.
 class XmlSchemaComplexType
          Class for complex types.
 class XmlSchemaElement
          Class for elements, representing xs:element.
 class XmlSchemaGroup
          Class that defines groups at the schema level that are referenced from the complex types.
 class XmlSchemaNotation
          Class represents a notation.
 class XmlSchemaSimpleType
          Class defines a simple type that determines the information and constraints for the values of attributes or elements with text-only content.
 class XmlSchemaType
          The base class for all simple types and complex types.
 

Uses of XmlSchemaNamed in org.apache.ws.commons.schema.utils
 

Classes in org.apache.ws.commons.schema.utils with type parameters of type XmlSchemaNamed
 class XmlSchemaRef<T extends XmlSchemaNamed>
          Implementation for ref='QName', a common construct in the schema.
 

Subinterfaces of XmlSchemaNamed in org.apache.ws.commons.schema.utils
 interface XmlSchemaNamedWithForm
          Attributes and elements have names that are influenced by their form.
 

Classes in org.apache.ws.commons.schema.utils that implement XmlSchemaNamed
 class XmlSchemaNamedImpl
          Common class of all of the named objects in the XML Schema model.
 class XmlSchemaNamedWithFormImpl
           
 

Methods in org.apache.ws.commons.schema.utils with parameters of type XmlSchemaNamed
 void XmlSchemaRefBase.setNamedObject(XmlSchemaNamed named)
           
 



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