Uses of Class
org.apache.ws.commons.schema.XmlSchemaAnyAttribute
Packages that use XmlSchemaAnyAttribute
Package
Description
This package is dedicated to walking an XML Document using the SAX API,
and building a path through its
XmlSchemaCollection to determine
how the document conforms to its schema.This package simplifies walking over an
XmlSchemaCollection.-
Uses of XmlSchemaAnyAttribute in org.apache.ws.commons.schema
Fields in org.apache.ws.commons.schema declared as XmlSchemaAnyAttributeModifier and TypeFieldDescriptionprivate XmlSchemaAnyAttributeXmlSchemaAttributeGroup.anyAttributeprivate XmlSchemaAnyAttributeXmlSchemaComplexContentExtension.anyAttributeprivate XmlSchemaAnyAttributeXmlSchemaComplexContentRestriction.anyAttributeprivate XmlSchemaAnyAttributeXmlSchemaComplexType.anyAttributeprivate XmlSchemaAnyAttributeXmlSchemaSimpleContentExtension.anyAttribute(package private) XmlSchemaAnyAttributeXmlSchemaSimpleContentRestriction.anyAttributeprivate XmlSchemaAnyAttributeXmlSchemaComplexType.attributeWildcardMethods in org.apache.ws.commons.schema that return XmlSchemaAnyAttributeModifier and TypeMethodDescriptionXmlSchemaAttributeGroup.getAnyAttribute()XmlSchemaComplexContentExtension.getAnyAttribute()XmlSchemaComplexContentRestriction.getAnyAttribute()XmlSchemaComplexType.getAnyAttribute()XmlSchemaSimpleContentExtension.getAnyAttribute()XmlSchemaSimpleContentRestriction.getAnyAttribute()XmlSchemaComplexType.getAttributeWildcard()private XmlSchemaAnyAttributeSchemaBuilder.handleAnyAttribute(XmlSchema schema, Element anyAttrEl, Element schemaEl) Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaAnyAttributeModifier and TypeMethodDescription(package private) ElementXmlSchemaSerializer.serializeAnyAttribute(Document doc, XmlSchemaAnyAttribute anyAttributeObj, XmlSchema schema) ********************************************************************* Element serializeAnyAttribute(Document doc, XmlSchemaAnyAttribute anyAttributeObj, XmlSchema schema)voidXmlSchemaAttributeGroup.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) voidXmlSchemaComplexContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) voidXmlSchemaComplexContentRestriction.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) voidXmlSchemaComplexType.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) voidXmlSchemaSimpleContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) voidXmlSchemaSimpleContentRestriction.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute) (package private) voidXmlSchemaComplexType.setAttributeWildcard(XmlSchemaAnyAttribute attributeWildcard) -
Uses of XmlSchemaAnyAttribute in org.apache.ws.commons.schema.docpath
Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaAnyAttributeModifier and TypeMethodDescriptionvoidXmlSchemaStateMachineGenerator.onVisitAnyAttribute(XmlSchemaElement element, XmlSchemaAnyAttribute anyAttr) -
Uses of XmlSchemaAnyAttribute in org.apache.ws.commons.schema.walker
Fields in org.apache.ws.commons.schema.walker declared as XmlSchemaAnyAttributeMethods in org.apache.ws.commons.schema.walker that return XmlSchemaAnyAttributeModifier and TypeMethodDescription(package private) XmlSchemaAnyAttributeXmlSchemaScope.getAnyAttribute()The wildcard attribute, if any.Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAnyAttributeModifier and TypeMethodDescriptionvoidXmlSchemaVisitor.onVisitAnyAttribute(XmlSchemaElement element, XmlSchemaAnyAttribute anyAttr) Called when a wildcard attribute is visited.