|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlSchemaAttribute | |
---|---|
org.apache.ws.commons.schema | |
org.apache.ws.commons.schema.walker | Walking XML Schemas |
Uses of XmlSchemaAttribute in org.apache.ws.commons.schema |
---|
Methods in org.apache.ws.commons.schema that return XmlSchemaAttribute | |
---|---|
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. |
Methods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaAttribute | |
---|---|
Map<QName,XmlSchemaAttribute> |
XmlSchema.getAttributes()
Return a map containing all the defined attributes of this schema. |
XmlSchemaRef<XmlSchemaAttribute> |
XmlSchemaAttribute.getRef()
|
Uses of XmlSchemaAttribute in org.apache.ws.commons.schema.walker |
---|
Methods in org.apache.ws.commons.schema.walker that return XmlSchemaAttribute | |
---|---|
XmlSchemaAttribute |
XmlSchemaAttrInfo.getAttribute()
The underlying XmlSchemaAttribute . |
Constructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAttribute | |
---|---|
XmlSchemaAttrInfo(XmlSchemaAttribute attribute,
XmlSchemaTypeInfo attrType)
Constructs a new XmlSchemaAttrInfo from the provided
XmlSchemaAttribute and XmlSchemaTypeInfo . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |