|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.builder.MemberFactory
Constructor Summary | |
MemberFactory()
Creates a new MemberFactory with default type factory. |
|
MemberFactory(FieldInfoFactory infoFactory)
Creates a new MemberFactory using the given FieldInfo factory. |
Method Summary | |
FieldInfo |
createFieldInfo(AttributeDecl attribute,
ClassInfoResolver resolver)
Creates a FieldInfo object for the given attribute declaration |
FieldInfo |
createFieldInfo(ElementDecl element,
ClassInfoResolver resolver)
Creates a new FieldInfo based on the given ElementDecl |
FieldInfo |
createFieldInfo(Group group,
SGStateInfo sgState)
Creates a new FieldInfo based on the given Group |
FieldInfo |
createFieldInfoForAny()
Creates a FieldInfo for content models that support "any" element. |
FieldInfo |
createFieldInfoForContent(XSType xsType)
Creates a FieldInfo for content. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemberFactory()
public MemberFactory(FieldInfoFactory infoFactory)
infoFactory
- the FieldInfoFactory to useMethod Detail |
public FieldInfo createFieldInfoForAny()
public FieldInfo createFieldInfoForContent(XSType xsType)
xsType
- the type of content
public FieldInfo createFieldInfo(AttributeDecl attribute, ClassInfoResolver resolver)
attribute
- the XML attribute declaration to create the
FieldInfo for
public FieldInfo createFieldInfo(ElementDecl element, ClassInfoResolver resolver)
element
- the ElementDecl to create the FieldInfo for
public FieldInfo createFieldInfo(Group group, SGStateInfo sgState)
group
- the Group to create the FieldInfo for
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |