Package | Description |
---|---|
org.apache.ws.commons.schema |
Modifier and Type | Method and Description |
---|---|
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,
Stack schemaStack) |
XmlSchemaElement |
XmlSchema.getElementByName(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-2012 The Apache Software Foundation. All Rights Reserved.