|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |