Uses of Class
org.apache.ws.commons.schema.XmlSchemaAttribute
Packages that use XmlSchemaAttribute
-
Uses of XmlSchemaAttribute in org.apache.ws.commons.schema
Fields in org.apache.ws.commons.schema with type parameters of type XmlSchemaAttributeModifier and TypeFieldDescriptionprivate Map<QName, XmlSchemaAttribute> XmlSchema.attributesprivate XmlSchemaRef<XmlSchemaAttribute> XmlSchemaAttribute.refMethods in org.apache.ws.commons.schema that return XmlSchemaAttributeModifier and TypeMethodDescriptionXmlSchema.getAttributeByName(String name) Look for an attribute by its local name.XmlSchema.getAttributeByName(QName name) Retrieve a global attribute by its QName.protected XmlSchemaAttributeXmlSchema.getAttributeByName(QName name, boolean deep, Stack<XmlSchema> schemaStack) XmlSchemaCollection.getAttributeByQName(QName schemaAttributeName) Find a global attribute by QName in this collection of schemas.private XmlSchemaAttributeSchemaBuilder.handleAttribute(XmlSchema schema, Element attrEl, Element schemaEl) Process non-toplevel attributesprivate XmlSchemaAttributeSchemaBuilder.handleAttribute(XmlSchema schema, Element attrEl, Element schemaEl, boolean topLevel) Process attributesMethods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaAttributeModifier and TypeMethodDescriptionXmlSchema.getAttributes()Return a map containing all the defined attributes of this schema.XmlSchemaAttribute.getRef()Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaAttributeModifier and TypeMethodDescription(package private) ElementXmlSchemaSerializer.serializeAttribute(Document doc, XmlSchemaAttribute attributeObj, XmlSchema schema) ********************************************************************* Element serializeAttribute(Document doc, XmlSchemaAttribute attributeObj, XmlSchema schema) throws XmlSchemaSerializerException{ -
Uses of XmlSchemaAttribute in org.apache.ws.commons.schema.walker
Fields in org.apache.ws.commons.schema.walker declared as XmlSchemaAttributeMethods in org.apache.ws.commons.schema.walker that return XmlSchemaAttributeModifier and TypeMethodDescriptionXmlSchemaAttrInfo.getAttribute()The underlyingXmlSchemaAttribute.SchemasByNamespace.getAttributeByName(QName aAttName) Returns an XmlSchemaAttribute with the given QName.Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAttributeModifier and TypeMethodDescriptionprivate XmlSchemaAttrInfoXmlSchemaScope.getAttribute(XmlSchemaAttribute attribute, boolean forceCopy) Constructors in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAttributeModifierConstructorDescription(package private)XmlSchemaAttrInfo(XmlSchemaAttribute attribute) (package private)XmlSchemaAttrInfo(XmlSchemaAttribute attribute, boolean isTopLevel) XmlSchemaAttrInfo(XmlSchemaAttribute attribute, XmlSchemaTypeInfo attrType)