Package | Description |
---|---|
org.exolab.castor.builder.factory | |
org.exolab.castor.xml.schema | |
org.exolab.castor.xml.schema.reader |
Modifier and Type | Method and Description |
---|---|
FieldInfo |
MemberFactory.createFieldInfoForAny(Wildcard any,
boolean useJava50)
Creates a FieldInfo for content models that support "any" element.
|
Modifier and Type | Method and Description |
---|---|
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)
|
Wildcard |
AttributeGroupReference.getAnyAttribute()
Returns the anyAttribute set in this attribute group if any.
|
Wildcard |
ComplexType.getAnyAttribute()
Returns the wilcard used in this complexType (can be null).
|
Modifier and Type | Method and Description |
---|---|
void |
ContentModelGroup.addWildcard(Wildcard wilcard)
Adds the given
Wildcard to this ContentModelGroup . |
void |
Group.addWildcard(Wildcard wildcard)
Adds the given
Wildcard to this ContentModelGroup . |
void |
ComplexType.addWildcard(Wildcard wildcard) |
boolean |
ContentModelGroup.removeWildcard(Wildcard wildcard)
Removes the given
Wildcard from this ContentModelGroup . |
boolean |
Group.removeWildcard(Wildcard wildcard)
Removes the given
Wildcard from this ContentModelGroup . |
boolean |
ComplexType.removeWildcard(Wildcard wildcard)
Removes the given Wildcard from this Group.
|
void |
AttributeGroupDecl.setAnyAttribute(Wildcard wildcard)
Sets the wildcard (anyAttribute) of this attribute Group
|
void |
ComplexType.setAnyAttribute(Wildcard wildcard)
Sets the wildcard (anyAttribute) of the
ComplexType . |
Modifier and Type | Method and Description |
---|---|
Wildcard |
WildcardUnmarshaller.getWildcard()
Returns the Wildcard unmarshalled by this Unmarshaller.
|
Copyright © 2017. All rights reserved.