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

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

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

Methods in org.apache.ws.commons.schema that return XmlSchemaElement
 XmlSchemaElement XmlSchema.getElementByName(javax.xml.namespace.QName name)
          Look for a element by its qname.
protected  XmlSchemaElement XmlSchema.getElementByName(javax.xml.namespace.QName name, boolean deep, java.util.Stack schemaStack)
           
 XmlSchemaElement XmlSchema.getElementByName(java.lang.String name)
          get an element by the name in the local schema
 XmlSchemaElement XmlSchemaCollection.getElementByQName(javax.xml.namespace.QName qname)
          Retrieve a global element from the schema collection.
 



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