Uses of Class
org.apache.ws.commons.schema.XmlSchemaAttribute

Packages that use XmlSchemaAttribute
org.apache.ws.commons.schema   
 

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()
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.