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

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

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

Fields in org.apache.ws.commons.schema declared as XmlSchemaAnyAttribute
(package private)  XmlSchemaAnyAttribute XmlSchemaAttributeGroup.anyAttribute
           
(package private)  XmlSchemaAnyAttribute XmlSchemaComplexContentExtension.anyAttribute
           
(package private)  XmlSchemaAnyAttribute XmlSchemaComplexContentRestriction.anyAttribute
           
(package private)  XmlSchemaAnyAttribute XmlSchemaComplexType.anyAttribute
           
(package private)  XmlSchemaAnyAttribute XmlSchemaSimpleContentExtension.anyAttribute
           
(package private)  XmlSchemaAnyAttribute XmlSchemaSimpleContentRestriction.anyAttribute
           
(package private)  XmlSchemaAnyAttribute XmlSchemaComplexType.attributeWildcard
           
 

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

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaAnyAttribute
(package private)  org.w3c.dom.Element XmlSchemaSerializer.serializeAnyAttribute(org.w3c.dom.Document doc, XmlSchemaAnyAttribute anyAttributeObj, XmlSchema schema)
          ********************************************************************* Element serializeAnyAttribute(Document doc, XmlSchemaAnyAttribute anyAttributeObj, XmlSchema schema)

Each member of complex type will be appended and pass the element created.

 void XmlSchemaAttributeGroup.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void XmlSchemaComplexContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void XmlSchemaComplexContentRestriction.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void XmlSchemaComplexType.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void XmlSchemaSimpleContentExtension.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 void XmlSchemaSimpleContentRestriction.setAnyAttribute(XmlSchemaAnyAttribute anyAttribute)
           
 



Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.