Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface XSObjectFactory
public SchemaTransformer getSchemaTransformer()
Returns the object factories schema transformer. May be null, in which case no schema transformation occurs.
public XSAnnotation newXSAnnotation(XSObject pParent, XsEAnnotation pAnnotation) throws SAXException
Returns a new instance ofXSAnnotation
.
public XSAnnotation[] newXSAnnotations(XSObject pParent, XsEAnnotation pAnnotation) throws SAXException
Returns a new instances ofXSAnnotation
.
public XSAny newXSAny(XSObject pParent, XsEAny pAny) throws SAXException
Returns a new instance ofXSAny
.
public XSAppinfo newXSAppinfo(XSObject pParent, XsEAppinfo pAppinfo)
Returns a new instance ofXSAppinfo
.
public XSSimpleType newXSAtomicType(XSType pParent, XSType pRestrictedType, XsERestriction pRestriction) throws SAXException
Returns a new instance ofXSSimpleType
.
public XSSimpleType newXSAtomicType(XSType pParent, XSType pRestrictedType, XsTSimpleRestrictionType pRestriction) throws SAXException
Returns a new instance ofXSSimpleType
.
public XSAttribute newXSAttribute(XSObject pParent, XsTAttribute pAttribute) throws SAXException
Returns a new instance ofXSAttribute
.
public XSAttributeGroup newXSAttributeGroup(XSObject pParent, XsTAttributeGroup pGroup) throws SAXException
Returns a new instance ofXSAttributeGroup
.
public XSDocumentation newXSDocumentation(XSObject pParent, XsEDocumentation pDocumentation) throws SAXException
Returns a new instance ofXSDocumentation
.
public XSElement newXSElement(XSObject pParent, XsTElement pElement) throws SAXException
Returns a new instance ofXSElement
.
public XSEnumeration newXSEnumeration(XSObject pParent, XsEEnumeration pEnumeration) throws SAXException
Returns a new instance ofXSEnumeration
.
public XSGroup newXSGroup(XSObject pParent, XsEChoice pChoice) throws SAXException
Returns a new instance ofXSGroup
.
public XSGroup newXSGroup(XSObject pParent, XsESequence pSequence) throws SAXException
Returns a new instance ofXSGroup
.
public XSGroup newXSGroup(XSObject pParent, XsTAll pAll) throws SAXException
Returns a new instance ofXSGroup
.
public XSGroup newXSGroup(XSObject pParent, XsTGroupRef pGroup) throws SAXException
Returns a new instance ofXSGroup
.
public XSGroup newXSGroup(XSObject pParent, XsTNamedGroup pGroup) throws SAXException
Returns a new instance ofXSGroup
.
public XSIdentityConstraint newXSIdentityConstraint(XSElement pParent, XsEKey key) throws SAXException
Returns a new instance ofXSIdentityConstraint
.
public XSIdentityConstraint newXSIdentityConstraint(XSElement pParent, XsEUnique unique) throws SAXException
Returns a new instance ofXSIdentityConstraint
.
public XSKeyRef newXSKeyRef(XSElement pParent, XsEKeyref keyRef) throws SAXException
Returns a new instance ofXSKeyRef
.
public XSSimpleType newXSListType(XSType pParent, XSType pRestrictedType, XsERestriction pRestriction) throws SAXException
Returns a new instance ofXSSimpleType
.
public XSSimpleType newXSListType(XSType pParent, XSType pRestrictedType, XsTSimpleRestrictionType pRestriction) throws SAXException
Returns a new instance ofXSSimpleType
.
public XSSimpleType newXSListType(XSType pParent, XsEList pList) throws SAXException
Returns a new instance ofXSSimpleType
.
public XSLogicalParser newXSLogicalParser()
Returns a new instance ofXSLogicalParser
.
public XSNotation newXSNotation(XSObject pParent, XsENotation pType) throws SAXException
Returns a new instance ofXSNotation
.
public XSSchema newXSSchema(XSContext pContext, XsESchema pSchema) throws SAXException
Returns a new instance ofXSSchema
.
public XSSimpleContentType newXSSimpleContentType(XSType pComplexType, XSType pSimpleType, XsObject pBaseObject) throws SAXException
Returns a new instance ofXSSimpleContentType
.
public XSType newXSType(XSObject pParent, XsETopLevelSimpleType pType) throws SAXException
Returns a new instance ofXSType
.
public XSType newXSType(XSObject pParent, XsTComplexType pType) throws SAXException
Returns a new instance ofXSType
.
public XSType newXSType(XSObject pParent, XsTLocalComplexType pType) throws SAXException
Returns a new instance ofXSType
.
public XSType newXSType(XSObject pParent, XsTLocalSimpleType pType) throws SAXException
Returns a new instance ofXSType
.
public XSType newXSType(XSObject pParent, XsTSimpleRestrictionType pType) throws SAXException
Returns a new instance ofXSType
.
public XSSimpleType newXSUnionType(XSType pParent, XSType pRestrictedType, XsERestriction pRestriction) throws SAXException
Returns a new instance ofXSSimpleType
.
public XSSimpleType newXSUnionType(XSType pParent, XSType pRestrictedType, XsTSimpleRestrictionType pRestriction) throws SAXException
Returns a new instance ofXSSimpleType
.
public XSSimpleType newXSUnionType(XSType pParent, XsEUnion pUnion) throws SAXException
Returns a new instance ofXSSimpleType
.
public XSWildcard newXSWildcard(XSObject pParent, XsTWildcard pWildcard) throws SAXException
Returns a new instance ofXSWildcard
.