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

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

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

Fields in org.apache.ws.commons.schema declared as XmlSchemaObjectCollection
(package private)  XmlSchemaObjectCollection XmlSchemaAttributeGroup.attributes
           
(package private)  XmlSchemaObjectCollection XmlSchemaComplexContentExtension.attributes
           
(package private)  XmlSchemaObjectCollection XmlSchemaComplexContentRestriction.attributes
           
(package private)  XmlSchemaObjectCollection XmlSchemaComplexType.attributes
           
(package private)  XmlSchemaObjectCollection XmlSchemaSimpleContentExtension.attributes
           
(package private)  XmlSchemaObjectCollection XmlSchemaSimpleContentRestriction.attributes
           
(package private)  XmlSchemaObjectCollection XmlSchemaSimpleTypeUnion.baseTypes
           
(package private)  XmlSchemaObjectCollection XmlSchemaElement.constraints
           
(package private)  XmlSchemaObjectCollection XmlSchemaSimpleContentRestriction.facets
           
(package private)  XmlSchemaObjectCollection XmlSchemaSimpleTypeRestriction.facets
           
(package private)  XmlSchemaObjectCollection XmlSchemaIdentityConstraint.fields
           
(package private)  XmlSchemaObjectCollection XmlSchema.includes
           
(package private)  XmlSchemaObjectCollection XmlSchema.items
           
(package private)  XmlSchemaObjectCollection XmlSchemaAnnotation.items
           
(package private)  XmlSchemaObjectCollection XmlSchemaGroupBase.items
           
(package private)  XmlSchemaObjectCollection XmlSchemaRedefine.items
           
 

Methods in org.apache.ws.commons.schema that return XmlSchemaObjectCollection
 XmlSchemaObjectCollection XmlSchemaAttributeGroup.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaComplexContentExtension.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaComplexContentRestriction.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaComplexType.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaSimpleContentExtension.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaSimpleContentRestriction.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaSimpleTypeUnion.getBaseTypes()
           
 XmlSchemaObjectCollection XmlSchemaElement.getConstraints()
          Returns a collection of constraints on the element.
 XmlSchemaObjectCollection XmlSchemaSimpleContentRestriction.getFacets()
           
 XmlSchemaObjectCollection XmlSchemaSimpleTypeRestriction.getFacets()
           
 XmlSchemaObjectCollection XmlSchemaIdentityConstraint.getFields()
           
 XmlSchemaObjectCollection XmlSchema.getIncludes()
           
 XmlSchemaObjectCollection XmlSchema.getItems()
           
 XmlSchemaObjectCollection XmlSchemaAll.getItems()
           
 XmlSchemaObjectCollection XmlSchemaAnnotation.getItems()
           
 XmlSchemaObjectCollection XmlSchemaChoice.getItems()
           
abstract  XmlSchemaObjectCollection XmlSchemaGroupBase.getItems()
           
 XmlSchemaObjectCollection XmlSchemaRedefine.getItems()
           
 XmlSchemaObjectCollection XmlSchemaSequence.getItems()
          The elements contained within the compositor.
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaObjectCollection
 void XmlSchemaAttributeGroup.setAttributes(XmlSchemaObjectCollection attributes)
           
(package private)  void XmlSchemaSerializer.setupAttr(org.w3c.dom.Document doc, XmlSchemaObjectCollection collectionObj, XmlSchema schema, org.w3c.dom.Element container)
           
 



Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.