|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.xs.impl.XSObjectFactoryImpl net.sf.jaxme.xs.jaxb.impl.JAXBObjectFactoryImpl
Constructor Summary | |
JAXBObjectFactoryImpl()
|
Method Summary | |
XSSimpleType |
newXSAtomicType(XSType pResultType,
XSType pRestrictedType,
XsERestriction pRestriction)
Returns a new instance of XSSimpleType . |
XSSimpleType |
newXSAtomicType(XSType pResultType,
XSType pRestrictedType,
XsTSimpleRestrictionType pRestriction)
Returns a new instance of XSSimpleType . |
XSAttribute |
newXSAttribute(XSObject pParent,
XsTAttribute pAttribute)
Returns a new instance of XSAttribute . |
XSElement |
newXSElement(XSObject pParent,
XsTElement pElement)
Returns a new instance of XSElement . |
XSEnumeration |
newXSEnumeration(XSObject pParent,
XsEEnumeration pEnumeration)
Returns a new instance of XSEnumeration . |
XSGroup |
newXSGroup(XSObject pParent,
XsEChoice pChoice)
Returns a new instance of XSGroup . |
XSGroup |
newXSGroup(XSObject pParent,
XsESequence pSequence)
Returns a new instance of XSGroup . |
XSGroup |
newXSGroup(XSObject pParent,
XsTAll pAll)
Returns a new instance of XSGroup . |
XSGroup |
newXSGroup(XSObject pParent,
XsTGroupRef pGroupRef)
Returns a new instance of XSGroup . |
XSGroup |
newXSGroup(XSObject pParent,
XsTNamedGroup pNamedGroup)
Returns a new instance of XSGroup . |
XSSimpleType |
newXSListType(XSType pResultType,
XsEList pList)
Returns a new instance of XSSimpleType . |
XSSimpleType |
newXSListType(XSType pResultType,
XSType pRestrictedType,
XsERestriction pRestriction)
Returns a new instance of XSSimpleType . |
XSSimpleType |
newXSListType(XSType pResultType,
XSType pRestrictedType,
XsTSimpleRestrictionType pRestriction)
Returns a new instance of XSSimpleType . |
XSSchema |
newXSSchema(XSContext pContext,
XsESchema pSchema)
Returns a new instance of XSSchema . |
XSType |
newXSType(XSObject pParent,
XsETopLevelSimpleType pType)
Returns a new instance of XSType . |
XSType |
newXSType(XSObject pParent,
XsTComplexType pType)
Returns a new instance of XSType . |
XSType |
newXSType(XSObject pParent,
XsTLocalComplexType pType)
Returns a new instance of XSType . |
XSType |
newXSType(XSObject pParent,
XsTLocalSimpleType pType)
Returns a new instance of XSType . |
XSType |
newXSType(XSObject pParent,
XsTSimpleRestrictionType pType)
Returns a new instance of XSType . |
XSSimpleType |
newXSUnionType(XSType pResultType,
XsEUnion pUnion)
Returns a new instance of XSSimpleType . |
XSSimpleType |
newXSUnionType(XSType pResultType,
XSType pRestrictedType,
XsERestriction pRestriction)
Returns a new instance of XSSimpleType . |
XSSimpleType |
newXSUnionType(XSType pResultType,
XSType pRestrictedType,
XsTSimpleRestrictionType pRestriction)
Returns a new instance of XSSimpleType . |
Methods inherited from class net.sf.jaxme.xs.impl.XSObjectFactoryImpl |
newXSAnnotation, newXSAny, newXSAppinfo, newXSAttributeGroup, newXSDocumentation, newXSLogicalParser, newXSNotation, newXSSimpleContentType, newXSWildcard |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JAXBObjectFactoryImpl()
Method Detail |
public XSSimpleType newXSAtomicType(XSType pResultType, XSType pRestrictedType, XsERestriction pRestriction) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSSimpleType
.
newXSAtomicType
in interface XSObjectFactory
newXSAtomicType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSSimpleType newXSAtomicType(XSType pResultType, XSType pRestrictedType, XsTSimpleRestrictionType pRestriction) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSSimpleType
.
newXSAtomicType
in interface XSObjectFactory
newXSAtomicType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSAttribute newXSAttribute(XSObject pParent, XsTAttribute pAttribute) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSAttribute
.
newXSAttribute
in interface XSObjectFactory
newXSAttribute
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSEnumeration newXSEnumeration(XSObject pParent, XsEEnumeration pEnumeration) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSEnumeration
.
newXSEnumeration
in interface XSObjectFactory
newXSEnumeration
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSSchema newXSSchema(XSContext pContext, XsESchema pSchema) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSSchema
.
newXSSchema
in interface XSObjectFactory
newXSSchema
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSGroup newXSGroup(XSObject pParent, XsTAll pAll) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSGroup
.
newXSGroup
in interface XSObjectFactory
newXSGroup
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSGroup newXSGroup(XSObject pParent, XsEChoice pChoice) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSGroup
.
newXSGroup
in interface XSObjectFactory
newXSGroup
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSGroup newXSGroup(XSObject pParent, XsESequence pSequence) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSGroup
.
newXSGroup
in interface XSObjectFactory
newXSGroup
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSGroup newXSGroup(XSObject pParent, XsTGroupRef pGroupRef) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSGroup
.
newXSGroup
in interface XSObjectFactory
newXSGroup
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSGroup newXSGroup(XSObject pParent, XsTNamedGroup pNamedGroup) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSGroup
.
newXSGroup
in interface XSObjectFactory
newXSGroup
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSSimpleType newXSListType(XSType pResultType, XsEList pList) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSSimpleType
.
newXSListType
in interface XSObjectFactory
newXSListType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSSimpleType newXSListType(XSType pResultType, XSType pRestrictedType, XsERestriction pRestriction) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSSimpleType
.
newXSListType
in interface XSObjectFactory
newXSListType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSSimpleType newXSListType(XSType pResultType, XSType pRestrictedType, XsTSimpleRestrictionType pRestriction) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSSimpleType
.
newXSListType
in interface XSObjectFactory
newXSListType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSType newXSType(XSObject pParent, XsETopLevelSimpleType pType) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSType
.
newXSType
in interface XSObjectFactory
newXSType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSType newXSType(XSObject pParent, XsTComplexType pType) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSType
.
newXSType
in interface XSObjectFactory
newXSType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSType newXSType(XSObject pParent, XsTLocalComplexType pType) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSType
.
newXSType
in interface XSObjectFactory
newXSType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSType newXSType(XSObject pParent, XsTLocalSimpleType pType) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSType
.
newXSType
in interface XSObjectFactory
newXSType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSType newXSType(XSObject pParent, XsTSimpleRestrictionType pType) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSType
.
newXSType
in interface XSObjectFactory
newXSType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSElement newXSElement(XSObject pParent, XsTElement pElement) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSElement
.
newXSElement
in interface XSObjectFactory
newXSElement
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSSimpleType newXSUnionType(XSType pResultType, XsEUnion pUnion) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSSimpleType
.
newXSUnionType
in interface XSObjectFactory
newXSUnionType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSSimpleType newXSUnionType(XSType pResultType, XSType pRestrictedType, XsERestriction pRestriction) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSSimpleType
.
newXSUnionType
in interface XSObjectFactory
newXSUnionType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
public XSSimpleType newXSUnionType(XSType pResultType, XSType pRestrictedType, XsTSimpleRestrictionType pRestriction) throws org.xml.sax.SAXException
XSObjectFactory
Returns a new instance of XSSimpleType
.
newXSUnionType
in interface XSObjectFactory
newXSUnionType
in class XSObjectFactoryImpl
org.xml.sax.SAXException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |