XmlSchema Core 2.0.2-redhat-2

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(QName name)
          Look for a element by its QName.
protected  XmlSchemaElement XmlSchema.getElementByName(QName name, boolean deep, Stack<XmlSchema> schemaStack)
           
 XmlSchemaElement XmlSchema.getElementByName(String name)
          get an element by its local name.
 XmlSchemaElement XmlSchemaCollection.getElementByQName(QName qname)
          Retrieve a global element from the schema collection.
 

Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaElement
 Map<QName,XmlSchemaElement> XmlSchema.getElements()
          Return a map containing all the defined elements of this schema.
 List<XmlSchemaElement> XmlSchemaAll.getItems()
           
 XmlSchemaRef<XmlSchemaElement> XmlSchemaElement.getRef()
           
 


XmlSchema Core 2.0.2-redhat-2

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