Package | Description |
---|---|
org.apache.ws.commons.schema | |
org.apache.ws.commons.schema.walker |
This package simplifies walking over an
XmlSchemaCollection . |
Modifier and Type | Method and Description |
---|---|
XmlSchemaAttribute |
XmlSchema.getAttributeByName(QName name)
Retrieve a global attribute by its QName.
|
protected XmlSchemaAttribute |
XmlSchema.getAttributeByName(QName name,
boolean deep,
Stack<XmlSchema> schemaStack) |
XmlSchemaAttribute |
XmlSchema.getAttributeByName(String name)
Look for an attribute by its local name.
|
XmlSchemaAttribute |
XmlSchemaCollection.getAttributeByQName(QName schemaAttributeName)
Find a global attribute by QName in this collection of schemas.
|
Modifier and Type | Method and Description |
---|---|
Map<QName,XmlSchemaAttribute> |
XmlSchema.getAttributes()
Return a map containing all the defined attributes of this schema.
|
XmlSchemaRef<XmlSchemaAttribute> |
XmlSchemaAttribute.getRef() |
Modifier and Type | Method and Description |
---|---|
XmlSchemaAttribute |
XmlSchemaAttrInfo.getAttribute()
The underlying
XmlSchemaAttribute . |
Constructor and Description |
---|
XmlSchemaAttrInfo(XmlSchemaAttribute attribute,
XmlSchemaTypeInfo attrType)
|
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.