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, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, 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, redefine
getOpenAttributes
getLocator, getParentObject, getXSSchema, isTopLevelObject
public void validate() throws org.xml.sax.SAXException
XSObject
Validates the objects internal state.
validate
in interface XSObject
validate
in class XSSchemaImpl
org.xml.sax.SAXException
public JAXBGlobalBindings getJAXBGlobalBindings()
JAXBSchema
Returns the schemas globalBindings. This is guaranteed to be non-null.
getJAXBGlobalBindings
in interface JAXBSchema
public java.lang.String getJaxbVersion()
JAXBSchema
Returns the schemas jaxb:version
attribute.
getJaxbVersion
in interface JAXBSchema
public java.lang.String[] getJaxbExtensionBindingPrefixes()
JAXBSchema
Returns the schemas jaxb:extensionBindingPrefixes
list.
getJaxbExtensionBindingPrefixes
in interface JAXBSchema