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 Wildcard
AttributeGroup.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 TypeMethodDescriptionvoid
ComplexType.addWildcard
(Wildcard wildcard) void
ContentModelGroup.addWildcard
(Wildcard wilcard) Adds the givenWildcard
to thisContentModelGroup
.void
Group.addWildcard
(Wildcard wildcard) Adds the givenWildcard
to thisContentModelGroup
.boolean
ComplexType.removeWildcard
(Wildcard wildcard) Removes the given Wildcard from this Group.boolean
ContentModelGroup.removeWildcard
(Wildcard wildcard) Removes the givenWildcard
from thisContentModelGroup
.boolean
Group.removeWildcard
(Wildcard wildcard) Removes the givenWildcard
from thisContentModelGroup
.void
AttributeGroupDecl.setAnyAttribute
(Wildcard wildcard) Sets the wildcard (anyAttribute) of this attribute Groupvoid
ComplexType.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.