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

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

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

Fields in org.apache.ws.commons.schema declared as XmlSchemaForm
(package private)  XmlSchemaForm XmlSchema.attributeFormDefault
           
(package private)  XmlSchemaForm XmlSchema.elementFormDefault
           
(package private)  XmlSchemaForm XmlSchemaAttribute.form
           
(package private)  XmlSchemaForm XmlSchemaElement.form
          The default value is the value of the elementFormDefault attribute for the schema element containing the attribute.
 

Methods in org.apache.ws.commons.schema that return XmlSchemaForm
 XmlSchemaForm XmlSchema.getAttributeFormDefault()
           
 XmlSchemaForm XmlSchema.getElementFormDefault()
           
 XmlSchemaForm XmlSchemaAttribute.getForm()
           
 XmlSchemaForm XmlSchemaElement.getForm()
           
(package private)  XmlSchemaForm SchemaBuilder.getFormDefault(org.w3c.dom.Element el, java.lang.String attrName)
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaForm
 void XmlSchema.setAttributeFormDefault(XmlSchemaForm value)
           
 void XmlSchema.setElementFormDefault(XmlSchemaForm elementFormDefault)
           
 void XmlSchemaElement.setForm(XmlSchemaForm form)
           
 void XmlSchemaAttribute.setSchemaForm(XmlSchemaForm form)
           
 



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