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

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

Uses of Wildcard in org.exolab.castor.builder.factory
 

Methods in org.exolab.castor.builder.factory with parameters of type Wildcard
 FieldInfo MemberFactory.createFieldInfoForAny(Wildcard any, boolean useJava50)
          Creates a FieldInfo for content models that support "any" element.
 

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.
abstract  Wildcard AttributeGroup.getAnyAttribute()
          Returns the anyAttribute set in this attribute group if any.
 Wildcard AttributeGroupDecl.getAnyAttribute()
          Returns the wilcard used in this complexType (can be null)
 

Methods in org.exolab.castor.xml.schema with parameters of type Wildcard
 void ComplexType.addWildcard(Wildcard 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.
 boolean ComplexType.removeWildcard(Wildcard wildcard)
          Removes the given Wildcard from this Group.
 boolean Group.removeWildcard(Wildcard wildcard)
          Removes the given Wildcard from this ContentModelGroup.
 boolean ContentModelGroup.removeWildcard(Wildcard wildcard)
          Removes the given Wildcard from this ContentModelGroup.
 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.