|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.xs.impl.XSSchemaImpl net.sf.jaxme.xs.jaxb.impl.JAXBSchemaImpl
Constructor Summary | |
protected |
JAXBSchemaImpl(XSContext pContext,
XsESchema pSchema)
Creates a new instance of JAXBSchemaImpl. |
Method Summary | |
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. |
Methods inherited from class net.sf.jaxme.xs.impl.XSSchemaImpl |
add, add, add, add, add, add, add, addChild, getAnnotations, getAttribute, getAttributeGroup, getAttributeGroups, getAttributes, getBuiltinTypes, getChilds, getContext, getElement, getElements, getGroup, getGroups, getLocator, getParentObject, getType, getTypes, getXsESchema, getXSObjectFactory, getXSSchema, isTopLevelObject, isValidated, redefine, redefine, redefine, replace, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jaxme.xs.XSSchema |
add, add, add, add, add, add, add, getAnnotations, getAttribute, getAttributeGroup, getAttributeGroups, getAttributes, getBuiltinTypes, getChilds, getContext, getElement, getElements, getGroup, getGroups, getType, getTypes, getXSObjectFactory, redefine, redefine, redefine |
Methods inherited from interface net.sf.jaxme.xs.XSObject |
getLocator, getParentObject, getXSSchema, isTopLevelObject |
Constructor Detail |
protected JAXBSchemaImpl(XSContext pContext, XsESchema pSchema) throws org.xml.sax.SAXException
Creates a new instance of JAXBSchemaImpl.
Method Detail |
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |