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

Packages that use XmlSchemaAnyAttribute
org.apache.ws.commons.schema   
org.apache.ws.commons.schema.docpath Building an XML Document's Conforming Path 
org.apache.ws.commons.schema.walker Walking XML Schemas 
 

Uses of XmlSchemaAnyAttribute in org.apache.ws.commons.schema
 

Methods in org.apache.ws.commons.schema that return XmlSchemaAnyAttribute
 XmlSchemaAnyAttribute XmlSchemaSimpleContentRestriction.getAnyAttribute()
           
 XmlSchemaAnyAttribute XmlSchemaSimpleContentExtension.getAnyAttribute()
           
 XmlSchemaAnyAttribute XmlSchemaComplexType.getAnyAttribute()
           
 XmlSchemaAnyAttribute XmlSchemaComplexContentRestriction.getAnyAttribute()
           
 XmlSchemaAnyAttribute XmlSchemaComplexContentExtension.getAnyAttribute()
           
 XmlSchemaAnyAttribute XmlSchemaAttributeGroup.getAnyAttribute()
           
 XmlSchemaAnyAttribute XmlSchemaComplexType.getAttributeWildcard()
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaAnyAttribute
 void XmlSchemaSimpleContentRestriction.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void XmlSchemaSimpleContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void XmlSchemaComplexType.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void XmlSchemaComplexContentRestriction.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void XmlSchemaComplexContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void XmlSchemaAttributeGroup.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 

Uses of XmlSchemaAnyAttribute in org.apache.ws.commons.schema.docpath
 

Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaAnyAttribute
 void XmlSchemaStateMachineGenerator.onVisitAnyAttribute(XmlSchemaElement element, XmlSchemaAnyAttribute anyAttr)
           
 

Uses of XmlSchemaAnyAttribute in org.apache.ws.commons.schema.walker
 

Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaAnyAttribute
 void XmlSchemaVisitor.onVisitAnyAttribute(XmlSchemaElement element, XmlSchemaAnyAttribute anyAttr)
          Called when a wildcard attribute is visited.
 



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