Uses of Class
org.exolab.castor.xml.schema.Wildcard

Packages that use Wildcard
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.reader   
 

Uses of Wildcard in org.exolab.castor.xml.schema
 

Methods in org.exolab.castor.xml.schema that return Wildcard
 Wildcard ComplexType.getAnyAttribute()
          Returns the wilcard used in this complexType (can be null).
 Wildcard AttributeGroupReference.getAnyAttribute()
          Returns the anyAttribute set in this attribute group if any.
 Wildcard AttributeGroupDecl.getAnyAttribute()
          Returns the wilcard used in this complexType (can be null)
abstract  Wildcard AttributeGroup.getAnyAttribute()
          Returns the anyAttribute set in this attribute group if any.
 

Methods in org.exolab.castor.xml.schema with parameters of type Wildcard
 void Group.addWildcard(Wildcard wildcard)
          Adds the given Wildcard to this ContentModelGroup.
 void ContentModelGroup.addWildcard(Wildcard wilcard)
          Adds the given Wildcard to this ContentModelGroup.
 void ComplexType.addWildcard(Wildcard wildcard)
           
 boolean Group.removeWildcard(Wildcard wildcard)
          Removes the given Wildcard from this ContentModelGroup.
 boolean ContentModelGroup.removeWildcard(Wildcard wildcard)
          Removes the given Wildcard from this ContentModelGroup.
 boolean ComplexType.removeWildcard(Wildcard wildcard)
          Removes the given Wildcard from this Group.
 void ComplexType.setAnyAttribute(Wildcard wildcard)
          Sets the wildcard (anyAttribute) of the ComplexType.
 void AttributeGroupDecl.setAnyAttribute(Wildcard wildcard)
          Sets the wildcard (anyAttribute) of this attribute Group
 

Uses of Wildcard in org.exolab.castor.xml.schema.reader
 

Methods in org.exolab.castor.xml.schema.reader that return Wildcard
 Wildcard WildcardUnmarshaller.getWildcard()
          Returns the Wildcard unmarshalled by this Unmarshaller.
 



Copyright © 2012. All Rights Reserved.