public class JAXBSchemaImpl extends XSSchemaImpl implements JAXBSchema
| Modifier | Constructor and Description |
|---|---|
protected |
JAXBSchemaImpl(XSContext pContext,
XsESchema pSchema)
Creates a new instance of JAXBSchemaImpl.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getJaxbExtensionBindingPrefixes()
Returns the schemas
jaxb:extensionBindingPrefixes list. |
JAXBGlobalBindings |
getJAXBGlobalBindings()
Returns the schemas globalBindings.
|
java.lang.String |
getJaxbVersion()
Returns the schemas
jaxb:version attribute. |
void |
validate()
Validates the objects internal state.
|
add, add, add, add, add, add, add, add, add, addChild, getAnnotations, getAttribute, getAttributeGroup, getAttributeGroups, getAttributes, getBuiltinTypes, getChilds, getContext, getElement, getElements, getGroup, getGroups, getIdentityConstraints, getKeyRefs, getLocator, getOpenAttributes, getParentObject, getTargetNamespace, getType, getTypes, getXsESchema, getXSObjectFactory, getXSSchema, isTopLevelObject, isValidated, redefine, redefine, redefine, replace, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, add, add, add, add, add, add, add, add, getAnnotations, getAttribute, getAttributeGroup, getAttributeGroups, getAttributes, getBuiltinTypes, getChilds, getContext, getElement, getElements, getGroup, getGroups, getIdentityConstraints, getKeyRefs, getTargetNamespace, getType, getTypes, getXSObjectFactory, redefine, redefine, redefinegetOpenAttributesgetLocator, getParentObject, getXSSchema, isTopLevelObjectpublic void validate()
throws org.xml.sax.SAXException
XSObjectValidates the objects internal state.
validate in interface XSObjectvalidate in class XSSchemaImplorg.xml.sax.SAXExceptionpublic JAXBGlobalBindings getJAXBGlobalBindings()
JAXBSchemaReturns the schemas globalBindings. This is guaranteed to be non-null.
getJAXBGlobalBindings in interface JAXBSchemapublic java.lang.String getJaxbVersion()
JAXBSchemaReturns the schemas jaxb:version attribute.
getJaxbVersion in interface JAXBSchemapublic java.lang.String[] getJaxbExtensionBindingPrefixes()
JAXBSchemaReturns the schemas jaxb:extensionBindingPrefixes list.
getJaxbExtensionBindingPrefixes in interface JAXBSchema