Uses of Class
org.apache.ws.commons.schema.XmlSchemaAttributeOrGroupRef
Packages that use XmlSchemaAttributeOrGroupRef
-
Uses of XmlSchemaAttributeOrGroupRef in org.apache.ws.commons.schema
Subclasses of XmlSchemaAttributeOrGroupRef in org.apache.ws.commons.schemaModifier and TypeClassDescriptionclassClass for attributes, representing xs:attribute.classClass for the attribute group reference.Fields in org.apache.ws.commons.schema with type parameters of type XmlSchemaAttributeOrGroupRefModifier and TypeFieldDescriptionprivate List<XmlSchemaAttributeOrGroupRef> XmlSchemaComplexContentExtension.attributesprivate List<XmlSchemaAttributeOrGroupRef> XmlSchemaComplexContentRestriction.attributesprivate List<XmlSchemaAttributeOrGroupRef> XmlSchemaComplexType.attributesprivate List<XmlSchemaAttributeOrGroupRef> XmlSchemaSimpleContentExtension.attributesprivate List<XmlSchemaAttributeOrGroupRef> XmlSchemaSimpleContentRestriction.attributesMethods in org.apache.ws.commons.schema that return types with arguments of type XmlSchemaAttributeOrGroupRefModifier and TypeMethodDescriptionXmlSchemaComplexContentExtension.getAttributes()XmlSchemaComplexContentRestriction.getAttributes()XmlSchemaComplexType.getAttributes()XmlSchemaSimpleContentExtension.getAttributes()XmlSchemaSimpleContentRestriction.getAttributes()Method parameters in org.apache.ws.commons.schema with type arguments of type XmlSchemaAttributeOrGroupRefModifier and TypeMethodDescription(package private) voidXmlSchemaComplexContentExtension.setAttributes(List<XmlSchemaAttributeOrGroupRef> attributes) (package private) voidXmlSchemaComplexContentRestriction.setAttributes(List<XmlSchemaAttributeOrGroupRef> attributes) (package private) voidXmlSchemaComplexType.setAttributes(List<XmlSchemaAttributeOrGroupRef> attributes) voidXmlSchemaSimpleContentExtension.setAttributes(List<XmlSchemaAttributeOrGroupRef> attributes) (package private) voidXmlSchemaSerializer.setupAttr(Document doc, List<XmlSchemaAttributeOrGroupRef> attrColl, XmlSchema schema, Element container) -
Uses of XmlSchemaAttributeOrGroupRef in org.apache.ws.commons.schema.walker
Method parameters in org.apache.ws.commons.schema.walker with type arguments of type XmlSchemaAttributeOrGroupRefModifier and TypeMethodDescriptionprivate HashMap<QName, XmlSchemaAttrInfo> XmlSchemaScope.createAttributeMap(Collection<? extends XmlSchemaAttributeOrGroupRef> attrs)