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

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

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

Fields in org.apache.ws.commons.schema declared as XmlSchemaDerivationMethod
(package private)  XmlSchemaDerivationMethod XmlSchemaComplexType.block
           
(package private)  XmlSchemaDerivationMethod XmlSchemaElement.block
          Attribute used to block a type derivation.
(package private)  XmlSchemaDerivationMethod XmlSchema.blockDefault
           
(package private)  XmlSchemaDerivationMethod XmlSchemaComplexType.blockResolved
           
(package private)  XmlSchemaDerivationMethod XmlSchemaElement.blockResolved
          The value after an element has been compiled to post-schema infoset.
(package private)  XmlSchemaDerivationMethod XmlSchemaType.deriveBy
           
(package private)  XmlSchemaDerivationMethod XmlSchema.finalDefault
           
(package private)  XmlSchemaDerivationMethod XmlSchemaElement.finalDerivation
           
(package private)  XmlSchemaDerivationMethod XmlSchemaType.finalDerivation
           
(package private)  XmlSchemaDerivationMethod XmlSchemaElement.finalDerivationResolved
           
(package private)  XmlSchemaDerivationMethod XmlSchemaType.finalResolved
           
 

Methods in org.apache.ws.commons.schema that return XmlSchemaDerivationMethod
 XmlSchemaDerivationMethod XmlSchemaComplexType.getBlock()
           
 XmlSchemaDerivationMethod XmlSchemaElement.getBlock()
           
 XmlSchemaDerivationMethod XmlSchema.getBlockDefault()
           
 XmlSchemaDerivationMethod XmlSchemaComplexType.getBlockResolved()
           
 XmlSchemaDerivationMethod XmlSchemaElement.getBlockResolved()
           
(package private)  XmlSchemaDerivationMethod SchemaBuilder.getDerivation(org.w3c.dom.Element el, java.lang.String attrName)
           
 XmlSchemaDerivationMethod XmlSchemaType.getDeriveBy()
           
 XmlSchemaDerivationMethod XmlSchemaElement.getFinal()
           
 XmlSchemaDerivationMethod XmlSchemaType.getFinal()
           
 XmlSchemaDerivationMethod XmlSchema.getFinalDefault()
           
 XmlSchemaDerivationMethod XmlSchemaType.getFinalResolved()
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaDerivationMethod
 void XmlSchemaComplexType.setBlock(XmlSchemaDerivationMethod block)
           
 void XmlSchemaElement.setBlock(XmlSchemaDerivationMethod block)
           
 void XmlSchema.setBlockDefault(XmlSchemaDerivationMethod blockDefault)
           
 void XmlSchemaElement.setFinal(XmlSchemaDerivationMethod finalDerivation)
           
 void XmlSchemaType.setFinal(XmlSchemaDerivationMethod finalDerivation)
           
 void XmlSchema.setFinalDefault(XmlSchemaDerivationMethod finalDefault)
           
 



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