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<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.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,XmlSchemaElement> |
XmlSchema.getElements()
Return a map containing all the defined elements of this schema.
|
XmlSchemaRef<XmlSchemaElement> |
XmlSchemaElement.getRef() |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.