Uses of Class
org.exolab.castor.xml.schema.Wildcard
Packages that use Wildcard
Package
Description
-
Uses of Wildcard in org.exolab.castor.builder.factory
Methods in org.exolab.castor.builder.factory with parameters of type WildcardModifier and TypeMethodDescriptionMemberFactory.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 WildcardModifier and TypeMethodDescriptionabstract WildcardAttributeGroup.getAnyAttribute()Returns the anyAttribute set in this attribute group if any.AttributeGroupDecl.getAnyAttribute()Returns the wilcard used in this complexType (can be null)AttributeGroupReference.getAnyAttribute()Returns the anyAttribute set in this attribute group if any.ComplexType.getAnyAttribute()Returns the wilcard used in this complexType (can be null).Methods in org.exolab.castor.xml.schema with parameters of type WildcardModifier and TypeMethodDescriptionvoidComplexType.addWildcard(Wildcard wildcard) voidContentModelGroup.addWildcard(Wildcard wilcard) Adds the givenWildcardto thisContentModelGroup.voidGroup.addWildcard(Wildcard wildcard) Adds the givenWildcardto thisContentModelGroup.booleanComplexType.removeWildcard(Wildcard wildcard) Removes the given Wildcard from this Group.booleanContentModelGroup.removeWildcard(Wildcard wildcard) Removes the givenWildcardfrom thisContentModelGroup.booleanGroup.removeWildcard(Wildcard wildcard) Removes the givenWildcardfrom thisContentModelGroup.voidAttributeGroupDecl.setAnyAttribute(Wildcard wildcard) Sets the wildcard (anyAttribute) of this attribute GroupvoidComplexType.setAnyAttribute(Wildcard wildcard) Sets the wildcard (anyAttribute) of theComplexType. -
Uses of Wildcard in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return WildcardModifier and TypeMethodDescriptionWildcardUnmarshaller.getWildcard()Returns the Wildcard unmarshalled by this Unmarshaller.