Package | Description |
---|---|
org.apache.ws.commons.schema |
Modifier and Type | Method and Description |
---|---|
XmlSchemaElement |
XmlSchema.getElementByName(QName name)
Look for a element by its qname.
|
protected XmlSchemaElement |
XmlSchema.getElementByName(QName name,
boolean deep,
Stack schemaStack) |
XmlSchemaElement |
XmlSchema.getElementByName(String name)
get an element by the name in the local schema
|
XmlSchemaElement |
XmlSchemaCollection.getElementByQName(QName qname)
Retrieve a global element from the schema collection.
|
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.