| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<javax.xml.namespace.QName,XmlSchemaNotation> |
XmlSchema.notations |
| Modifier and Type | Method and Description |
|---|---|
XmlSchemaNotation |
XmlSchema.getNotationByName(javax.xml.namespace.QName name)
Retrieve a notation by QName.
|
protected XmlSchemaNotation |
XmlSchema.getNotationByName(javax.xml.namespace.QName name,
boolean deep,
java.util.Stack<XmlSchema> schemaStack) |
XmlSchemaNotation |
XmlSchemaCollection.getNotationByQName(javax.xml.namespace.QName name) |
private XmlSchemaNotation |
SchemaBuilder.handleNotation(XmlSchema schema,
org.w3c.dom.Element notationEl) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<javax.xml.namespace.QName,XmlSchemaNotation> |
XmlSchema.getNotations()
Return a map containing all the defined notations of this schema.
|